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

A

addChartItemListener(ChartApplet) - Method in class com.objectplanet.chart.ChartDataLoader
Adds and item listener to the specified chart.
addChartItemListener(ChartApplet) - Method in class com.objectplanet.chart.ext.ChartDataLoaderExt
Adds and item listener to the specified chart.
addImage(String, Image) - Method in class com.objectplanet.chart.GenericChart
Adds an image to the chart.
addImage(String, Image) - Method in class com.objectplanet.chart.ext.PlotterChart
Adds an image to the chart.
addItemListener(ItemListener) - Method in class com.objectplanet.chart.Chart
Adds an item listener to the chart.
addItemListener(ItemListener) - Method in class com.objectplanet.chart.ext.GaugeChart
Adds an item listener to the chart.
addItemListener(ItemListener) - Method in class com.objectplanet.chart.ext.PlotterChart
Adds an item listener to the chart.
addOverlayChart(GenericChart) - Method in class com.objectplanet.chart.GenericChart
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.GenericChart
Calls repaint() if the automaticRepaintOn is turned on.
autoRepaint() - Method in class com.objectplanet.chart.ext.GaugeChart
Calls repaint() if the automaticRepaintOn is turned on.
autoRepaint() - Method in class com.objectplanet.chart.ext.PlotterChart
Calls repaint() if the automaticRepaintOn is turned on.

B

BEHIND_BARS - Static variable in class com.objectplanet.chart.BarChart
Use bars behind each other in multiple series charts; setBarType()
BEHIND_LINE_LAYOUT - Static variable in class com.objectplanet.chart.LineChart
The 3D lines are located behind each other
BELOW - Static variable in class com.objectplanet.chart.Chart
Labels display below the chart grid.
BELOW - Static variable in class com.objectplanet.chart.ext.PlotterChart
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.
BELOW_AND_FLOATING - Static variable in class com.objectplanet.chart.ext.PlotterChart
Labels display both below the grid and floating over a sample.
BLOCK - Static variable in class com.objectplanet.chart.BarChart
 
BOTTOM - Static variable in class com.objectplanet.chart.Chart
Bottom legend position.
BOTTOM - Static variable in class com.objectplanet.chart.Legend
Bottom legend position.
BOTTOM - Static variable in class com.objectplanet.chart.ext.PlotterChart
Bottom range on.
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.
barChart - Variable in class com.objectplanet.chart.ChartApplet
Reference to the BarChart component of the applet.
barChart - Variable in class com.objectplanet.chart.ChartDataLoader
The bar charts used.

C

CENTER - Static variable in class com.objectplanet.chart.ext.PlotterChart
Labels display centered with sample.
CYLINDER - Static variable in class com.objectplanet.chart.BarChart
 
Chart - class com.objectplanet.chart.Chart.
This class is the abstract superclass of all charts.
Chart() - Constructor for class com.objectplanet.chart.Chart
 
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.
ChartApplet(String) - Constructor for class com.objectplanet.chart.ChartApplet
Creates the chart applet.
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.
ChartDataLoader - class com.objectplanet.chart.ChartDataLoader.
This is the class that reads and sets all the chart parameters for ChartApplet and ChartServlet.
ChartDataLoader() - Constructor for class com.objectplanet.chart.ChartDataLoader
Creates the chart data loader.
ChartDataLoaderExt - class com.objectplanet.chart.ext.ChartDataLoaderExt.
This is the class that reads and sets parameters for all extension charts in ChartApplet and ChartServlet.
ChartDataLoaderExt() - Constructor for class com.objectplanet.chart.ext.ChartDataLoaderExt
 
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 generates a chart as a PNG image.
ChartServlet() - Constructor for class com.objectplanet.chart.ChartServlet
 
calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.Chart
Calculates the position and size of each bar in the chart.
callJavaScript(String) - Method in class com.objectplanet.chart.ChartApplet
Calls a javascript function in the applet page.
chart - Variable in class com.objectplanet.chart.ChartApplet
The chart component of the applet.
chart - Variable in class com.objectplanet.chart.ChartServlet
The chart component used.
chartData - Variable in class com.objectplanet.chart.Chart
This contains the chart data.
chartType - Variable in class com.objectplanet.chart.ChartDataLoader
Chart type.
chartType - Variable in class com.objectplanet.chart.GenericChart
 
checkDataIntegrity() - Method in class com.objectplanet.chart.BarChart
Makes sure the barchart specific data has the same number of series and samples as the chart data has.
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.GenericChart
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
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.PieChart
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.ext.PlotterChart
This method is called when the user releases the mouse and checks if the given point is inside a series.
clearAngledLabelCache() - Method in class com.objectplanet.chart.GenericChart
Clears the chache with angle label bounds.
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
 
constructLabel(int, int, int, boolean, String) - Method in class com.objectplanet.chart.Chart
Constructs the combination of labels.
constructLabel(int, int, int, boolean, String) - Method in class com.objectplanet.chart.GenericChart
Constructs the combination of labels.
constructLabel(int, int, int, boolean, String) - Method in class com.objectplanet.chart.PieChart
Constructs the combination of labels.
constructLabel(int, int, int, boolean, String) - Method in class com.objectplanet.chart.ext.PlotterChart
Constructs the combination of labels.
convertLineBreaks(String) - Static method in class com.objectplanet.chart.ChartDataLoader
Converts the characters \ and n to '\n'.
convertLineBreaks(String) - Static method in class com.objectplanet.chart.ChartServlet
Converts '\n' to
.
convertURL(String, ServletRequest, String, String) - Method in class com.objectplanet.chart.ChartServlet
Converts the data URL to use the standard parameter separator (&) instead of the one the servlet tag has to use (¤).
createArrayString(int[]) - Method in class com.objectplanet.chart.ChartApplet
Creates a separated string from the array.
createArrayString(int[]) - Method in class com.objectplanet.chart.ChartDataLoader
Creates a separated string from the array.
createChart(String, String) - Method in class com.objectplanet.chart.ChartApplet
This is called by init() and creates the chart of the specified type used for the applet.
createColor(String) - Static method in class com.objectplanet.chart.ChartApplet
Creates a color based on the string.
createColor(String) - Static method in class com.objectplanet.chart.ChartDataLoader
Creates a color based on the string.
createExtChart(String) - Method in class com.objectplanet.chart.ChartDataLoader
 
createExtChart(String) - Method in class com.objectplanet.chart.ext.ChartDataLoaderExt
 
createFont(String, String, int, int) - Method in class com.objectplanet.chart.ChartApplet
Creates a font based on the information in the specified string.
createFont(String, String, int, int) - Method in class com.objectplanet.chart.ChartDataLoader
Creates a font based on the information in the specified string.
createImage(int, int) - Method in class com.objectplanet.chart.GenericChart
Creates an offscreen image.
createImage(int, int) - Method in class com.objectplanet.chart.ext.GaugeChart
Creates an offscreen image.
createImage(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Creates an offscreen image.
createImage_oldstyle(int, int) - Method in class com.objectplanet.chart.GenericChart
Uses Component.createImage() or Frame.createImage to create an offscreen image.
createImage_oldstyle(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Uses Component.createImage() or Frame.createImage to create an offscreen image.
createTimeLabelBySample(int) - Method in class com.objectplanet.chart.ext.TimeLineChart
Creates the time label using the input time format.

D

DEFAULT_SAMPLE_COLORS - Static variable in class com.objectplanet.chart.GenericChart
 
dataLoader - Variable in class com.objectplanet.chart.ChartApplet
The ChartDataLoader is used to load data read by the ChartApplet to the Chart.
dataLoader - Variable in class com.objectplanet.chart.ChartServlet
The data loader used to load chart parameters.
depth3dPoint - Variable in class com.objectplanet.chart.GenericChart
 
destroy() - Method in class com.objectplanet.chart.ChartApplet
Releases all the resources claimed by the applet.
display3dOn - Variable in class com.objectplanet.chart.GenericChart
 
displayFloatingLabel(int, int) - Method in class com.objectplanet.chart.Chart
Displays the floating labels for the specified series and/or sample.
displayFloatingLabel(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Displays the floating labels for the specified series and/or sample.
displayVersionOn - Variable in class com.objectplanet.chart.GenericChart
 
doLayout() - Method in class com.objectplanet.chart.ChartApplet
Sets the proper size of the chart.
dragged_label - Variable in class com.objectplanet.chart.GenericChart
 

E

encodeChartImage(Image, int, int, OutputStream, ServletResponse) - Method in class com.objectplanet.chart.ChartServlet
Encodes the specified java image to a jpeg/png bytestream.
encoding - Variable in class com.objectplanet.chart.ChartServlet
The encoding used to read data from an URL.

F

FLOATING - Static variable in class com.objectplanet.chart.Chart
Floating labels display when mouse is over a sample.
FLOATING - Static variable in class com.objectplanet.chart.ext.PlotterChart
Floating labels display when mouse is over a sample.
forceRepaint() - Method in class com.objectplanet.chart.GenericChart
Forces immidiate repaint of the chart.
format - Variable in class com.objectplanet.chart.ChartServlet
The image format to use.
formatNumber(double, int) - Method in class com.objectplanet.chart.GenericChart
Formats a floating number to the number of decimals given.
formatNumber(double, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Formats a floating number to the number of decimals given.
formatRangeNumber(int, double) - Method in class com.objectplanet.chart.Chart
Formats a floating number to the number of decimals given for the specified range.
formatRangeNumber(int, double) - Method in class com.objectplanet.chart.Grid
Formats a floating number to the number of decimals given for the specified range.
formatRangeNumber(int, double) - Method in class com.objectplanet.chart.ext.GaugeChart
Formats a floating number to the number of decimals given for the specified range.
formatRangeNumber(int, double) - Method in class com.objectplanet.chart.ext.PlotterChart
Formats a floating number to the number of decimals given for the specified range.
formatSeriesNumber(int, double) - Method in class com.objectplanet.chart.Chart
Formats a floating number to the number of decimals given for the specified series.

G

GRADIENT_PAINT_DIAGONAL1 - Static variable in class com.objectplanet.chart.ext.GaugeChart
Gradient paint from top left to bottom right
GRADIENT_PAINT_DIAGONAL2 - Static variable in class com.objectplanet.chart.ext.GaugeChart
Gradient paint from bottom left to top right
GRADIENT_PAINT_HORIZONTAL - Static variable in class com.objectplanet.chart.ext.GaugeChart
Horizontal gradient paint
GRADIENT_PAINT_VERTICAL - Static variable in class com.objectplanet.chart.ext.GaugeChart
Vertical gradient paint
GaugeChart - class com.objectplanet.chart.ext.GaugeChart.
 
GaugeChart() - Constructor for class com.objectplanet.chart.ext.GaugeChart
Creates a gauge chart.
GenericChart - class com.objectplanet.chart.GenericChart.
 
GenericChart() - Constructor for class com.objectplanet.chart.GenericChart
Initializes all common chart data.
Grid - class com.objectplanet.chart.Grid.
This class represents the chart grid with all ranges and lables.
Grid(GenericChart) - Constructor for class com.objectplanet.chart.Grid
Creates the chart grid.
gaugeChart - Variable in class com.objectplanet.chart.ChartApplet
Reference to the GaugeChart component of the applet.
gaugeChart - Variable in class com.objectplanet.chart.ChartServlet
The gauge chart component used.
gaugeChart - Variable in class com.objectplanet.chart.ext.ChartDataLoaderExt
The gauge charts used.
generateChartImage(ServletRequest, ServletResponse, Hashtable, String) - Method in class com.objectplanet.chart.ChartServlet
Generates a chart image based on the given parameters
generateImagemap(String, ServletRequest, ServletResponse) - Method in class com.objectplanet.chart.ChartServlet
Generates and prints out an imagemap to implement drilldown functionality for the chart.
get3DDepth() - Method in class com.objectplanet.chart.Chart
Gets the depth of the 3D effect.
getAlternateChartBackground() - Method in class com.objectplanet.chart.GenericChart
Gets the alternate color of the chart background itself.
getAngle() - Method in class com.objectplanet.chart.PieChart
Gets the angle of the pie chart.
getAngledLabelCache() - Static method in class com.objectplanet.chart.Chart
Getter for the angledLabelCache where the angled labels are stored.
getAppletContext() - Method in class com.objectplanet.chart.ChartApplet
Gets the applet context.
getArea(int) - Method in class com.objectplanet.chart.LineChart
Gets the area bounding lines series by it's index.
getAreaColor(int) - Method in class com.objectplanet.chart.LineChart
Gets areas color value by it's index.
getAreaColor2(int) - Method in class com.objectplanet.chart.LineChart
Gets areas secondary color color value by it's index.
getBackground2() - Method in class com.objectplanet.chart.GenericChart
Gets the secondary background of the chart component.
getBackground2() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the secondary background of the chart component.
getBarBounds(int, int) - Method in class com.objectplanet.chart.BarChart
Gets the bounds of the specified bar.
getBarLabelColor(int) - Method in class com.objectplanet.chart.BarChart
Gets the color of the bar label of the specified sample.
getBarLabels() - Method in class com.objectplanet.chart.BarChart
Gets the bar labels.
getBarOutlineColor() - Method in class com.objectplanet.chart.BarChart
Gets the color used for the bar outline.
getBarShape() - Method in class com.objectplanet.chart.BarChart
 
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.
getBooleanValues(String) - Method in class com.objectplanet.chart.ChartDataLoader
Converts a comma seperated true/false string to a boolean array.
getBorderColor(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets color of the specified border.
getBorderWidth(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets width of the specified border.
getChart() - Method in class com.objectplanet.chart.ChartDataLoader
Gets the actual chart displayed
getChartBackground() - Method in class com.objectplanet.chart.GenericChart
Gets the color of the chart background itself.
getChartBackground() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the color of the chart background itself.
getChartBackground() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color of the chart background itself.
getChartBackground2() - Method in class com.objectplanet.chart.GenericChart
Gets the secondary background of the chart grid itself.
getChartBackground2() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the secondary background of the chart grid itself.
getChartData() - Method in class com.objectplanet.chart.Chart
Gets the chart data for this chart.
getChartForeground() - Method in class com.objectplanet.chart.GenericChart
Gets the color of the chart foreground itself.
getChartForeground() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the color of the chart foreground itself.
getChartForeground() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color of the chart foreground itself.
getChartType() - Method in class com.objectplanet.chart.ChartDataLoader
Gets the chart type.
getColorValues(String) - Method in class com.objectplanet.chart.ChartApplet
Converts a comma seperated string to a color array.
getColorValues(String) - Method in class com.objectplanet.chart.ChartDataLoader
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.
getCurrentLowerRange(int) - Method in class com.objectplanet.chart.Grid
Gets the current lower range of the specified range.
getCurrentRange(int) - Method in class com.objectplanet.chart.Chart
Gets the current upper range of the specified range.
getCurrentRange(int) - Method in class com.objectplanet.chart.Grid
Gets the current upper range of the specified range.
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.
getDoubleValues(String) - Static method in class com.objectplanet.chart.ChartDataLoader
Convers a string parameter to an array of double values.
getEndAngle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the end angle of the gauge.
getFloatValue() - Method in class com.objectplanet.chart.ChartSample
Gets the value as a floating point.
getFont(String) - Method in class com.objectplanet.chart.GenericChart
Gets the font for the specified label.
getFont(String) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the font for the specified label.
getGraphBounds() - Method in class com.objectplanet.chart.GenericChart
This method returns the bounding box for the chart grid.
getGraphInsets() - Method in class com.objectplanet.chart.GenericChart
Gets the graph insets.
getGraphInsets() - Method in class com.objectplanet.chart.Grid
Gets the graph insets.
getGraphInsets() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the graph insets.
getGridAlignment() - Method in class com.objectplanet.chart.BarChart
Gets the bar alignment.
getGridAlignment() - Method in class com.objectplanet.chart.Grid
Gets the bar alignment.
getGridImage(int) - Method in class com.objectplanet.chart.GenericChart
Gets the image that is used as background for the grid.
getGridImage() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the image that is used as background for the grid.
getGridLine(int) - Method in class com.objectplanet.chart.Chart
Gets grid lines positon value by its index.
getGridLine(int) - Method in class com.objectplanet.chart.Grid
Gets grid lines positon value by its index.
getGridLine(int) - Method in class com.objectplanet.chart.ext.PlotterChart
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.
getGridLineColor(int) - Method in class com.objectplanet.chart.Grid
Gets grid line's color value by it's index.
getGridLineColor(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets grid line's color value by it's index.
getGridLineColors() - Method in class com.objectplanet.chart.Chart
Gets the vertical grid lines colors.
getGridLineColors() - Method in class com.objectplanet.chart.Grid
Gets the vertical grid lines colors.
getGridLineColors() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the vertical grid lines colors.
getGridLines() - Method in class com.objectplanet.chart.Chart
Gets the vertical grid lines positons.
getGridLines() - Method in class com.objectplanet.chart.Grid
Gets the vertical grid lines positons.
getGridLines() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the vertical grid lines positons.
getHighestValue(int) - Method in class com.objectplanet.chart.BarChart
Gets the highest value in the chart larger than 0.
getHighestValue(int) - Method in class com.objectplanet.chart.Chart
Gets the highest value in the chart larger than 0.
getHighestValue(int) - Method in class com.objectplanet.chart.GenericChart
Gets the highest value in the chart larger than 0.
getHighestValue(int) - Method in class com.objectplanet.chart.LineChart
Gets the highest value in the chart larger than 0.
getHighestValue(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the highest value in the chart larger than 0.
getImage(Component, int, int, boolean) - Method in class com.objectplanet.chart.ChartServlet
Returns the current chart as an image.
getImage(String) - Method in class com.objectplanet.chart.GenericChart
Gets the image with the specified name.
getImage(int, int) - Method in class com.objectplanet.chart.GenericChart
Returns the current chart as an image.
getImage(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the image with the specified name.
getImage(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Returns the current chart as an image.
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.GenericChart
Gets the specified label from the chart.
getLabel(String) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the specified label from the chart.
getLabel(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the specified label from the chart.
getLabelAngle(String) - Method in class com.objectplanet.chart.GenericChart
Gets the angle of the specified label.
getLabelAngle(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the angle of the specified label.
getLabelAtPoint(int, int) - Method in class com.objectplanet.chart.GenericChart
Gets ID of the label which contains given x and y if the label has and URL assigned or if it points to any sample
getLabelBounds(String) - Method in class com.objectplanet.chart.GenericChart
Gets bounds of the label with given id.
getLabelColor(String) - Method in class com.objectplanet.chart.GenericChart
Gets color of the specified label.
getLabelColor(int) - Method in class com.objectplanet.chart.Legend
Gets the color of the label of the specified series.
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.
getLegendColor(int) - Method in class com.objectplanet.chart.GenericChart
Gets legend entry's color value by it's index.
getLegendColor(int) - Method in class com.objectplanet.chart.Legend
Gets legend entry's color value by it's index.
getLegendColor(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets legend entry's color value by it's index.
getLegendColors() - Method in class com.objectplanet.chart.GenericChart
Gets the legend colors.
getLegendColors() - Method in class com.objectplanet.chart.Legend
Gets the legend colors.
getLegendColumns() - Method in class com.objectplanet.chart.GenericChart
Gets the number of columns used to display the legend labels.
getLegendColumns() - Method in class com.objectplanet.chart.Legend
Gets the number of columns used to display the legend labels.
getLegendImage(int) - Method in class com.objectplanet.chart.GenericChart
Gets a legend entry's image name.
getLegendImage(int) - Method in class com.objectplanet.chart.Legend
Gets a legend entry's image name.
getLegendImage(int) - Method in class com.objectplanet.chart.LineChart
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.GenericChart
Gets the legend labels.
getLegendLabels() - Method in class com.objectplanet.chart.Legend
Gets the legend labels.
getLegendLabels() - Method in class com.objectplanet.chart.LineChart
Gets the legend labels.
getLegendLabels() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the legend labels.
getLegendPosition() - Method in class com.objectplanet.chart.GenericChart
Gets the legend position.
getLegendPosition() - Method in class com.objectplanet.chart.Legend
Gets the legend position.
getLine3DDepth(int) - Method in class com.objectplanet.chart.LineChart
Gets the current 3D depth of the given series line.
getLine3DLayout() - Method in class com.objectplanet.chart.LineChart
Gets the current bar type in multiple series charts.
getLineStroke(int) - Method in class com.objectplanet.chart.LineChart
Gets the array describing type of the current serie line.
getLineStyle(int) - Method in class com.objectplanet.chart.LineChart
Gets the style of the given series line.
getLineWidth(int) - Method in class com.objectplanet.chart.LineChart
Gets the current width of the given series line.
getLineWidth(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current width of the line for the gived series.
getLocale() - Method in class com.objectplanet.chart.GenericChart
Gets the current locale used for numbers.
getLocale() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current locale used for numbers.
getLowerRange(int) - Method in class com.objectplanet.chart.Chart
Gets the lower value of the specified range.
getLowerRange(int) - Method in class com.objectplanet.chart.Grid
Gets the lower value of the specified range.
getLowerRange() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the lower value of the range.
getLowerTime() - Method in class com.objectplanet.chart.ext.TimeLineChart
Gets the start time of the time axis.
getLowestValue(int) - Method in class com.objectplanet.chart.BarChart
Gets the value of the deepest bar, stacked or not.
getLowestValue(int) - Method in class com.objectplanet.chart.Chart
Gets the lowest value in the chart.
getLowestValue(int) - Method in class com.objectplanet.chart.GenericChart
Gets the lowest value in the chart.
getLowestValue(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the lowest value in the chart.
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.
getMaxValueLineCount() - Method in class com.objectplanet.chart.Grid
Gets the current maxium number of value lines set.
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.
getMinimumSize() - Method in class com.objectplanet.chart.GenericChart
This method returns the minimum size of the chart.
getMinimumSize() - Method in class com.objectplanet.chart.ext.GaugeChart
This method returns the minimum size of the chart.
getMinimumSize() - Method in class com.objectplanet.chart.ext.PlotterChart
This method returns the minimum size of the chart.
getOutsideLabelColor(int) - Method in class com.objectplanet.chart.PieChart
Gets the color of the outside labels of the specified pie.
getOverlayChart(int) - Method in class com.objectplanet.chart.GenericChart
Gets the specified overlay chart.
getOverlayDataLoader(String) - Method in class com.objectplanet.chart.ChartDataLoader
Gets a data loader for specified overlay chart
getOverlayInsets(int) - Method in class com.objectplanet.chart.GenericChart
Gets the relative distance between the chart bound's and the grid for the specified side.
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).
getPlotImage(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets a sample highlight image name.
getPlotLabel(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the plot label for the specified series and index.
getPlotLabelStyle() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current style of the plot labels.
getPlotLabels(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the plot labels for the specified series.
getPlotSize(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the plot size for the specified series.
getPlotSize(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the plot size for the specified series.
getPlotStyle(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the plot style.
getPlots(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the x|y plots array for the specified series.
getPointer(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets value of the pointer with specified index.
getPointerColor(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets color of the pointer with specified index.
getPointerStyle(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets style of the pointer with specified index.
getPointingLabelColor(int) - Method in class com.objectplanet.chart.PieChart
Gets the color of the pointing labels of the specified pie.
getPreferredSize() - Method in class com.objectplanet.chart.GenericChart
This method is called by the awt, and returns the preferred size of the chart.
getPreferredSize() - Method in class com.objectplanet.chart.ext.GaugeChart
This method is called by the awt, and returns the preferred size of the chart.
getPreferredSize() - Method in class com.objectplanet.chart.ext.PlotterChart
This method is called by the awt, and returns the preferred size of the chart.
getRange(int) - Method in class com.objectplanet.chart.Chart
Gets the upper value of the specified range.
getRange(int) - Method in class com.objectplanet.chart.Grid
Gets the upper value of the specified range.
getRange() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the upper value of the range.
getRangeAdjusted(int) - Method in class com.objectplanet.chart.Chart
Gets the range(s) adjusted by the specified adjuster.
getRangeAdjusted(int) - Method in class com.objectplanet.chart.Grid
Gets the range(s) adjusted by the specified adjuster.
getRangeAdjusterPosition() - Method in class com.objectplanet.chart.Chart
Gets the position of the first range adjuster.
getRangeAdjusterPosition() - Method in class com.objectplanet.chart.Grid
Gets the position of the first range adjuster.
getRangeColor(int) - Method in class com.objectplanet.chart.Chart
Gets the color of the specified range.
getRangeColor(int) - Method in class com.objectplanet.chart.Grid
Gets the color of the specified range.
getRangeColor(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Returns color of the given range.
getRangeColor(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color of the specified range.
getRangeCount() - Method in class com.objectplanet.chart.Chart
 
getRangeCount() - Method in class com.objectplanet.chart.Grid
Gets number of ranges used in the grid.
getRangeDecimalCount(int) - Method in class com.objectplanet.chart.Chart
Gets the number of decimals used in the range values.
getRangeDecimalCount(int) - Method in class com.objectplanet.chart.Grid
Gets the number of decimals used in the range values.
getRangeDecimalCount(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the number of decimals used in the range values.
getRangeFormatter(int) - Method in class com.objectplanet.chart.Chart
Get the number formatter of this range.
getRangeFormatter(int) - Method in class com.objectplanet.chart.Grid
Get the number formatter of this range.
getRangeFormatter(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Get the number formatter of this range.
getRangeHighlight() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the range highlight color.
getRangeInterval(int) - Method in class com.objectplanet.chart.Chart
Gets the interval between the ticks on the specified range.
getRangeInterval(int) - Method in class com.objectplanet.chart.Grid
Gets the interval between the ticks on the specified range.
getRangeLabelColor(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Returns color of the range labels.
getRangeLabelStyle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets style of the range labels.
getRangePosition(int) - Method in class com.objectplanet.chart.Chart
Gets the range position.
getRangePosition(int) - Method in class com.objectplanet.chart.Grid
Gets the range position.
getSample(int, int) - Method in class com.objectplanet.chart.Chart
Gets the specified sample.
getSample(Object) - Method in class com.objectplanet.chart.Chart
Gets the sample with the given key.
getSample(int, int) - Method in class com.objectplanet.chart.ChartData
Gets the specified sample.
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.
getSampleColor2(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.
getSampleColors2() - 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.
getSampleCount() - Method in class com.objectplanet.chart.GenericChart
Gets the number of series.
getSampleCount() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets number of plots in the bigges series.
getSampleCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the number of plots for the specified series.
getSampleDecimalCount(int) - Method in class com.objectplanet.chart.Chart
Gets the number of decimals used for the sample values.
getSampleHighlightImage(int, int) - Method in class com.objectplanet.chart.LineChart
Gets a sample highlight image name.
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.
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.
getSampleLabels() - Method in class com.objectplanet.chart.Chart
Gets the sample labels.
getSampleLabels() - Method in class com.objectplanet.chart.ChartData
Gets the sample labels.
getSamplePoint(int, int) - Method in class com.objectplanet.chart.LineChart
Gets the coordinates of the specified sample.
getSamplePoint(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the coordinates of the specified sample.
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.
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.
getSectorColor(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets color of the sector with specified index.
getSectorHighlight(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the start and the end values of the specified sector.
getSelectedObjects() - Method in class com.objectplanet.chart.Chart
Gets the currently selected objects.
getSelectedObjects() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the currently selected objects.
getSelectedSample() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the currently selected sample.
getSelectedSeries() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the currently selected series.
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.
getSeriesColor(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color of the specified plot series.
getSeriesColors() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the array of colors used for the plots.
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.
getSeriesCount() - Method in class com.objectplanet.chart.GenericChart
Gets the number of series.
getSeriesCount() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the number of series.
getSeriesFormatter(int) - Method in class com.objectplanet.chart.Chart
Get the number formatter of this 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.
getSeriesLabel(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the specified series label.
getSeriesLabelColor(int) - Method in class com.objectplanet.chart.Chart
Gets the color of the label of the specified series.
getSeriesLabelColor(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color of the label of the specified series.
getSeriesLabelStyle() - Method in class com.objectplanet.chart.Chart
Gets the current style of the series labels.
getSeriesLabelStyle() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current style of the series labels.
getSeriesLabels() - Method in class com.objectplanet.chart.Chart
Gets the series labels.
getSeriesLabels() - Method in class com.objectplanet.chart.ChartData
Gets the series labels.
getSeriesLabels() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets 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.GenericChart
Returns the size of the chart component.
getSlicePolygon(int, int) - Method in class com.objectplanet.chart.PieChart
Gets the polygon describing the pie slice.
getSliceSeperatorColor() - Method in class com.objectplanet.chart.PieChart
Gets the current pie slice seperator line color.
getStartAngle(int) - Method in class com.objectplanet.chart.PieChart
Gets the angle of the initial starting point of the slices.
getStartAngle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the start angle of the gauge.
getStringValues(String, String) - Static method in class com.objectplanet.chart.Chart
Conterts a separated string to an array of string.
getStringValues(String, String) - Static method in class com.objectplanet.chart.ChartApplet
Converts a comma seperated string to an array of strings.
getStringValues(String, String) - Method in class com.objectplanet.chart.ChartDataLoader
Converts a comma seperated string to an array of strings.
getStringValues(String, String) - Static method in class com.objectplanet.chart.ext.PlotterChart
Conterts a separated string to an array of string.
getStyleValues(String) - Method in class com.objectplanet.chart.ChartDataLoader
Converts a comma seperated string to sample highlight style types.
getTargetLabelsPosition() - Method in class com.objectplanet.chart.Chart
Gets the target labels position
getTargetLabelsPosition() - Method in class com.objectplanet.chart.Grid
Gets the target labels position
getTargetLabelsPosition() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the target labels position
getTargetValueLine(String) - Method in class com.objectplanet.chart.Chart
Gets the value of a target value line.
getTargetValueLine(String) - Method in class com.objectplanet.chart.Grid
Gets the value of a target value line.
getThousandsDelimeter() - Method in class com.objectplanet.chart.GenericChart
Gets the current thousands delimiter used for formatted numbers.
getThousandsDelimeter() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current thousands delimiter used for formatted numbers.
getTimeFormatInput() - Method in class com.objectplanet.chart.ext.TimeLineChart
Gets the format of the input date time paremeters.
getTimeFormatOut() - Method in class com.objectplanet.chart.ext.TimeLineChart
Gets the display format of the time labels.
getTimeScale() - Method in class com.objectplanet.chart.ext.TimeLineChart
Gets the scaling of the time axis.
getTitle() - Method in class com.objectplanet.chart.GenericChart
Gets the chart title.
getTitle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the chart title.
getTitle() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the chart title.
getTotalGraphBounds() - Method in class com.objectplanet.chart.GenericChart
Gets the bounds of the graph including all ranges and labels but without legend.
getTotalGraphBounds() - Method in class com.objectplanet.chart.PieChart
Gets total bounds of all pies on the chart.
getUpperTime() - Method in class com.objectplanet.chart.ext.TimeLineChart
Gets the end time of the time axis.
getValue() - Method in class com.objectplanet.chart.ChartSample
Gets the value of the sample.
ge