A B C D E F G H I J L M N O P R S T U V W

A

addImage(String, Image) - Method in class com.objectplanet.chart.Chart
Adds an image to the chart.
addItemListener(ItemListener) - Method in class com.objectplanet.chart.Chart
Adds an item listener to the chart.
addOverlayChart(Chart) - Method in class com.objectplanet.chart.Chart
Adds a new overlay chart.
appendSample(int, ChartSample, boolean) - Method in class com.objectplanet.chart.Chart
Appends a sample to the given series.
appendSample(int, ChartSample, boolean) - Method in class com.objectplanet.chart.ChartData
Appends a sample to the given series.
appendSampleLabel(String, boolean) - Method in class com.objectplanet.chart.Chart
Appends a sample labels If makeSpace is set to false, and all the sample labels are filled up, they will be scrolled to the left, with the left most label deleted.
appendSampleLabel(String, boolean) - Method in class com.objectplanet.chart.ChartData
Appends a sample labels If makeSpace is set to false, and all the sample labels are filled up, they will be scrolled to the left, with the left most label deleted.
appendSampleValue(int, double, boolean) - Method in class com.objectplanet.chart.Chart
Appends a value to the given series.
appendSampleValue(int, double, boolean) - Method in class com.objectplanet.chart.ChartData
Appends a value to the given series.
autoRepaint() - Method in class com.objectplanet.chart.Chart
Calls repaint() if the automaticRepaintOn is turned on.

B

BarChart - class com.objectplanet.chart.BarChart.
This bar chart component enables you to add a bar chart to your java applications with just a few lines of code.
BarChart() - Constructor for class com.objectplanet.chart.BarChart
Creates a bar chart with 1 series, 1 sample and a range of 100.
BarChart(int) - Constructor for class com.objectplanet.chart.BarChart
Creates a bar chart with the given number of samples and default range.
BarChart(int, double) - Constructor for class com.objectplanet.chart.BarChart
Creates a bar chart with the given number of bars and range.
BarChart(int, double, double) - Constructor for class com.objectplanet.chart.BarChart
Creates a bar chart with the given number of bars and range.
BarChart(int, int, double, double) - Constructor for class com.objectplanet.chart.BarChart
Creates a bar chart with the given number of series and bars and range.
BarChartApplet - class com.objectplanet.chart.BarChartApplet.
The bar chart applet enables you to plug a bar chart directly into your html page and customize it by setting parameters in the applet tag.
BarChartApplet() - Constructor for class com.objectplanet.chart.BarChartApplet
 
BELOW - Static variable in class com.objectplanet.chart.Chart
Labels display below the chart grid.
BELOW_AND_FLOATING - Static variable in class com.objectplanet.chart.Chart
Labels display both below the grid and floating over a sample.
BOTTOM - Static variable in class com.objectplanet.chart.Chart
Bottom legend position.

C

calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.BarChart
Calculates the position and size of each bar in the chart.
calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.Chart
Calculates the data used for the chart.
calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.LineChart
Calculates chart data.
calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.PieChart
Calculates the chart data.
callJavaScript(String) - Method in class com.objectplanet.chart.ChartApplet
Calls a javascript function in the applet page.
chart - Variable in class com.objectplanet.chart.BarChartApplet
The chart component of the applet.Use this reference to access the charts methods directly via JavaScript or subclasses.
chart - Variable in class com.objectplanet.chart.LineChartApplet
The chart component of the applet.Use this reference to access the charts methods directly via JavaScript or subclasses.
chart - Variable in class com.objectplanet.chart.PieChartApplet
The chart component of the applet.Use this reference to access the charts methods directly via JavaScript or subclasses.
Chart - class com.objectplanet.chart.Chart.
This class is the abstract superclass of all charts.
Chart(int) - Constructor for class com.objectplanet.chart.Chart
Creates a chart with the given number of samples and no title.
Chart(int, int) - Constructor for class com.objectplanet.chart.Chart
Creates a chart with the given number of samples and no title.
ChartApplet - class com.objectplanet.chart.ChartApplet.
This is the superclass for all the chart applets, and reads the default parameters.
ChartApplet() - Constructor for class com.objectplanet.chart.ChartApplet
Creates the chart applet.
chartApplets - Variable in class com.objectplanet.chart.ChartServlet
The chart applets used to render the chart.
chartData - Variable in class com.objectplanet.chart.Chart
This contains the chart data.
ChartData - class com.objectplanet.chart.ChartData.
This class contains the data for one or more charts.
ChartData(int, int) - Constructor for class com.objectplanet.chart.ChartData
Creates a new empty chart data with the specified number of series and samples.
ChartSample - class com.objectplanet.chart.ChartSample.
This class represents a sample in any chart.
ChartSample(int) - Constructor for class com.objectplanet.chart.ChartSample
Creates a new empty sample with the given index.
ChartSample(int, double) - Constructor for class com.objectplanet.chart.ChartSample
Creates a new sample with the given index and value.
ChartSample(int, double, String, Object) - Constructor for class com.objectplanet.chart.ChartSample
Creates a new sample with the given values.
ChartServlet - class com.objectplanet.chart.ChartServlet.
This servlet takes a chart applet tag as input and generates the applet as an image.
ChartServlet() - Constructor for class com.objectplanet.chart.ChartServlet
 
checkDataIntegrity() - Method in class com.objectplanet.chart.Chart
This method is called each time the sample count or series count changes, and ensures that all the data has the right size.
checkDataIntegrity() - Method in class com.objectplanet.chart.LineChart
Makes sure the linechart specific data has the same number of series and samples as the chart data has.
checkDataIntegrity() - Method in class com.objectplanet.chart.PieChart
Makes sure the linechart specific data has the same number of series and samples as the chart data has.
checkSelection(Point) - Method in class com.objectplanet.chart.BarChart
This method is called when the user releases the mouse and checks if the given point is inside a bar or a legend label.
checkSelection(Point) - Method in class com.objectplanet.chart.Chart
This method is called when the user releases the mouse and checks if the given point is inside a sample.
checkSelection(Point) - Method in class com.objectplanet.chart.LineChart
If we select a box in the legend, it returns a ChartSample with the correct series, but the sample is set to -1.
checkSelection(Point) - Method in class com.objectplanet.chart.PieChart
Checks if a pie segment or legend label was selected.
clearValue() - Method in class com.objectplanet.chart.ChartSample
Clears the value of the sample.
com.objectplanet.chart - package com.objectplanet.chart
 
com.objectplanet.chart.ext - package com.objectplanet.chart.ext
 
com.objectplanet.chart.jpeg - package com.objectplanet.chart.jpeg
 
Compress() - Method in class com.objectplanet.chart.jpeg.JpegEncoder
 
createChart(String) - Method in class com.objectplanet.chart.BarChartApplet
This is called by the constructor and init() methods and creates the chart used for the applet.
createChart(String) - Method in class com.objectplanet.chart.ChartApplet
This is called by the constructor and creates the chart used for the applet.
createChart(String) - Method in class com.objectplanet.chart.LineChartApplet
This is called by the constructor and init() methods and creates the chart used for the applet.
createChart(String) - Method in class com.objectplanet.chart.PieChartApplet
This is called by the constructor and init() methods and creates the chart used for the applet.
createColor(String) - Static method in class com.objectplanet.chart.ChartApplet
Creates a color based on the string.
createFont(String, String, int, int) - Method in class com.objectplanet.chart.ChartApplet
Creates a font based on the information in the specified string.
createImage(int, int) - Method in class com.objectplanet.chart.Chart
Creates an offscreen image.

D

destroy() - Method in class com.objectplanet.chart.ChartApplet
Releases all the resources claimed by the applet.

E

encodeChartImage(Image, OutputStream, ServletResponse) - Method in class com.objectplanet.chart.ChartServlet
Encodes the specified java image to a jpeg bytestream.

F

FLOATING - Static variable in class com.objectplanet.chart.Chart
Floating labels display when mouse is over a sample.
forceRepaint() - Method in class com.objectplanet.chart.Chart
Forces immidiate repaint of the chart.
formatNumber(double, int) - Method in class com.objectplanet.chart.Chart
Formats a floating number to the number of decimals given.

G

get3DDepth() - Method in class com.objectplanet.chart.Chart
Gets the depth of the 3D effect.
getAngle() - Method in class com.objectplanet.chart.PieChart
Gets the angle of the pie chart.
getAppletContext() - Method in class com.objectplanet.chart.ChartApplet
Gets the applet context.
getBarLabels() - Method in class com.objectplanet.chart.BarChart
Gets the bar labels.
getBarLabelStyle() - Method in class com.objectplanet.chart.BarChart
Gets the current bar label style.
getBarType() - Method in class com.objectplanet.chart.BarChart
Gets the current bar type in multiple series charts.
getBarWidth() - Method in class com.objectplanet.chart.BarChart
Gets the relative width of each bar.
getChartBackground() - Method in class com.objectplanet.chart.Chart
Gets the color of the chart background itself.
getChartData() - Method in class com.objectplanet.chart.Chart
Gets the chart data for this chart.
getChartForeground() - Method in class com.objectplanet.chart.Chart
Gets the color of the chart foreground itself.
getColorValues(String) - Method in class com.objectplanet.chart.ChartApplet
Converts a comma seperated string to a color array.
getCurrentLowerRange(int) - Method in class com.objectplanet.chart.Chart
Gets the current lower range of the specified range adjuster.
getCurrentRange(int) - Method in class com.objectplanet.chart.Chart
Gets the current upper range of the specified range adjuster.
getDataBounds(Rectangle) - Method in class com.objectplanet.chart.Chart
This method returns the bounding box for the data to be drawn in.
getDepth() - Method in class com.objectplanet.chart.PieChart
Gets the depth of the pie.
getDetachedDistance() - Method in class com.objectplanet.chart.PieChart
Gets the default detach distance.
getDetachedSlice(int, int) - Method in class com.objectplanet.chart.PieChart
Gets the distance a pie slice is detached from the given pie.
getDocumentBase() - Method in class com.objectplanet.chart.ChartApplet
Gets the document base.
getDoubleValues(String) - Static method in class com.objectplanet.chart.ChartApplet
Convers a string parameter to an array of double values.
getFloatValue() - Method in class com.objectplanet.chart.ChartSample
Gets the value as a floating point.
getFont(String) - Method in class com.objectplanet.chart.Chart
Gets the font for the specified label.
getGraphBounds() - Method in class com.objectplanet.chart.BarChart
Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
getGraphBounds() - Method in class com.objectplanet.chart.Chart
This method returns the bounding box for the chart grid.
getGraphBounds() - Method in class com.objectplanet.chart.LineChart
Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
getGraphBounds() - Method in class com.objectplanet.chart.PieChart
Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
getGraphInsets() - Method in class com.objectplanet.chart.Chart
Gets the graph insets.
getgridAlignment() - Method in class com.objectplanet.chart.BarChart
Gets the bar alignment.
getGridLine(int) - Method in class com.objectplanet.chart.Chart
Gets grid lines positon value by its index.
getGridLineColor(int) - Method in class com.objectplanet.chart.Chart
Gets grid line's color value by it's index.
getGridLineColors() - Method in class com.objectplanet.chart.Chart
Gets the vertical grid lines colors.
getGridLines() - Method in class com.objectplanet.chart.Chart
Gets the vertical grid lines positons.
getImage(int, int) - Method in class com.objectplanet.chart.Chart
Returns the current chart as an image.
getImage(String) - Method in class com.objectplanet.chart.Chart
Gets the image with the specified name.
getIndex() - Method in class com.objectplanet.chart.ChartSample
Gets the index of the sample.
getInsideLabelColor(int) - Method in class com.objectplanet.chart.PieChart
Gets the color of the inside labels of the specified pie.
getKey() - Method in class com.objectplanet.chart.ChartSample
Gets the key of the sample.
getLabel() - Method in class com.objectplanet.chart.ChartSample
Gets the label of the sample.
getLabel(String) - Method in class com.objectplanet.chart.Chart
Gets the specified label from the chart.
getLabelAngle(String) - Method in class com.objectplanet.chart.Chart
Gets the angle of the specified label.
getLastSelectedSample() - Method in class com.objectplanet.chart.Chart
Gets the index of the last selected sample.
getLastSelectedSeries() - Method in class com.objectplanet.chart.Chart
Gets the index of the last selected series.
getLegendColor(int) - Method in class com.objectplanet.chart.Chart
Gets legend entry's color value by it's index.
getLegendColors() - Method in class com.objectplanet.chart.Chart
Gets the legend colors.
getLegendImage(int) - Method in class com.objectplanet.chart.Chart
Gets a legend entry's image name.
getLegendLabels() - Method in class com.objectplanet.chart.BarChart
Gets the legend labels.
getLegendLabels() - Method in class com.objectplanet.chart.Chart
Gets the legend labels.
getLegendLabels() - Method in class com.objectplanet.chart.LineChart
Gets the legend labels.
getLegendPosition() - Method in class com.objectplanet.chart.Chart
Gets the legend position.
getLineWidth(int) - Method in class com.objectplanet.chart.LineChart
Gets the current width of the given series line.
getLowerRange(int) - Method in class com.objectplanet.chart.Chart
Gets the lower value of the specified range.
getMaxValue(int) - Method in class com.objectplanet.chart.Chart
Gets the largest value in the specified data series.
getMaxValue(int) - Method in class com.objectplanet.chart.ChartData
Gets the largest value in the specified data series.
getMaxValue(int) - Method in class com.objectplanet.chart.LineChart
Gets the maximum value in the chart.
getMaxValueLineCount() - Method in class com.objectplanet.chart.Chart
Gets the current maxium number of value lines set.
getMinimumSize() - Method in class com.objectplanet.chart.Chart
This method returns the minimum size of the chart.
getMinValue(int) - Method in class com.objectplanet.chart.Chart
Gets the smallest value in the specified data series.
getMinValue(int) - Method in class com.objectplanet.chart.ChartData
Gets the smallest value in the specified data series.
getOverlayChart(int) - Method in class com.objectplanet.chart.Chart
Gets the specified overlay chart.
getParameter(String) - Method in class com.objectplanet.chart.ChartApplet
Gets the value of the specified applet parameter.
getParameterPrefix() - Method in class com.objectplanet.chart.ChartApplet
Gets the prefix used when reading applet parameters.
getPercentDecimalCount() - Method in class com.objectplanet.chart.PieChart
Gets the number of decimals used with the percent values.
getPercentLabelStyle() - Method in class com.objectplanet.chart.PieChart
Gets the style of the percent labels.
getPercentValue(int, int) - Method in class com.objectplanet.chart.PieChart
Gets the value of the given pie segment as a percentage value (out of 100).
getPreferredSize() - Method in class com.objectplanet.chart.Chart
This method is called by the awt, and returns the preferred size of the chart.
getQuality() - Method in class com.objectplanet.chart.jpeg.JpegEncoder
 
getRange(int) - Method in class com.objectplanet.chart.Chart
Gets the upper value of the specified range.
getRangeAdjusted(int) - Method in class com.objectplanet.chart.Chart
Gets the range(s) adjusted by the specified adjuster.
getRangeAdjusterPosition(int) - Method in class com.objectplanet.chart.Chart
Gets the position of the range adjuster.
getRangeColor(int) - Method in class com.objectplanet.chart.Chart
Gets the color of the specified range.
getRangeDecimalCount(int) - Method in class com.objectplanet.chart.Chart
Gets the number of decimals used in the range values.
getRangePosition(int) - Method in class com.objectplanet.chart.Chart
Gets the range position.
getSample(int, int) - Method in class com.objectplanet.chart.Chart
Gets the specified sample.
getSample(int, int) - Method in class com.objectplanet.chart.ChartData
Gets the specified sample.
getSample(Object) - Method in class com.objectplanet.chart.Chart
Gets the sample with the given key.
getSample(Object) - Method in class com.objectplanet.chart.ChartData
Gets the sample with the specified key.
getSampleColor(int) - Method in class com.objectplanet.chart.Chart
Gets the color of the specified sample.
getSampleColors() - Method in class com.objectplanet.chart.Chart
Gets the array of colors used for the samples.
getSampleCount() - Method in class com.objectplanet.chart.Chart
Gets the number of samples.
getSampleCount() - Method in class com.objectplanet.chart.ChartData
Gets the number of samples.
getSampleDecimalCount(int) - Method in class com.objectplanet.chart.Chart
Gets the number of decimals used for the sample values.
getSampleHighlightSize(int) - Method in class com.objectplanet.chart.LineChart
Gets the sample highlight size.
getSampleHighlightStyle(int) - Method in class com.objectplanet.chart.LineChart
Gets the sample highlight style.
getSampleLabel(int) - Method in class com.objectplanet.chart.Chart
Gets the specified sample label.
getSampleLabel(int) - Method in class com.objectplanet.chart.ChartData
Gets the specified sample label.
getSampleLabelColor(int) - Method in class com.objectplanet.chart.Chart
Gets the color of the label of the specified sample.
getSampleLabels() - Method in class com.objectplanet.chart.Chart
Gets the sample labels.
getSampleLabels() - Method in class com.objectplanet.chart.ChartData
Gets the sample labels.
getSampleLabelSelectionColor() - Method in class com.objectplanet.chart.Chart
Gets the color used for the sample labels when a sample is selected.
getSampleLabelStyle() - Method in class com.objectplanet.chart.Chart
Gets the current style of the sample labels.
getSampleLabelStyle() - Method in class com.objectplanet.chart.PieChart
Gets the style of the sample labels.
getSamples(int) - Method in class com.objectplanet.chart.Chart
Gets the samples for the specified serie.
getSamples(int) - Method in class com.objectplanet.chart.ChartData
Gets the samples for the specified serie.
getSampleValue(int, int) - Method in class com.objectplanet.chart.Chart
Gets the specified sample value.
getSampleValue(int, int) - Method in class com.objectplanet.chart.ChartData
Gets the specified sample value.
getSampleValues(int) - Method in class com.objectplanet.chart.Chart
Gets the sample values for the specified serie.
getSampleValues(int) - Method in class com.objectplanet.chart.ChartData
Gets the sample values for the specified serie.
getSelectedObjects() - Method in class com.objectplanet.chart.Chart
Gets the currently selected objects.
getSelectionStyle() - Method in class com.objectplanet.chart.PieChart
Gets the current selection style.
getSeries() - Method in class com.objectplanet.chart.ChartSample
Gets the series index of the sample.
getSeriesCount() - Method in class com.objectplanet.chart.Chart
Gets the number of series.
getSeriesCount() - Method in class com.objectplanet.chart.ChartData
Gets the number of series.
getSeriesLabel(int) - Method in class com.objectplanet.chart.Chart
Gets the specified series label.
getSeriesLabel(int) - Method in class com.objectplanet.chart.ChartData
Gets the specified series label.
getSeriesLabelColor(int) - Method in class com.objectplanet.chart.Chart
Gets the color of the label of the specified series.
getSeriesLabels() - Method in class com.objectplanet.chart.Chart
Gets the series labels.
getSeriesLabels() - Method in class com.objectplanet.chart.ChartData
Gets the series labels.
getSeriesLabelStyle() - Method in class com.objectplanet.chart.Chart
Gets the current style of the series labels.
getSeriesLabelStyle() - Method in class com.objectplanet.chart.PieChart
Gets the style of the series labels.
getSeriesRange(int) - Method in class com.objectplanet.chart.Chart
Gets the range the specified series belongs to.
getSize() - Method in class com.objectplanet.chart.Chart
Returns the size of the chart component.
getSliceSeperatorColor() - Method in class com.objectplanet.chart.PieChart
Gets the current pie slice seperator line color.
getStringValues(String, String) - Method in class com.objectplanet.chart.ChartApplet
Converts a comma seperated string to an array of strings.
getTargetValueLine(String) - Method in class com.objectplanet.chart.Chart
Gets the value of a target value line.
getThousandsDelimeter() - Method in class com.objectplanet.chart.Chart
Gets the current thousands delimeter for use in the display of numbers.
getTitle() - Method in class com.objectplanet.chart.Chart
Gets the chart title.
getValue() - Method in class com.objectplanet.chart.ChartSample
Gets the value of the sample.
getValueLabelStyle() - Method in class com.objectplanet.chart.BarChart
Gets the current value label style.
getValueLabelStyle() - Method in class com.objectplanet.chart.LineChart
Gets the value label style.
getValueLabelStyle() - Method in class com.objectplanet.chart.PieChart
Gets the style of the value labels.
getValueLinesColor() - Method in class com.objectplanet.chart.Chart
Gets the color of the value lines.
getValuePosition(double) - Method in class com.objectplanet.chart.BarChart
Gets the position in the chart of the specified value.
getValuePosition(double) - Method in class com.objectplanet.chart.LineChart
Gets the position in the chart of the specified value.
getVersion() - Static method in class com.objectplanet.chart.Chart
Returns the current version of the charts.

H

hasChangedSince(long) - Method in class com.objectplanet.chart.ChartData
Checks if the data has been changed since the specified time.
hasValue() - Method in class com.objectplanet.chart.ChartSample
Returns true if a value has been set for this sample.
HORIZONTAL - Static variable in class com.objectplanet.chart.Chart
Horizontal bar alignment.

I

init() - Method in class com.objectplanet.chart.ChartApplet
Initializes the default applet parameters.
init(ServletConfig) - Method in class com.objectplanet.chart.ChartServlet
This method is called when the servlet is placed into service.
INSIDE - Static variable in class com.objectplanet.chart.Chart
Labels display inside each sample.
invalidate() - Method in class com.objectplanet.chart.NonFlickerPanel
Called when the components in the panel needs to be laid out.
is3DModeOn() - Method in class com.objectplanet.chart.Chart
Checks if the 3D mode is turned on.
isAutoLabelSpacingOn() - Method in class com.objectplanet.chart.BarChart
Gets the state of the automatic label spacing.
isAutoLabelSpacingOn() - Method in class com.objectplanet.chart.LineChart
Gets the state of the automatic label spacing.
isAutomaticRepaintOn() - Method in class com.objectplanet.chart.Chart
Checks if the automatic repaint is on.
isBarLabelsOn() - Method in class com.objectplanet.chart.BarChart
Checks if the bar labels are turned on.
isBarOutlineOn() - Method in class com.objectplanet.chart.BarChart
Checks if the bar outline is turned on or off.
isConnectedLinesOn(int) - Method in class com.objectplanet.chart.LineChart
Checks if lines with missing values are connected.
isDefaultGridLinesOn() - Method in class com.objectplanet.chart.Chart
Checks if the default vertical grid lines are on.
isFloatingOnLegendOn() - Method in class com.objectplanet.chart.Chart
Checks if floating labels are displayed when the mouse moves over the legend.
isGridAdjustmentOn(int) - Method in class com.objectplanet.chart.Chart
Checks if runtime grid adjustment is on.
isLegendOn() - Method in class com.objectplanet.chart.Chart
Checks if the legend is turned on.
isMultiColorOn() - Method in class com.objectplanet.chart.BarChart
Checks if the multicolor mode is turned on.
isMultiSeriesOn() - Method in class com.objectplanet.chart.BarChart
Checks if the chart is in multi series mode.
isOverlayChartOn(int) - Method in class com.objectplanet.chart.Chart
Checks if the specified overlay chart is on.
isPercentLabelsOn() - Method in class com.objectplanet.chart.PieChart
Checks if the percent labels are turned on.
isPieLabelsOn() - Method in class com.objectplanet.chart.PieChart
Checks if the pie lablels are turned on.
isPrintAsBitmap() - Method in class com.objectplanet.chart.Chart
Checks if the chart will be printed as a bitmap.
isRangeAdjusterOn(int) - Method in class com.objectplanet.chart.Chart
Checks if the specified range adjuster is turned on.
isRangeLabelsOn(int) - Method in class com.objectplanet.chart.Chart
Checks if the range labels are on or off for the specified range.
isRangeOn(int) - Method in class com.objectplanet.chart.Chart
Checks if the specified range is on.
isRightToLeftScrollingOn() - Method in class com.objectplanet.chart.LineChart
Checks if the right to left scrolling is turned on.
isSampleHighlightOn(int, int) - Method in class com.objectplanet.chart.LineChart
Checks if the sample highlight is turned on or off for a sample.
isSampleLabelsOn() - Method in class com.objectplanet.chart.Chart
Checks if the sample labels are turned on.
isSampleLabelsOn() - Method in class com.objectplanet.chart.PieChart
Checks if the sample label is turned on.
isSampleScrollerOn() - Method in class com.objectplanet.chart.Chart
Checks if the sample scroller is turned on.
isSelected() - Method in class com.objectplanet.chart.ChartSample
Checks if the sample is selected.
isSelected(int, int) - Method in class com.objectplanet.chart.Chart
Checks if a sample is selected.
isSelected(int, int) - Method in class com.objectplanet.chart.ChartData
Checks if a sample is selected.
isSeriesLabelsOn() - Method in class com.objectplanet.chart.Chart
Checks if the floating series labels is turned on.
isSeriesLabelsOn() - Method in class com.objectplanet.chart.PieChart
Checks if the series label is turned on.
isSeriesLineOn(int) - Method in class com.objectplanet.chart.LineChart
Checks if the specified line is on.
isServletModeOn() - Method in class com.objectplanet.chart.Chart
Checks if the servlet mode is turned on.
isSliceSeperatorOn() - Method in class com.objectplanet.chart.PieChart
Checks if the pie slice seperators are on.
isStackedOn() - Method in class com.objectplanet.chart.LineChart
Checks if stacked lines are turned on.
isTitleOn() - Method in class com.objectplanet.chart.Chart
Checks if the title is turned on.
isValueLabelsOn() - Method in class com.objectplanet.chart.Chart
Checks if the value labels are turned on for any series.
isValueLabelsOn(int) - Method in class com.objectplanet.chart.Chart
Checks if the value labels are turned on for a specified series.
isValueLinesOn() - Method in class com.objectplanet.chart.Chart
Checks if the value lines are turned on.
itemStateChanged(ItemEvent) - Method in class com.objectplanet.chart.ChartApplet
Called when a sample is selected.

J

JpegEncoder - class com.objectplanet.chart.jpeg.JpegEncoder.
 
JpegEncoder(Image, int, OutputStream) - Constructor for class com.objectplanet.chart.jpeg.JpegEncoder
 
jpegNaturalOrder - Static variable in class com.objectplanet.chart.jpeg.JpegEncoder
 

L

label - Variable in class com.objectplanet.chart.ChartSample
The label of the sample.
labelDelimiter - Variable in class com.objectplanet.chart.ChartApplet
Used as the label delimiter for label string "arrays".
LEFT - Static variable in class com.objectplanet.chart.Chart
Left legend position.
LineChart - class com.objectplanet.chart.LineChart.
This line chart component enables you to add a line chart to your java applications with just a few lines of code.
LineChart() - Constructor for class com.objectplanet.chart.LineChart
Creates a line chart with one series, 5 samples, and a range of 0-100.
LineChart(int, int, double) - Constructor for class com.objectplanet.chart.LineChart
Creates a line chart with the specified number of series, the number of samples per serie, and the chart range.
LineChart(int, int, double, double) - Constructor for class com.objectplanet.chart.LineChart
Creates a line chart with the specified number of series, the number of samples per serie, and the chart range.
LineChartApplet - class com.objectplanet.chart.LineChartApplet.
The line chart applet enables you to plug a line chart directly into your html page and customize it by setting parameters in the applet tag.
LineChartApplet() - Constructor for class com.objectplanet.chart.LineChartApplet
 
loadImage(String) - Method in class com.objectplanet.chart.Chart
Loads an image from the disk.
loadParameters(Hashtable) - Method in class com.objectplanet.chart.BarChartApplet
Loads the bar chart applet specific parameters into the specified hashtable.
loadParameters(Hashtable) - Method in class com.objectplanet.chart.ChartApplet
Loads the parameters into the specified hashtable.
loadParameters(Hashtable) - Method in class com.objectplanet.chart.LineChartApplet
Loads the line chart applet specific parameters into the specified hashtable.
loadParameters(Hashtable) - Method in class com.objectplanet.chart.PieChartApplet
Loads the pie chart applet specific parameters into the specified hashtable.
loadParameters(Hashtable) - Method in class com.objectplanet.chart.ext.TimeLineChartApplet
Loads the applet parameters.
loadURLParameters(String, Hashtable) - Method in class com.objectplanet.chart.ChartApplet
Loads the parameters from the specified url.

M

main(String[]) - Static method in class com.objectplanet.chart.Chart
Prints out the current version number.
mouseDragged(MouseEvent) - Method in class com.objectplanet.chart.ChartApplet
Required by the MouseMotionListener, does nothing.
mouseMoved(MouseEvent) - Method in class com.objectplanet.chart.ChartApplet
Checks of the mouse is over a sample with a URL.

N

NonFlickerPanel - class com.objectplanet.chart.NonFlickerPanel.
This panel is used to avoid flicker when a chart is repainted frequently.
NonFlickerPanel() - Constructor for class com.objectplanet.chart.NonFlickerPanel
Constructs a new non-flicker panel.
NonFlickerPanel(LayoutManager) - Constructor for class com.objectplanet.chart.NonFlickerPanel
Constructs a new non-flicker panel with the specified layoutmanager.

O

OUTSIDE - Static variable in class com.objectplanet.chart.Chart
Labels display outside pie edge next to each sample.
overlayCharts - Variable in class com.objectplanet.chart.Chart
This contains any overlayed charts.

P

paint(Graphics) - Method in class com.objectplanet.chart.Chart
This method is overridden to paint the chart using double buffering.
paint(Graphics) - Method in class com.objectplanet.chart.NonFlickerPanel
Paints the components in the panel.
PieChart - class com.objectplanet.chart.PieChart.
This pie chart component enables you to add a pie chart to your java applications with just a few lines of code.
PieChart() - Constructor for class com.objectplanet.chart.PieChart
Creates a pie chart with 1 sample.
PieChart(int) - Constructor for class com.objectplanet.chart.PieChart
Creates a pie chart with the given number of pie segments.
PieChart(int, int) - Constructor for class com.objectplanet.chart.PieChart
Creates a pie chart with the given number of series and samples.
PieChartApplet - class com.objectplanet.chart.PieChartApplet.
The pie chart applet enables you to plug a pie chart directly into your html page and customize it by setting parameters in the applet tag.
PieChartApplet() - Constructor for class com.objectplanet.chart.PieChartApplet
 
print(Graphics) - Method in class com.objectplanet.chart.Chart
Call this methods if you want to print the chart from a java program.
print(Graphics) - Method in class com.objectplanet.chart.ChartApplet
Called when a print request is issued.
processEvent(AWTEvent) - Method in class com.objectplanet.chart.Chart
Handles the chart events.

R

refresh() - Method in class com.objectplanet.chart.BarChartApplet
This method is called by the automatic refresh thread.
release() - Method in class com.objectplanet.chart.NonFlickerPanel
Releases all the resources claimed by the component.
removeExternalGraphics() - Method in class com.objectplanet.chart.Chart
Removes external graphics context if there is one.
removeItemListener(ItemListener) - Method in class com.objectplanet.chart.Chart
Removes the specified item listener from the chart.
removeOverlayChart(int) - Method in class com.objectplanet.chart.Chart
Removes the specified overlay chart.
render(Graphics) - Method in class com.objectplanet.chart.BarChart
Renders the bar chart according to the current chart attributes and which charts features are turned on or off.
render(Graphics) - Method in class com.objectplanet.chart.Chart
This method is called by paint(), and has to be implemented by the subclass to render the chart.
render(Graphics) - Method in class com.objectplanet.chart.LineChart
Renders the line chart according to the set attributes and the current features that are turned on.
render(Graphics) - Method in class com.objectplanet.chart.PieChart
Renders the pie chart according to the current chart attributes and GUI state values.
renderData(Graphics, Rectangle, Rectangle) - Method in class com.objectplanet.chart.BarChart
Renders the bars and the value labels.
renderData(Graphics, Rectangle, Rectangle) - Method in class com.objectplanet.chart.Chart
This method renders the data (bars, lines, pies).
renderData(Graphics, Rectangle, Rectangle) - Method in class com.objectplanet.chart.LineChart
Renders the lines for the chart.
renderData(Graphics, Rectangle, Rectangle) - Method in class com.objectplanet.chart.PieChart
Renders the pies for the chart.
reset() - Method in class com.objectplanet.chart.BarChart
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.Chart
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.ChartApplet
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.LineChart
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.PieChart
Resets the chart data and features.
RIGHT - Static variable in class com.objectplanet.chart.Chart
Right legend position.
run() - Method in class com.objectplanet.chart.Chart
Internal do not call.
run() - Method in class com.objectplanet.chart.ChartApplet
The automatic refresh thread.

S

SAMPLE_HIGHLIGHT_CIRCLE - Static variable in class com.objectplanet.chart.LineChart
Use a circle as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_CIRCLE_FILLED - Static variable in class com.objectplanet.chart.LineChart
Use a filled circle as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_CIRCLE_OPAQUE - Static variable in class com.objectplanet.chart.LineChart
Use an opaque circle as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_DIAMOND - Static variable in class com.objectplanet.chart.LineChart
Use a diamond as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_DIAMOND_FILLED - Static variable in class com.objectplanet.chart.LineChart
Use a filled diamond as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_DIAMOND_OPAQUE - Static variable in class com.objectplanet.chart.LineChart
Use an opaque diamond as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_SQUARE - Static variable in class com.objectplanet.chart.LineChart
Use a square as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_SQUARE_FILLED - Static variable in class com.objectplanet.chart.LineChart
Use a filled square as a sample highlighter on a line.
SAMPLE_HIGHLIGHT_SQUARE_OPAQUE - Static variable in class com.objectplanet.chart.LineChart
Use an opaque square as a sample highlighter on a line.
sampleCountRead - Variable in class com.objectplanet.chart.ChartApplet
This is set after loadParameters() has been called in this class.
SELECTION_STYLE_CIRCLE - Static variable in class com.objectplanet.chart.PieChart
Used to mark a selected pie segment with a indented circle
SELECTION_STYLE_DETACHED - Static variable in class com.objectplanet.chart.PieChart
Used to mark a selected pie segment as detached from the pie
SELECTION_STYLE_TRIANGLE - Static variable in class com.objectplanet.chart.PieChart
Used to mark a selected pie segment with a triangle
seriesCountRead - Variable in class com.objectplanet.chart.ChartApplet
This is set after loadParameters() has been called in this class.
service(ServletRequest, ServletResponse) - Method in class com.objectplanet.chart.ChartServlet
The service.
set(double, String, Object) - Method in class com.objectplanet.chart.ChartSample
Sets the chart sample's value, label, and the key.
set3DDepth(int) - Method in class com.objectplanet.chart.Chart
Sets the depth of the 3D effect in number of pixels.
set3DModeOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off 3D look of the chart.
setAngle(int) - Method in class com.objectplanet.chart.PieChart
Sets the angle of the pie chart.
setAutoLabelSpacingOn(boolean) - Method in class com.objectplanet.chart.BarChart
Turns on or off automatic bar label spacing.
setAutoLabelSpacingOn(boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off automatic sample label spacing.
setAutomaticRepaintOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the automatic repaint.
setBackground(Color) - Method in class com.objectplanet.chart.Chart
Sets the chart component background color, outside the chart grid.
setBarAlignment(int) - Method in class com.objectplanet.chart.BarChart
Sets the bar alignment.
setBarLabels(String[]) - Method in class com.objectplanet.chart.BarChart
Sets the bar labels.
setBarLabelsOn(boolean) - Method in class com.objectplanet.chart.BarChart
Turns on or off the bar labels.
setBarLabelStyle(int) - Method in class com.objectplanet.chart.BarChart
Sets the bar label style.
setBarOutlineColor(Color) - Method in class com.objectplanet.chart.BarChart
Sets the color used for the bar outline.
setBarOutlineOn(boolean) - Method in class com.objectplanet.chart.BarChart
Turns on or off the bar outline.
setBarType(int) - Method in class com.objectplanet.chart.BarChart
Sets the bar type in multiple series charts.
setBarWidth(double) - Method in class com.objectplanet.chart.BarChart
Sets the relative width of each bar.
setChartBackground(Color) - Method in class com.objectplanet.chart.Chart
Sets the background color of the chart itself.
setChartData(ChartData) - Method in class com.objectplanet.chart.Chart
Lets the chart use the specified chart data.
setChartForeground(Color) - Method in class com.objectplanet.chart.Chart
Sets the foreground color of the chart itself.
setConnectedLinesOn(int, boolean) - Method in class com.objectplanet.chart.LineChart
Connects lines with missing values.
setCurrentLowerRange(int, double) - Method in class com.objectplanet.chart.Chart
Sets the current lower range of the specified range adjuster.
setCurrentRange(int, double) - Method in class com.objectplanet.chart.Chart
Sets the current upper range of the specified range adjuster.
setDefaultGridLinesColor(Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the default vertical grid lines.
setDefaultGridLinesOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the default vertical grid lines.
setDefaultGridLinesOn(boolean, double, double) - Method in class com.objectplanet.chart.Chart
Turns on or off the default vertical grid lines.
setDepth(double) - Method in class com.objectplanet.chart.PieChart
Sets the depth of the pie.
setDetachedDistance(double) - Method in class com.objectplanet.chart.PieChart
Sets the default detach distance when detached selection style is set.
setDetachedSlice(int, int, double) - Method in class com.objectplanet.chart.PieChart
Detaches a pie slice.
setExternalGraphics(Graphics, Image) - Method in class com.objectplanet.chart.Chart
Sets an external graphics context to paint with.
setFloatingOnLegendOn(boolean) - Method in class com.objectplanet.chart.Chart
Turn on or off floating labels when the mouse moves over the legend.
setFont(String, Font) - Method in class com.objectplanet.chart.Chart
Sets the font for the specified label.
setFont(String, Font) - Method in class com.objectplanet.chart.PieChart
Sets the font for the title, legend, pie labels, sample labels, percent labels, or value labels.
setForeground(Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the labels.
setGraphInsets(int, int, int, int) - Method in class com.objectplanet.chart.Chart
Sets the insets between the graph itself and the chart component edges.
setGridAdjustmentOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Turns on or of runtime grid adjustment.
setGridLine(int, double) - Method in class com.objectplanet.chart.Chart
Sets a single grid line value.
setGridLineColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets a single grid line color.
setGridLineColors(Color[]) - Method in class com.objectplanet.chart.Chart
Sets the color of each vertical grid line.
setGridLines(double[]) - Method in class com.objectplanet.chart.Chart
Sets the vertical grid lines positons.
setGridLinesColor(Color) - Method in class com.objectplanet.chart.Chart
Sets the vertical grid lines color.
setInsideLabelColor(int, Color) - Method in class com.objectplanet.chart.PieChart
Sets the color of the inside label for the specified pie.
setLabel(String) - Method in class com.objectplanet.chart.ChartSample
Sets the label of the sample.
setLabel(String, String) - Method in class com.objectplanet.chart.Chart
Sets the specified label in the chart.
setLabelAngle(String, int) - Method in class com.objectplanet.chart.Chart
Sets the angle of the specified label.
setLabelAngleCacheSize(int) - Static method in class com.objectplanet.chart.Chart
Sets the angled label cache size.
setLabelColor(Color) - Method in class com.objectplanet.chart.ChartSample
Sets the label color.
setLegendColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets a legend entry color.
setLegendColors(Color[]) - Method in class com.objectplanet.chart.Chart
Sets the legend colors.
setLegendImage(int, String) - Method in class com.objectplanet.chart.Chart
Sets an image to be used in front of the legend label.
setLegendImage(int, String) - Method in class com.objectplanet.chart.LineChart
Sets an image to be used in front of the legend label and as the sample highlight for the specified series.
setLegendLabels(String[]) - Method in class com.objectplanet.chart.Chart
Sets the legend labels.
setLegendOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the label legend.
setLegendPosition(int) - Method in class com.objectplanet.chart.Chart
Sets the legend position.
setLineWidth(int, int) - Method in class com.objectplanet.chart.LineChart
Sets the width of the specified line.
setLowerRange(int, double) - Method in class com.objectplanet.chart.Chart
Sets the lower range of the chart.
setLowerRelativeRange(double) - Method in class com.objectplanet.chart.Chart
Sets the lower range of the chart relative to the current minimum value.
setLowerRelativeRange(double, double) - Method in class com.objectplanet.chart.Chart
Sets the lower range of the chart relative to the minimum value of the bars in the chart.
setLowerRelativeRange(int, double, double) - Method in class com.objectplanet.chart.Chart
Sets the lower range of the chart relative to the minimum value of the bars in the chart.
setMaxValueLineCount(int) - Method in class com.objectplanet.chart.Chart
Sets the maximum number of value lines there should be in the chart.
setMultiColorOn(boolean) - Method in class com.objectplanet.chart.BarChart
Turns on or off multi-color bar display.
setMultiSeriesOn(boolean) - Method in class com.objectplanet.chart.BarChart
Makes the chart behave like it does when it has multiple data series, even if it has only one.
setOverlayChart(int, Chart) - Method in class com.objectplanet.chart.Chart
Sets the specified overlay chart.
setOverlayChartOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Sets the specified overlay chart on or off.
setParameter(String, String) - Method in class com.objectplanet.chart.BarChartApplet
Sets a parameter in the chart.
setParameter(String, String) - Method in class com.objectplanet.chart.ChartApplet
Sets a parameter in the chart.
setParameter(String, String) - Method in class com.objectplanet.chart.LineChartApplet
Sets a parameter in the chart.
setParameter(String, String) - Method in class com.objectplanet.chart.PieChartApplet
Sets a parameter in the chart.
setParameter(String, String) - Method in class com.objectplanet.chart.ext.TimeLineChartApplet
Sets a parameter in the chart.
setParameterPrefix(String) - Method in class com.objectplanet.chart.ChartApplet
Sets the parameter prefix for this chart.
setParameters(Hashtable) - Method in class com.objectplanet.chart.ChartApplet
Sets the applet parameters.
setParameters(Hashtable) - Method in class com.objectplanet.chart.PieChartApplet
Sets the pie applet parameters.
setParameters(Hashtable) - Method in class com.objectplanet.chart.ext.TimeLineChartApplet
Sets the applet parameters.
setParentApplet(Applet) - Method in class com.objectplanet.chart.ChartApplet
Sets the parent applet.
setPercentDecimalCount(int) - Method in class com.objectplanet.chart.PieChart
Sets the number of decimals to use with the percent values.
setPercentLabelsOn(boolean) - Method in class com.objectplanet.chart.PieChart
Display percent labels when the mouse pointer is above the pie segment.
setPercentLabelStyle(int) - Method in class com.objectplanet.chart.PieChart
Sets the style of the percent labels.
setPieLabelsOn(boolean) - Method in class com.objectplanet.chart.PieChart
Use this to display the sample labels below each pie when multiple data series (multiple pies) are used.
setPreferredSize(int, int) - Method in class com.objectplanet.chart.Chart
Sets the preferred size of the chart.
setPrintAsBitmap(boolean) - Method in class com.objectplanet.chart.Chart
Turns on printing as bimap.
setQuality(int) - Method in class com.objectplanet.chart.jpeg.JpegEncoder
 
setRange(int, double) - Method in class com.objectplanet.chart.Chart
Sets the upper value of the specified range.
setRangeAdjusted(int, int) - Method in class com.objectplanet.chart.Chart
Sets which range(s) to be adjusted by the specified adjuster.
setRangeAdjusterOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the range adjuster.
setRangeAdjusterPosition(int, int) - Method in class com.objectplanet.chart.Chart
Sets the position of the range adjuster.
setRangeColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the specified range.
setRangeDecimalCount(int, int) - Method in class com.objectplanet.chart.Chart
Sets the number of decimals to use in the range label values.
setRangeLabelsOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the range value labels for the specified range.
setRangeOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the specified range.
setRangePosition(int, int) - Method in class com.objectplanet.chart.Chart
Sets the range position.
setRelativeRange(double) - Method in class com.objectplanet.chart.Chart
Sets the upper range of the chart relative to the maximum value of the bars in the chart.
setRelativeRange(double, double) - Method in class com.objectplanet.chart.Chart
Sets the upper range of the chart relative to the maximum value of the bars in the chart.
setRelativeRange(int, double, double) - Method in class com.objectplanet.chart.Chart
Sets the upper range of the chart relative to the maximum value of the bars in the chart.
setRightToLeftScrollingOn(boolean) - Method in class com.objectplanet.chart.LineChart
Turns on right to left scrolling when adding new values.
setSample(int, int, ChartSample) - Method in class com.objectplanet.chart.Chart
Sets the specified sample.
setSample(int, int, ChartSample) - Method in class com.objectplanet.chart.ChartData
Sets the specified sample.
setSampleAxisRange(double, double) - Method in class com.objectplanet.chart.Chart
Sets the left and the right range of the chart.
setSampleColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the specified sample.
setSampleColors(Color[]) - Method in class com.objectplanet.chart.Chart
Sets the sample colors.
setSampleColors(Color[]) - Method in class com.objectplanet.chart.LineChart
Sets the sample colors.
setSampleCount(int) - Method in class com.objectplanet.chart.Chart
Sets the number of samples.
setSampleCount(int) - Method in class com.objectplanet.chart.ChartData
Sets the number of samples.
setSampleDecimalCount(int, int) - Method in class com.objectplanet.chart.Chart
Sets the number of decimals in the sample values.
setSampleHighlightOn(boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off the sample highlight for the data series.
setSampleHighlightOn(int, boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off the sample highlight for a data series.
setSampleHighlightOn(int, int, boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off the sample highlight for a sample in a data series.
setSampleHighlightStyle(int, int) - Method in class com.objectplanet.chart.LineChart
Sets the sample highlight style for all the data series.
setSampleHighlightStyle(int, int, int) - Method in class com.objectplanet.chart.LineChart
Sets the sample highlight style for the specified data series.
setSampleLabel(int, String) - Method in class com.objectplanet.chart.Chart
Sets the specified sample label.
setSampleLabel(int, String) - Method in class com.objectplanet.chart.ChartData
Sets the specified sample label.
setSampleLabelColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets the color of of the label for the specified sample.
setSampleLabels(String[]) - Method in class com.objectplanet.chart.Chart
Sets the sample labels.
setSampleLabels(String[]) - Method in class com.objectplanet.chart.ChartData
Sets the sample labels.
setSampleLabelSelectionColor(Color) - Method in class com.objectplanet.chart.Chart
Sets the color used for the sample labels when a sample is selected.
setSampleLabelsOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on the sample labels on the x-axis.
setSampleLabelsOn(boolean) - Method in class com.objectplanet.chart.PieChart
Display the sample label when the mouse pointer is above the pie segment.
setSampleLabelStyle(int) - Method in class com.objectplanet.chart.Chart
Sets the style of the sample labels.
setSampleLabelStyle(int) - Method in class com.objectplanet.chart.PieChart
Sets the style of the sample labels.
setSamples(int, ChartSample[]) - Method in class com.objectplanet.chart.Chart
Sets the samples for the specified series.
setSamples(int, ChartSample[]) - Method in class com.objectplanet.chart.ChartData
Sets the samples for the specified series.
setSampleScrollerOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the sample scroller.
setSampleValue(int, int, double) - Method in class com.objectplanet.chart.Chart
Sets the specified sample value.
setSampleValue(int, int, double) - Method in class com.objectplanet.chart.ChartData
Sets the specified sample value.
setSampleValues(int, double[]) - Method in class com.objectplanet.chart.Chart
Sets the sample values for the specified series.
setSampleValues(int, double[]) - Method in class com.objectplanet.chart.ChartData
Sets the sample values for the specified series.
setSelection(boolean) - Method in class com.objectplanet.chart.ChartSample
Selects or de-selects the sample.
setSelection(int, int, boolean) - Method in class com.objectplanet.chart.Chart
Marks a sample as selected or deselected.
setSelection(int, int, boolean) - Method in class com.objectplanet.chart.ChartData
Marks a sample as selected or deselected.
setSelection(int, int, boolean, boolean) - Method in class com.objectplanet.chart.Chart
Marks a sample as selected or deselected.
setSelectionStyle(int) - Method in class com.objectplanet.chart.PieChart
Sets the selection style.
setSeriesCount(int) - Method in class com.objectplanet.chart.Chart
Sets the number of series.
setSeriesCount(int) - Method in class com.objectplanet.chart.ChartData
Sets the number of series.
setSeriesLabel(int, String) - Method in class com.objectplanet.chart.Chart
Sets the specified series label.
setSeriesLabel(int, String) - Method in class com.objectplanet.chart.ChartData
Sets the specified series label.
setSeriesLabelColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets the color of of the label for the specified series.
setSeriesLabels(String[]) - Method in class com.objectplanet.chart.Chart
Sets the series labels.
setSeriesLabels(String[]) - Method in class com.objectplanet.chart.ChartData
Sets the series labels.
setSeriesLabelsOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on the floating series labels.
setSeriesLabelsOn(boolean) - Method in class com.objectplanet.chart.PieChart
Display the series label when the mouse pointer is above the pie segment.
setSeriesLabelStyle(int) - Method in class com.objectplanet.chart.Chart
Sets the style of the series labels.
setSeriesLabelStyle(int) - Method in class com.objectplanet.chart.PieChart
Sets the style of the series labels.
setSeriesLineOn(boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off the series lines.
setSeriesLineOn(int, boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off the specified series line.
setSeriesRange(int, int) - Method in class com.objectplanet.chart.Chart
Sets wich range the specified series should belong to.
setServletModeOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off servlet mode.
setSliceSeperatorColor(Color) - Method in class com.objectplanet.chart.PieChart
Sets the pie slice seperator line color.
setSliceSeperatorOn(boolean) - Method in class com.objectplanet.chart.PieChart
Turns on or off the pie slice seperator lines.
setStackedOn(boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off stacked lines.
setTargetValueLine(String, double, Color, int) - Method in class com.objectplanet.chart.Chart
Sets a target value line with the specified ID, value, and color.
setThousandsDelimeter(String) - Method in class com.objectplanet.chart.Chart
Sets the delimeter for use in the display of numbers.
setTitle(String) - Method in class com.objectplanet.chart.Chart
Sets the chart title.
setTitleOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the chart title.
setValue(double) - Method in class com.objectplanet.chart.ChartSample
Sets the value of the sample.
setValueLabelsOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the value labels.
setValueLabelsOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the value labels for the specified series.
setValueLabelStyle(int) - Method in class com.objectplanet.chart.BarChart
Sets the value label style.
setValueLabelStyle(int) - Method in class com.objectplanet.chart.LineChart
Sets the value label style.
setValueLabelStyle(int) - Method in class com.objectplanet.chart.PieChart
Sets the style of the value labels.
setValueLinesColor(Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the value lines in the chart.
setValueLinesOn(boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the chart value lines.
setVisibleSamples(int, int) - Method in class com.objectplanet.chart.Chart
Sets the visible samples in the chart.
SIDE_BY_SIDE_BARS - Static variable in class com.objectplanet.chart.BarChart
Use side-by-side bars in multiple series charts; setBarType()
STACKED_BARS - Static variable in class com.objectplanet.chart.BarChart
Use stacked bars in multiple series charts; setBarType()
start() - Method in class com.objectplanet.chart.ChartApplet
Starts the automatic refresh thread.
STATIC - Static variable in class com.objectplanet.chart.Chart
Used to create a static label
stop() - Method in class com.objectplanet.chart.ChartApplet
Stops the automatic refresh thread.

T

TARGET_LINE_ID_AND_VALUE_LABEL - Static variable in class com.objectplanet.chart.Chart
Use both the ID and value label with the target lines; setTargetValueLine().
TARGET_LINE_ID_LABEL - Static variable in class com.objectplanet.chart.Chart
Use the ID label with the target lines; setTargetValueLine().
TARGET_LINE_NO_LABEL - Static variable in class com.objectplanet.chart.Chart
Use no label with the target lines; setTargetValueLine().
TARGET_LINE_VALUE_LABEL - Static variable in class com.objectplanet.chart.Chart
Use the value label with the target lines; setTargetValueLine().
theChart - Variable in class com.objectplanet.chart.ChartApplet
The chart component of the applet.Use this reference to access the charts methods directly via JavaScript or subclasses.
TimeLineChartApplet - class com.objectplanet.chart.ext.TimeLineChartApplet.
The TimeLineChartApplet adds time line chart specific properties to the LineChartApplet.
TimeLineChartApplet() - Constructor for class com.objectplanet.chart.ext.TimeLineChartApplet
Creates the TimeLineChartApplet.
toggleSelection() - Method in class com.objectplanet.chart.ChartSample
Toggles the selection of the sample.
TOP - Static variable in class com.objectplanet.chart.Chart
Top legend position.
toString() - Method in class com.objectplanet.chart.Chart
Returns the title of the chart.
toString() - Method in class com.objectplanet.chart.ChartApplet
Returns the title of the chart.
toString() - Method in class com.objectplanet.chart.ChartData
Returns a string with the number of series and samples.
toString() - Method in class com.objectplanet.chart.ChartSample
Returns the label and value as a string.

U

update(Graphics) - Method in class com.objectplanet.chart.Chart
This method is overridden to avoid flicker when the chart is repainted.
update(Graphics) - Method in class com.objectplanet.chart.NonFlickerPanel
Overridden to avoid flicker.

V

value - Variable in class com.objectplanet.chart.ChartSample
The value of the sample.
VERTICAL - Static variable in class com.objectplanet.chart.Chart
Vertical bar alignment.
visibleSamples - Variable in class com.objectplanet.chart.Chart
The start index and count of the currently visible samples.

W

WriteCompressedData(BufferedOutputStream) - Method in class com.objectplanet.chart.jpeg.JpegEncoder
 
WriteEOI(BufferedOutputStream) - Method in class com.objectplanet.chart.jpeg.JpegEncoder
 
WriteHeaders(BufferedOutputStream) - Method in class com.objectplanet.chart.jpeg.JpegEncoder
 

A B C D E F G H I J L M N O P R S T U V W