A B C D F G H I K L M O P S T V W X Y Z

A

addKeyLabel(String) - Method in class org.corpstein.image.ChartData
Adds the specified label to the list of key labels
addLabel(String) - Method in class org.corpstein.image.ChartData
Adds the specified label to the list of labels
addLayer(Layer) - Method in class org.corpstein.image.ChartStyle
 
addLayer(SortedMap, Layer) - Method in class org.corpstein.image.TestLayer
 
addPoint(String, double) - Method in class org.corpstein.image.ChartData
Adds the specified label-value pair to the list of points, converting the double value to a Double object
addPoint(String, int) - Method in class org.corpstein.image.ChartData
Adds the specified label-value pair to the list of points, converting the int value to a Double object
addPoint(String, float) - Method in class org.corpstein.image.ChartData
Adds the specified label-value pair to the list of points, converting the float value to a Double object
addPoint(String, Number) - Method in class org.corpstein.image.ChartData
Adds the specified label-value pair to the list of points, converting the Number value to a Double object
addValue(double) - Method in class org.corpstein.image.ChartData
Adds the specified value, converting the double to a Double
addValue(int) - Method in class org.corpstein.image.ChartData
Adds the specified value, converting the int to a Double
addValue(float) - Method in class org.corpstein.image.ChartData
Adds the specified value, converting the float to a Double
addValue(Number) - Method in class org.corpstein.image.ChartData
Adds the specified value, converting the Number to a Double

B

Backdrop - Class in org.corpstein.image
 
Backdrop(ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.Backdrop
 
BACKDROP_HEIGHT - Static variable in class org.corpstein.image.ChartMetrics
 
BACKDROP_PLACEMENT_X - Static variable in class org.corpstein.image.ChartMetrics
 
BACKDROP_PLACEMENT_Y - Static variable in class org.corpstein.image.ChartMetrics
 
BACKDROP_WIDTH - Static variable in class org.corpstein.image.ChartMetrics
 
Background - Class in org.corpstein.image
 
Background(ChartStyle) - Constructor for class org.corpstein.image.Background
 
background - Variable in class org.corpstein.image.Layer
 
Bars - Class in org.corpstein.image
 
Bars(ChartData, ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.Bars
 
blend(Color, Color) - Static method in class org.corpstein.image.Palette
 
blend(GradientPaint) - Static method in class org.corpstein.image.Palette
 
Border - Class in org.corpstein.image
 
Border(ChartStyle) - Constructor for class org.corpstein.image.Border
 
border - Variable in class org.corpstein.image.Layer
 
borderColor - Variable in class org.corpstein.image.Layer
 
brighten(Color) - Static method in class org.corpstein.image.Palette
 
brighten(Paint) - Static method in class org.corpstein.image.Palette
 
brighten(Color, int) - Static method in class org.corpstein.image.Palette
 
brighten(Paint, int) - Static method in class org.corpstein.image.Palette
 

C

canReadFormat(String) - Method in class org.corpstein.image.ChartFactory
Returns true if a there exists a registered ImageReader that can decode the specified format
canWriteFormat(String) - Method in class org.corpstein.image.ChartFactory
Returns true if there exists a registered ImageWriter that can encode the specified format
CHART_TYPE_BAR - Static variable in class org.corpstein.image.ChartStyle
 
CHART_TYPE_LINE - Static variable in class org.corpstein.image.ChartStyle
 
CHART_TYPE_PIE - Static variable in class org.corpstein.image.ChartStyle
 
ChartData - Class in org.corpstein.image
Encapsulates the data (data points, labels, title, etc) needed to create a chart using ChartFactory.
ChartData() - Constructor for class org.corpstein.image.ChartData
Sole constructor.
ChartFactory - Class in org.corpstein.image
Creates chart images and write them to files using common encodings.
ChartMetrics - Class in org.corpstein.image
Encapsulates the various metrics used to create chart images using ChartFactory.
ChartMetrics(ChartData, ChartStyle) - Constructor for class org.corpstein.image.ChartMetrics
Sole constructor
ChartStyle - Class in org.corpstein.image
Encapsulates the style elements (colors, fonts, etc) needed to create a chart using ChartFactory.
ChartStyle() - Constructor for class org.corpstein.image.ChartStyle
Sole constructor.
COLOR_BACKGROUND - Static variable in class org.corpstein.image.ChartStyle
 
COLOR_EDGE - Static variable in class org.corpstein.image.ChartStyle
 
COLOR_LABEL - Static variable in class org.corpstein.image.ChartStyle
 
COLOR_SHADOW - Static variable in class org.corpstein.image.ChartStyle
 
COLOR_WALL - Static variable in class org.corpstein.image.ChartStyle
 
COORD_BACKDROP_X - Static variable in class org.corpstein.image.ChartMetrics
 
COORD_BACKDROP_Y - Static variable in class org.corpstein.image.ChartMetrics
 
createBarChart(ChartData) - Method in class org.corpstein.image.ChartFactory
Creates a bar chart based on the specified ChartData.
createBarChart(ChartData, ChartStyle) - Method in class org.corpstein.image.ChartFactory
Creates a bar chart based on the specified ChartData and ChartStyle.
createBarChart(ChartData, ChartStyle, ChartMetrics) - Method in class org.corpstein.image.ChartFactory
Creates a bar chart based on the specified ChartData, ChartStyle, and ChartMetrics.
createChart(ChartData, ChartStyle) - Method in class org.corpstein.image.ChartFactory
Creates a chart based on the specified ChartData and ChartStyle.
createChart(ChartData, ChartStyle, ChartMetrics) - Method in class org.corpstein.image.ChartFactory
Creates a chart based on the specified ChartData, ChartStyle, and ChartMetrics.
createLineChart(ChartData) - Method in class org.corpstein.image.ChartFactory
Creates a line chart based on the specified ChartData
createLineChart(ChartData, ChartStyle) - Method in class org.corpstein.image.ChartFactory
Creates a line chart based on the specified ChartData and ChartStyle
createLineChart(ChartData, ChartStyle, ChartMetrics) - Method in class org.corpstein.image.ChartFactory
Creates a line chart based on the specified ChartData, ChartStyle, and ChartMetrics
createPieChart(ChartData) - Method in class org.corpstein.image.ChartFactory
Creates a pie chart based on the specified ChartData and default ChartStyle and ChartMetrics
createPieChart(ChartData, ChartStyle) - Method in class org.corpstein.image.ChartFactory
Creates a pie chart based on the specified ChartData and ChartStyle using default ChartMetrics
createPieChart(ChartData, ChartStyle, ChartMetrics) - Method in class org.corpstein.image.ChartFactory
Creates a pie chart based on the specified ChartData, ChartStyle, and ChartMetrics

D

darken(Color) - Static method in class org.corpstein.image.Palette
 
darken(Paint) - Static method in class org.corpstein.image.Palette
 
darken(Color, int) - Static method in class org.corpstein.image.Palette
 
darken(Paint, int) - Static method in class org.corpstein.image.Palette
 
DEFAULT_BORDER - Static variable in class org.corpstein.image.Layer
 
DEFAULT_BORDER_COLOR - Static variable in class org.corpstein.image.Layer
 
DEFAULT_BORDER_COLOR - Static variable in class org.corpstein.image.TextLayer
 
DEFAULT_CHART_TYPE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_FONT - Static variable in class org.corpstein.image.TextLayer
 
DEFAULT_FONT_COLOR - Static variable in class org.corpstein.image.TextLayer
 
DEFAULT_KEY_FONT - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_KEY_FONT_MINIMUM_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_KEY_FONT_NAME - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_KEY_FONT_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_KEY_FONT_STYLE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_KEY_TYPE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_LABEL_FONT - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_LABEL_FONT_NAME - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_LABEL_FONT_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_LABEL_FONT_STYLE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_POINT_MARK_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_SCALE_FONT - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_SCALE_FONT_MINIMUM_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_SCALE_FONT_NAME - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_SCALE_FONT_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_SCALE_FONT_STYLE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_SHOW_POINT_MARKS - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_TITLE_FONT - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_TITLE_FONT_MINIMUM_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_TITLE_FONT_NAME - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_TITLE_FONT_SIZE - Static variable in class org.corpstein.image.ChartStyle
 
DEFAULT_TITLE_FONT_STYLE - Static variable in class org.corpstein.image.ChartStyle
 
DIAGONAL_KEY_LINE_CHART_MAX_LABEL_WIDTH - Static variable in class org.corpstein.image.ChartMetrics
 
DIAGONAL_KEY_MAX_LABEL_WIDTH - Static variable in class org.corpstein.image.ChartMetrics
 
draw(Graphics2D) - Method in class org.corpstein.image.Backdrop
 
draw(Graphics2D) - Method in class org.corpstein.image.Background
 
draw(Graphics2D) - Method in class org.corpstein.image.Bars
 
draw(Graphics2D) - Method in class org.corpstein.image.Border
 
draw(Graphics2D) - Method in class org.corpstein.image.ImageLayer
 
draw(Graphics2D) - Method in class org.corpstein.image.Key
 
draw(Graphics2D) - Method in class org.corpstein.image.Layer
 
draw(Graphics2D) - Method in class org.corpstein.image.Lines
 
draw(Graphics2D) - Method in class org.corpstein.image.Scale
 
draw(Graphics2D) - Method in class org.corpstein.image.Slices
 
draw(Graphics2D) - Method in class org.corpstein.image.TextLayer
 
draw(Graphics2D) - Method in class org.corpstein.image.Title
 
draw(Graphics2D) - Method in class org.corpstein.image.XAxisLabels
Checks ChartStyle.getKeyType and calls drawXAxisLabelsWithBarColorAssociation, drawXAxisLabelsWithDiagonalBarLabels, or drawXAxisLabelsWithHorizontalBarLabels
draw(Graphics2D) - Method in class org.corpstein.image.YAxisLabels
 

F

font - Variable in class org.corpstein.image.TextLayer
 
fontColor - Variable in class org.corpstein.image.TextLayer
 

G

get(int) - Method in class org.corpstein.image.ChartMetrics
Returns the named metric
getBackground() - Method in class org.corpstein.image.Layer
 
getBarPaint(int) - Method in class org.corpstein.image.ChartStyle
Returns the Paint of the bar for the specified column
getBorder() - Method in class org.corpstein.image.Layer
 
getBorderColor() - Method in class org.corpstein.image.Layer
 
getBorderEnabled() - Method in class org.corpstein.image.ChartStyle
Returns true if the chart border is enabled
getChartType() - Method in class org.corpstein.image.ChartStyle
Returns the chart type of the ChartStyle object
getCoordinate(int, int) - Method in class org.corpstein.image.ChartMetrics
Returns the coordinate for the named array and the specified index
getFont() - Method in class org.corpstein.image.TextLayer
 
getFontColor() - Method in class org.corpstein.image.TextLayer
 
getHeight() - Method in class org.corpstein.image.Layer
 
getImage() - Method in class org.corpstein.image.ImageLayer
 
getImageHeight() - Method in class org.corpstein.image.ChartStyle
Returns the image height in pixels
getImageWidth() - Method in class org.corpstein.image.ChartStyle
Returns the image width in pixels
getInstance() - Static method in class org.corpstein.image.ChartFactory
If a ChartFactory is not already allocated, create it.
getKeyFont() - Method in class org.corpstein.image.ChartStyle
Returns the Font used for the chart key
getKeyFontMinimumSize() - Method in class org.corpstein.image.ChartStyle
Returns the minimum size allowed for the key font
getKeyLabel(int) - Method in class org.corpstein.image.ChartData
Returns the key label based on the specified index
getKeyType() - Method in class org.corpstein.image.ChartStyle
Returns the type of key used for the chart
getLabel(int) - Method in class org.corpstein.image.ChartData
Returns the label based on the specified index
getLabelFont() - Method in class org.corpstein.image.ChartStyle
Returns the Font used for the chart labels
getLayer(String) - Method in class org.corpstein.image.ChartStyle
Returns the layer with the given key
getLayerIterator() - Method in class org.corpstein.image.ChartStyle
Returns an iterator of keys that can be used to loop through the layers
getMaximumValue() - Method in class org.corpstein.image.ChartData
Returns the maximum value that the ChartData object contains as a double
getMaxLabelWidth(ChartData, ChartStyle) - Method in class org.corpstein.image.ChartMetrics
Returns the maximum width allowed for a label given the specified ChartData and ChartStyle
getPaint(int) - Method in class org.corpstein.image.ChartStyle
Returns the Paint of the specified attribute
getPaintValues(int) - Method in class org.corpstein.image.ChartStyle
Returns an array of float containing the individual RGB values for the paint of the specified attribute
getPixelInterval() - Method in class org.corpstein.image.ChartMetrics
Return the number of pixels of bar/line height that equate to one data unit for a given chart.
getPointMarkSize() - Method in class org.corpstein.image.ChartStyle
Returns the size of the point marks for the chart
getScaleFont() - Method in class org.corpstein.image.ChartStyle
Returns the Font used for the chart scale
getShowPointMarks() - Method in class org.corpstein.image.ChartStyle
Returns true if point marks are enabled for the chart
getTitle() - Method in class org.corpstein.image.ChartData
Returns the title String
getTitleFont() - Method in class org.corpstein.image.ChartStyle
Returns the Font used for the chart title
getTitleFontMinimumSize() - Method in class org.corpstein.image.ChartStyle
Returns the minimum size allowed for the title font
getTotalColumns() - Method in class org.corpstein.image.ChartData
Returns the total number of columns defined in the ChartData object
getTotalCoordinates(int) - Method in class org.corpstein.image.ChartMetrics
Returns the total coordinates stored in the given array
getTotalKeys() - Method in class org.corpstein.image.ChartData
Returns the total number of keys defined in the ChartData object
getTotalValue() - Method in class org.corpstein.image.ChartData
Returns the total of all of the calues defined in the ChartData object
getTotalValues() - Method in class org.corpstein.image.ChartData
Returns the total number of values defined in the ChartData object
getTotalValuesPerColumn() - Method in class org.corpstein.image.ChartData
Returns the total number of values per columns defined in the ChartData object
getValue(int) - Method in class org.corpstein.image.ChartData
Returns the value stored at the specified index
getValueLabelsEnabled() - Method in class org.corpstein.image.ChartStyle
Returns true if value labels are enabled for the chart
getWidth() - Method in class org.corpstein.image.Layer
 
getX() - Method in class org.corpstein.image.Layer
 
getY() - Method in class org.corpstein.image.Layer
 
getZ() - Method in class org.corpstein.image.Layer
 

H

height - Variable in class org.corpstein.image.Layer
 
HORIZONTAL_KEY_OFFSET_Y - Static variable in class org.corpstein.image.ChartMetrics
 

I

ImageLayer - Class in org.corpstein.image
 
ImageLayer(Image) - Constructor for class org.corpstein.image.ImageLayer
 
ImageLayer(Image, int) - Constructor for class org.corpstein.image.ImageLayer
 
ImageLayer(String) - Constructor for class org.corpstein.image.ImageLayer
Constructs an ImageLayer using the filename param to read the image file.
ImageLayer(String, int) - Constructor for class org.corpstein.image.ImageLayer
Constructs an ImageLayer using the filename param to read the image file.
ImageLayer(URI) - Constructor for class org.corpstein.image.ImageLayer
Constructs an ImageLayer, using the URI to read the image file.
ImageLayer(URI, int) - Constructor for class org.corpstein.image.ImageLayer
Constructs an ImageLayer, using the URI to read the image file.
initializeMetrics(ChartData) - Method in class org.corpstein.image.ChartMetrics
Initializes the metrics based on the maximum value stored in the ChartData object.

K

Key - Class in org.corpstein.image
 
Key(ChartData, ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.Key
 
KEY_HEIGHT - Static variable in class org.corpstein.image.ChartMetrics
 
KEY_TYPE_BAR_COLOR_ASSOCIATION - Static variable in class org.corpstein.image.ChartStyle
 
KEY_TYPE_DIAGONAL_BAR_LABELS - Static variable in class org.corpstein.image.ChartStyle
 
KEY_TYPE_HORIZONTAL_BAR_LABELS - Static variable in class org.corpstein.image.ChartStyle
 

L

Layer - Class in org.corpstein.image
Layer is a superclass for image objects that have the following properties: location: x and y coordinates of the layer in the image z-index: used to determine how layers overlap size: width and height of the layer background: color used to paint the background of the layer (optional) border: if true, a border is drawn around the layer border color: the color to draw the border with (default Color.BLACK)
Layer() - Constructor for class org.corpstein.image.Layer
 
Lines - Class in org.corpstein.image
 
Lines(ChartData, ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.Lines
 

M

main(String[]) - Static method in class org.corpstein.image.TestChartData
Added so that the test can be run directly
main(String[]) - Static method in class org.corpstein.image.TestChartFactory
Added so that the test can be run directly
main(String[]) - Static method in class org.corpstein.image.TestChartMetrics
Added so that the test can be run directly
main(String[]) - Static method in class org.corpstein.image.TestChartStyle
Added so that the test can be run directly
main(String[]) - Static method in class org.corpstein.image.TestImageLayer
Added so that the test can be run directly
main(String[]) - Static method in class org.corpstein.image.TestLayer
Added so that the test can be run directly
main(String[]) - Static method in class org.corpstein.image.TestTextLayer
Added so that the test can be run directly
MAX_BARS - Static variable in class org.corpstein.image.ChartStyle
 
MAX_COLUMNS - Static variable in class org.corpstein.image.ChartStyle
 
MAX_LINES - Static variable in class org.corpstein.image.ChartStyle
 
MAX_Z_INDEX - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_BAR_DEPTH - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_BAR_INTERVAL - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_BAR_WIDTH - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_BASE_BAR_OFFSET - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_DEPTH_OFFSET - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_DIAGONAL_X - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_DIAGONAL_Y - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_HORIZONTAL_KEY_OFFSET_X - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_KEY_COLUMNS - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_KEY_OFFSET_X - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_KEY_OFFSET_Y - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_KEY_ROWS - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_KEY_WIDTH - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_LABEL_DIAGONAL - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_LABEL_INTERVAL - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_LABEL_SIGNIFICANT_FIGURES - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_MAX_LABEL_WIDTH - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_TITLE_SHADOW_Y - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_TITLE_Y - Static variable in class org.corpstein.image.ChartMetrics
 
METRIC_Y_AXIS_LABELS - Static variable in class org.corpstein.image.ChartMetrics
 
MIN_Z_INDEX - Static variable in class org.corpstein.image.ChartMetrics
 
MINIMUM_LABEL_ALPHA - Static variable in class org.corpstein.image.ChartStyle
 

O

org.corpstein.image - package org.corpstein.image
 

P

Palette - Class in org.corpstein.image
 
PIE_DEPTH - Static variable in class org.corpstein.image.ChartMetrics
 
PIE_ROTATION_ANGLE - Static variable in class org.corpstein.image.ChartMetrics
 
prepareKey(ChartData, ChartMetrics) - Method in class org.corpstein.image.ChartStyle
Validates the font to be used for the chart labels.
prepareKeyType(ChartData) - Method in class org.corpstein.image.ChartStyle
Validates that the key type matches the chart data.
prepareLabelKey(ChartData, ChartMetrics) - Method in class org.corpstein.image.ChartStyle
Validates the font to be used for the chart key.
prepareMetrics(ChartData) - Method in class org.corpstein.image.ChartMetrics
Adjusts the metrics based on the maximum value stored in the ChartData object.
prepareScale(String) - Method in class org.corpstein.image.ChartStyle
Validates the font to be used for the chart scale.
prepareStyle(ChartData, ChartMetrics) - Method in class org.corpstein.image.ChartStyle
Prepares the title, key, and key type
prepareTitle(String) - Method in class org.corpstein.image.ChartStyle
Validates the font to be used for the chart title.

S

Scale - Class in org.corpstein.image
 
Scale(ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.Scale
 
set(int, int) - Method in class org.corpstein.image.ChartMetrics
Sets the named metric
setAlpha(Paint, float) - Static method in class org.corpstein.image.Palette
 
setBackground(Color) - Method in class org.corpstein.image.Layer
 
setBarPaint(int, Paint) - Method in class org.corpstein.image.ChartStyle
Sets the bar Paint for the specific column.
setBarPaint(Paint) - Method in class org.corpstein.image.ChartStyle
Sets the bar paint for all columns.
setBorder(boolean) - Method in class org.corpstein.image.Layer
 
setBorderColor(Color) - Method in class org.corpstein.image.Layer
 
setBorderEnabled(boolean) - Method in class org.corpstein.image.ChartStyle
Sets the border enabled attribute for the chart
setChartType(int) - Method in class org.corpstein.image.ChartStyle
Sets the chart type to the specified type
setFont(Font) - Method in class org.corpstein.image.TextLayer
 
setFontColor(Color) - Method in class org.corpstein.image.TextLayer
 
setHeight(int) - Method in class org.corpstein.image.ImageLayer
 
setHeight(int) - Method in class org.corpstein.image.Layer
 
setHeight(int) - Method in class org.corpstein.image.TextLayer
 
setKeyFont(Font) - Method in class org.corpstein.image.ChartStyle
Sets the key font to the specified Font
setKeyFontMinimumSize(int) - Method in class org.corpstein.image.ChartStyle
Sets the minimum font size for chart keys
setKeyLabel(int, String) - Method in class org.corpstein.image.ChartData
Sets the key label String at the specified index
setKeyType(int) - Method in class org.corpstein.image.ChartStyle
Sets the key type to one of KEY_TYPE_BAR_COLOR_ASSOCIATION, KEY_TYPE_DIAGONAL_BAR_LABELS, or KEY_TYPE_HORIZONTAL_BAR_LABELS
setLabel(int, String) - Method in class org.corpstein.image.ChartData
Sets the label String at the specified index
setLabelFont(Font) - Method in class org.corpstein.image.ChartStyle
Sets the Font to use for chart labels
setPaint(int, Paint) - Method in class org.corpstein.image.ChartStyle
Sets the specified attribute to the paint parameter.
setPointMarkSize(int) - Method in class org.corpstein.image.ChartStyle
Sets the size of the chart point marks
setScaleFont(Font) - Method in class org.corpstein.image.ChartStyle
Sets the Font to use for the chart scale
setShowPointMarks(boolean) - Method in class org.corpstein.image.ChartStyle
Sets whether to show point marks in line charts
setText(String) - Method in class org.corpstein.image.TextLayer
 
setTitle(String) - Method in class org.corpstein.image.ChartData
Sets the title String to the specified text
setTitleFont(Font) - Method in class org.corpstein.image.ChartStyle
Sets the Font to use for the chart title
setTitleFontMinimumSize(int) - Method in class org.corpstein.image.ChartStyle
Sets the minimum size to use for the title font
setUp() - Method in class org.corpstein.image.TestChartFactory
Automatically called by JUnit before execution of each test case
setValueLabelsEnabled(boolean) - Method in class org.corpstein.image.ChartStyle
Sets whether to enable value labels
setWidth(int) - Method in class org.corpstein.image.ImageLayer
 
setWidth(int) - Method in class org.corpstein.image.Layer
 
setWidth(int) - Method in class org.corpstein.image.TextLayer
 
setX(int) - Method in class org.corpstein.image.Layer
 
setY(int) - Method in class org.corpstein.image.Layer
 
setZ(int) - Method in class org.corpstein.image.Layer
 
Slices - Class in org.corpstein.image
 
Slices(ChartData, ChartStyle) - Constructor for class org.corpstein.image.Slices
 

T

testAddLabel() - Method in class org.corpstein.image.TestChartData
 
testAddPoint() - Method in class org.corpstein.image.TestChartData
 
testAddValue() - Method in class org.corpstein.image.TestChartData
 
testBar01() - Method in class org.corpstein.image.TestChartFactory
Create a simple bar chart with 18 bars using default style and metrics.
testBar02() - Method in class org.corpstein.image.TestChartFactory
Create a bar chart, replacing the default style with different colors, enabling the chart border, and adding an ImageLayer to place a logo under the first bar.
testBar03() - Method in class org.corpstein.image.TestChartFactory
Create a bar chart with custom style and metrics, using a bar color association key and a TextLayer to add a source reference in the background of the chart image.
testBar04() - Method in class org.corpstein.image.TestChartFactory
Create a bar chart with a gradient background, using diagonal bar labels and a transparent gif image defined by a URI to display a tornado graphic in the chart.
testBar05() - Method in class org.corpstein.image.TestChartFactory
Create a bar chart with custom style, horizontal bar labels, a transparent PNG ImageLayer, and a TextLayer.
testBar06() - Method in class org.corpstein.image.TestChartFactory
Create a bar chart with GradientPaint bar colors, a TextLayer, and a bar color association key (despite the relatively few bars).
testBar07() - Method in class org.corpstein.image.TestChartFactory
Create a bar chart with custom style and using diagonal bar labels and a large JPEG ImageLayer.
testBar08() - Method in class org.corpstein.image.TestChartFactory
Create a custom-styled chart that is intended to stress title and label width limits as well as the overall bar limit ChartStyle.MAX_BARS.
testCanReadFormat() - Method in class org.corpstein.image.TestChartFactory
A unit test to verify ChartFactory.canReadFormat returns the correct value with several parameters
testCanWriteFormat() - Method in class org.corpstein.image.TestChartFactory
A unit test to verify ChartFactory.canWriteFormat returns the correct value with several parameters
TestChartData - Class in org.corpstein.image
Unit tests for the org.corpstein.image.ChartData class.
TestChartData() - Constructor for class org.corpstein.image.TestChartData
 
TestChartFactory - Class in org.corpstein.image
Unit tests for the org.corpstein.image.ChartFactory class.
TestChartFactory() - Constructor for class org.corpstein.image.TestChartFactory
 
TestChartMetrics - Class in org.corpstein.image
Unit tests for the org.corpstein.image.ChartMetrics class.
TestChartMetrics() - Constructor for class org.corpstein.image.TestChartMetrics
 
TestChartStyle - Class in org.corpstein.image
Unit tests for the org.corpstein.images.ChartStyle class.
TestChartStyle() - Constructor for class org.corpstein.image.TestChartStyle
 
testConstructor() - Method in class org.corpstein.image.TestImageLayer
 
testConstructor() - Method in class org.corpstein.image.TestTextLayer
 
testDraw01() - Method in class org.corpstein.image.TestImageLayer
 
testDraw01() - Method in class org.corpstein.image.TestLayer
 
testDraw01() - Method in class org.corpstein.image.TestTextLayer
 
testDraw02() - Method in class org.corpstein.image.TestLayer
Test a simple SortedMap of Layers (and subclasses) that is sorted by z-index, drawing them overlapping.
testGetCoordinate() - Method in class org.corpstein.image.TestChartMetrics
 
testGetLabel() - Method in class org.corpstein.image.TestChartData
 
testGetSet() - Method in class org.corpstein.image.TestChartMetrics
 
testGetSet() - Method in class org.corpstein.image.TestLayer
 
testGetSet() - Method in class org.corpstein.image.TestTextLayer
 
testGetSetBarPaint() - Method in class org.corpstein.image.TestChartStyle
 
testGetSetBooleans() - Method in class org.corpstein.image.TestChartStyle
 
testGetSetDimension() - Method in class org.corpstein.image.TestImageLayer
 
testGetSetDimension() - Method in class org.corpstein.image.TestLayer
 
testGetSetDimension() - Method in class org.corpstein.image.TestTextLayer
 
testGetSetFonts() - Method in class org.corpstein.image.TestChartStyle
 
testGetSetKeyTitleFontMinimumSize() - Method in class org.corpstein.image.TestChartStyle
 
testGetSetKeyType() - Method in class org.corpstein.image.TestChartStyle
 
testGetSetPaint() - Method in class org.corpstein.image.TestChartStyle
 
testGetSetTitle() - Method in class org.corpstein.image.TestChartData
 
TestImageLayer - Class in org.corpstein.image
Unit tests for the org.corpstein.image.ImageLayer class.
TestImageLayer() - Constructor for class org.corpstein.image.TestImageLayer
 
TestLayer - Class in org.corpstein.image
Unit tests for the org.corpstein.image.Layer class.
TestLayer() - Constructor for class org.corpstein.image.TestLayer
 
testLine01() - Method in class org.corpstein.image.TestChartFactory
Create a simple line chart with custom colors and 2 series.
testLine02() - Method in class org.corpstein.image.TestChartFactory
Create a line chart with 8 lines, a gradient background, and point marks enabled.
testLine03() - Method in class org.corpstein.image.TestChartFactory
Create a line chart with 8 lines and custom-sized point marks.
testLine04() - Method in class org.corpstein.image.TestChartFactory
Create a line chart with 5 lines, a gradient backdrop, and a TextLayer source reference in the corner of the image.
testLine05() - Method in class org.corpstein.image.TestChartFactory
Create a line chart of sine waves with custom fonts and colors.
testLine06() - Method in class org.corpstein.image.TestChartFactory
Create a line chart with partially transparent walls and a fancy, PNG ImageLayer that shows through the walls.
testMultiRow01() - Method in class org.corpstein.image.TestChartFactory
Create a multi-row bar chart with 2 rows of data and custom bar Paint.
testMultiRow02() - Method in class org.corpstein.image.TestChartFactory
Create a multirow bar chart with 3 rows of data, a transparent backdrop and a PNG ImageLayer showing through the transparency.
testMultiRow03() - Method in class org.corpstein.image.TestChartFactory
Create a multirow bar chart with 3 rows of data and a fancy transparent PNG title ImageLayer.
testMultiRow04() - Method in class org.corpstein.image.TestChartFactory
Create a multirow bar chart with 3 rows of data and a GradientPaint on the back row.
testMultiRow05() - Method in class org.corpstein.image.TestChartFactory
Create a multirow bar chart with 3 rows of data, a custom ImageLayer, and transparent bars.
testMultiRow06() - Method in class org.corpstein.image.TestChartFactory
Create a custom-styled, multirow bar chart with 3 rows of data and Unicode text for title and labels.
testMultiRow07() - Method in class org.corpstein.image.TestChartFactory
Create a multirow bar chart with 4 rows of data.
testMultiRow08() - Method in class org.corpstein.image.TestChartFactory
Create a multirow bar chart with 4 rows of data and a fancy transparent PNG title ImageLayer.
testMultiRow09() - Method in class org.corpstein.image.TestChartFactory
Create a multirow bar chart with 2 rows of data, transparent bars with value labels, and a PNG watermark.
testPie01() - Method in class org.corpstein.image.TestChartFactory
Create a simple pie chart with one dominant category and 3 smaller categories using two ImageLayers.
testPie02() - Method in class org.corpstein.image.TestChartFactory
Create a pie chart with GradientPaints, 5 categories that are not sorted according to value and a TextLayer source reference.
testPie03() - Method in class org.corpstein.image.TestChartFactory
Create a pie chart with 18 categories.
testPie04() - Method in class org.corpstein.image.TestChartFactory
Create a pie chart with 30 categories and custom fonts.
testPie05() - Method in class org.corpstein.image.TestChartFactory
Create a pie chart with a custom GradientPaint and some categories that are less than 2% of the total pie.
testPie06() - Method in class org.corpstein.image.TestChartFactory
Create a pie chart with 30 sorted categories.
testPie07() - Method in class org.corpstein.image.TestChartFactory
Create a pie chart with transparent slices and a watermark behind the pie.
TestTextLayer - Class in org.corpstein.image
Unit tests for the org.corpstein.image.TextLayer class.
TestTextLayer() - Constructor for class org.corpstein.image.TestTextLayer
 
testToString() - Method in class org.corpstein.image.TestChartData
 
testToString() - Method in class org.corpstein.image.TestChartStyle
 
testValidate() - Method in class org.corpstein.image.TestChartData
 
testValidateColumns() - Method in class org.corpstein.image.TestChartData
 
text - Variable in class org.corpstein.image.TextLayer
 
TextLayer - Class in org.corpstein.image
 
TextLayer(String) - Constructor for class org.corpstein.image.TextLayer
 
Title - Class in org.corpstein.image
 
Title(ChartData, ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.Title
 
toString() - Method in class org.corpstein.image.ChartData
Creates and returns a String describing all of the contents of the ChartData object for debugging use
toString() - Method in class org.corpstein.image.ChartStyle
Creates and returns a String describing all of the contents of the ChartStyle object for debugging use

V

validate() - Method in class org.corpstein.image.ChartData
Called before the ChartData object is used to create a chart.
validateColumns() - Method in class org.corpstein.image.ChartData
Sets the total values per column and checks to make sure that the number of values and labels match.
validateKeys() - Method in class org.corpstein.image.ChartData
Checks to make sure the number of values per column matches the number of key labels

W

width - Variable in class org.corpstein.image.Layer
 
writeImage(Image, String) - Method in class org.corpstein.image.ChartFactory
Writes the specified image to the file specified using the file extension to determine the image format
writeImage(Image, String, String) - Method in class org.corpstein.image.ChartFactory
Writes the specified image to the file and format specified

X

x - Variable in class org.corpstein.image.Layer
 
XAxisLabels - Class in org.corpstein.image
 
XAxisLabels(ChartData, ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.XAxisLabels
 

Y

y - Variable in class org.corpstein.image.Layer
 
YAxisLabels - Class in org.corpstein.image
 
YAxisLabels(ChartStyle, ChartMetrics) - Constructor for class org.corpstein.image.YAxisLabels
 

Z

z - Variable in class org.corpstein.image.Layer
 
Z_INDEX_AXIS_LABEL - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_BACKDROP - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_BACKGROUND - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_BARS - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_BORDER - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_KEY - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_LINES - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_SCALE - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_SLICES - Static variable in class org.corpstein.image.ChartMetrics
 
Z_INDEX_TITLE - Static variable in class org.corpstein.image.ChartMetrics
 

A B C D F G H I K L M O P S T V W X Y Z

Last update: 20050424 1651