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.ext.GaugeChart
Adds an image to the chart.
addImage(String, Image) - Method in class com.objectplanet.chart.ext.PlotterChart
Adds an image to the chart.
addImage(String, Image) - Method in class com.objectplanet.chart.GenericChart
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.
addOverlayRenderer(ChartRenderer) - Method in class com.objectplanet.chart.ChartRenderer
Adds a new overlay renderer.
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.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.
autoRepaint() - Method in class com.objectplanet.chart.GenericChart
Calls repaint() if the automaticRepaintOn is turned on.

B

BarChart - Class in com.objectplanet.chart
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.
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.ChartRenderer
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.ChartRenderer
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.ext.PlotterChart
Bottom range on.
BOTTOM - Static variable in class com.objectplanet.chart.ext.PlotterChartRenderer
Bottom range on.
BOTTOM - Static variable in class com.objectplanet.chart.GridRenderer
Bottom grid adjustment.
BOTTOM - Static variable in class com.objectplanet.chart.Legend
Bottom legend position.

C

calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.Chart
Calculates the position and size of each bar in the chart.
calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.ChartRenderer
Calculates the data used for the chart.
calculateChartData(Rectangle, Rectangle) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Calculates the position and size of each sample in the chart.
calculateGraphBounds(Rectangle) - Method in class com.objectplanet.chart.ChartRenderer
This method returns the bounding box for the chart grid and has to be implemented by the subclass.
calculateGraphBounds(Rectangle) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Calculates the bounding rectangle of the graph itself, based on which features are on and how they are configured.
calculateGraphBounds(Legend, Rectangle) - Method in class com.objectplanet.chart.LegendRenderer
This method adjusts the chart grid for the legend.
calculateOverlayBounds(ChartRenderer, int, Rectangle, Rectangle) - Method in class com.objectplanet.chart.ChartRenderer
Calculates grid bounds and data bounds for the given overlay.
callJavaScript(String) - Method in class com.objectplanet.chart.ChartApplet
Calls a javascript function in the applet page.
CENTER - Static variable in class com.objectplanet.chart.ext.PlotterChart
Labels display centered with sample.
Chart - Class in com.objectplanet.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.
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.
chart - Variable in class com.objectplanet.chart.ext.PlotterChartRenderer
The plotter chart object
chart - Variable in class com.objectplanet.chart.Renderer
The chart object
ChartApplet - Class in com.objectplanet.chart
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 - Variable in class com.objectplanet.chart.Chart
This contains the chart data.
ChartData - Class in com.objectplanet.chart
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 in com.objectplanet.chart
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 in com.objectplanet.chart.ext
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
 
ChartRenderer - Class in com.objectplanet.chart
This class is the abstract superclass of all chart renderers.
ChartRenderer() - Constructor for class com.objectplanet.chart.ChartRenderer
Default constructor.
ChartRenderer(GenericChart) - Constructor for class com.objectplanet.chart.ChartRenderer
Creates a chart renderer for the given chart.
ChartSample - Class in com.objectplanet.chart
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 in com.objectplanet.chart
This servlet generates a chart as a PNG image.
ChartServlet() - Constructor for class com.objectplanet.chart.ChartServlet
 
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.ChartRenderer
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.ext.PlotterChartRenderer
Makes sure the plotter chart specific data has the same number of series and samples as the chart data has.
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.ChartRenderer
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.ext.GaugeChart
This method is called when the user releases the mouse and checks if the given point is inside a series.
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.
checkSelection(Point) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
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.
clearAngledLabelCache() - Method in class com.objectplanet.chart.GenericChart
Clears the chache with angle label bounds.
clearBackground(Graphics, Dimension) - Method in class com.objectplanet.chart.Renderer
Clears the backgrond making it transparent.
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.ext.PlotterChart
Constructs the combination of labels.
constructLabel(int, int, int) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
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.
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.ext.GaugeChart
Creates an offscreen image.
createImage(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Creates an offscreen image.
createImage(int, int) - Method in class com.objectplanet.chart.GenericChart
Creates 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.
createImage_oldstyle(int, int) - Method in class com.objectplanet.chart.GenericChart
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.
CYLINDER - Static variable in class com.objectplanet.chart.BarChart
 

D

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.
DEFAULT_CURSOR - Static variable in class com.objectplanet.chart.Renderer
 
DEFAULT_SAMPLE_COLORS - Static variable in class com.objectplanet.chart.GenericChart
 
depth3dPoint - Variable in class com.objectplanet.chart.ChartRenderer
 
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.ChartRenderer
 
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.
DOUBLE_CLICK_TIME - Static variable in class com.objectplanet.chart.Renderer
 
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

fifo_add(Object[]) - Static method in class com.objectplanet.chart.Renderer
Adds a new object at the end of the fifo queue.
fifo_clear() - Static method in class com.objectplanet.chart.Renderer
Clears the image queue and cache and flushes the images.
fifo_remove() - Static method in class com.objectplanet.chart.Renderer
Returns and removes the first object in the fifo queue.
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.ChartRenderer
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.ext.PlotterChart
Formats a floating number to the number of decimals given.
formatNumber(double, int) - Method in class com.objectplanet.chart.GenericChart
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.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.
formatRangeNumber(int, double) - Method in class com.objectplanet.chart.Grid
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

GAUGE_ALIGNMENT_BOTTOM - Static variable in class com.objectplanet.chart.ext.GaugeChart
 
GAUGE_ALIGNMENT_CENTER - Static variable in class com.objectplanet.chart.ext.GaugeChart
 
GAUGE_ALIGNMENT_LEFT - Static variable in class com.objectplanet.chart.ext.GaugeChart
 
GAUGE_ALIGNMENT_RIGHT - Static variable in class com.objectplanet.chart.ext.GaugeChart
 
GAUGE_ALIGNMENT_TOP - Static variable in class com.objectplanet.chart.ext.GaugeChart
 
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.
GaugeChart - Class in com.objectplanet.chart.ext
 
GaugeChart() - Constructor for class com.objectplanet.chart.ext.GaugeChart
Creates a gauge chart.
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.
GenericChart - Class in com.objectplanet.chart
 
GenericChart() - Constructor for class com.objectplanet.chart.GenericChart
Initializes all common chart data.
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.
getAngledLabelCache() - Static method in class com.objectplanet.chart.Renderer
Getter for the angledLabelCache where the angled labels are stored.
getAngledLabelSize(Dimension, int) - Method in class com.objectplanet.chart.Renderer
Calculates the size of the angled label size.
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.ext.GaugeChart
Gets the secondary background of the chart component.
getBackground2() - Method in class com.objectplanet.chart.GenericChart
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.
getBorderColor2(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets second color of the specified border.
getBorderWidth(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets width of the specified border.
getBrighter(Color) - Static method in class com.objectplanet.chart.Renderer
Creates a new Color that is a brighter version of this Color.
getChart() - Method in class com.objectplanet.chart.ChartDataLoader
Gets the actual chart displayed
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.
getChartBackground() - Method in class com.objectplanet.chart.GenericChart
Gets the color of the chart background itself.
getChartBackground2() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the secondary background of the chart grid itself.
getChartBackground2() - Method in class com.objectplanet.chart.GenericChart
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.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.
getChartForeground() - Method in class com.objectplanet.chart.GenericChart
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.
getDarker(Color) - Static method in class com.objectplanet.chart.Renderer
Creates a new Color that is a darker version of this Color.
getDataBounds(Rectangle) - Method in class com.objectplanet.chart.Chart
This method returns the bounding box for the data to be drawn in.
getDataBounds(Grid) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
This method returns the bounding box for the data to be drawn in.
getDataBounds(Grid) - Method in class com.objectplanet.chart.GridRenderer
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.
getEdgeColor() - Method in class com.objectplanet.chart.ext.GaugeChart
 
getEndAngle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the end angle of the gauge.
getfifo_count() - Static method in class com.objectplanet.chart.Renderer
Getter for the fifo_count.
getfifo_queue() - Static method in class com.objectplanet.chart.Renderer
Getter for the fifo_queue.
getFloatingLabelColor() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets color of the floating labels
getFloatValue() - Method in class com.objectplanet.chart.ChartSample
Gets the value as a floating point.
getFont(String) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the font for the specified label.
getFont(String) - Method in class com.objectplanet.chart.GenericChart
Gets the font for the specified label.
getFont(String) - Method in class com.objectplanet.chart.Renderer
Gets the font for the specified label.
getFontMetrics(Font) - Method in class com.objectplanet.chart.Renderer
Gets the font metrics for the specified font.
getGaugeAlignment() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets gauge alignment inside the component
getGraphBounds() - Method in class com.objectplanet.chart.GenericChart
This method returns the bounding box for the chart grid.
getGraphBounds() - Method in class com.objectplanet.chart.GridRenderer
This method returns the bounding box around the chart itself.
getGraphInsets() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the graph insets.
getGraphInsets() - Method in class com.objectplanet.chart.GenericChart
Gets the graph insets.
getGraphInsets() - Method in class com.objectplanet.chart.Grid
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() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the image that is used as background for the grid.
getGridImage(int) - Method in class com.objectplanet.chart.GenericChart
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.ext.PlotterChart
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.
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.ext.PlotterChart
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.
getGridLineColors() - Method in class com.objectplanet.chart.Chart
Gets the vertical grid lines colors.
getGridLineColors() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the vertical grid lines colors.
getGridLineColors() - Method in class com.objectplanet.chart.Grid
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.ext.PlotterChart
Gets the vertical grid lines positons.
getGridLines() - Method in class com.objectplanet.chart.Grid
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.ext.PlotterChart
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.
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.ext.GaugeChart
Gets the image with the specified name.
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.
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.
getImageSize(String) - Method in class com.objectplanet.chart.ext.GaugeChart
Calculates the size of an image.
getImageSize(String) - Method in class com.objectplanet.chart.Renderer
Calculates the size of 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.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.
getLabel(String) - Method in class com.objectplanet.chart.GenericChart
Gets the specified label from the chart.
getLabel(String) - Method in class com.objectplanet.chart.Renderer
Gets the specified label from the chart.
getLabelAngle(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the angle of the specified label.
getLabelAngle(String) - Method in class com.objectplanet.chart.GenericChart
Gets the angle of the specified label.
getLabelAngle(String) - Method in class com.objectplanet.chart.Renderer
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.
getLabelPosition(String) - Method in class com.objectplanet.chart.GenericChart
Gets position of the specified label that has been set by setLabelPosition(String id, int x, int y);
getLabelSize(String, FontMetrics) - Method in class com.objectplanet.chart.Chart
Calculates the size of a multiline label.
getLabelSize(String, FontMetrics) - Method in class com.objectplanet.chart.Renderer
Calculates the size of a multiline 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.
getLegendColor(int) - Method in class com.objectplanet.chart.ext.GaugeChart
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.
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.
getLegendColors() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the legend colors.
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.ext.GaugeChart
Gets the number of columns used to display the legend labels.
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.ext.GaugeChart
Gets a legend entry's image name.
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.ext.GaugeChart
Gets the legend labels.
getLegendLabels() - Method in class com.objectplanet.chart.ext.PlotterChart
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.
getLegendPosition() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the legend position.
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.
getLineChartBounds(Rectangle) - Method in class com.objectplanet.chart.ChartRenderer
Calculates new bounds to be used for line 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.ext.PlotterChart
Gets the current width of the line for the gived series.
getLineWidth(int) - Method in class com.objectplanet.chart.LineChart
Gets the current width of the given series line.
getLocale() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current locale used for numbers.
getLocale() - Method in class com.objectplanet.chart.GenericChart
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() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the lower value of the range.
getLowerRange(int) - Method in class com.objectplanet.chart.Grid
Gets the lower value of the specified 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.ext.PlotterChart
Gets the lowest value in the chart.
getLowestValue(int) - Method in class com.objectplanet.chart.GenericChart
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.
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.
getMinimumSize() - Method in class com.objectplanet.chart.GenericChart
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.
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.
getOverlayRenderer(int) - Method in class com.objectplanet.chart.ChartRenderer
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).
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.
getPlotLabels(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the plot labels for the specified series.
getPlotLabelStyle() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current style of the plot labels.
getPlots(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the x|y plots array 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.
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.
getPointerLabel(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets labels associated with pointer with specified index.
getPointerSize(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Gets size 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.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.
getPreferredSize() - Method in class com.objectplanet.chart.GenericChart
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() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the upper value of the range.
getRange(int) - Method in class com.objectplanet.chart.Grid
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.
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.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.
getRangeColor(int) - Method in class com.objectplanet.chart.Grid
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.ext.GaugeChart
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.
getRangeEndAngle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the end angle of the range.
getRangeFormatter(int) - Method in class com.objectplanet.chart.Chart
Get the number formatter of this range.
getRangeFormatter(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Get the number formatter of this range.
getRangeFormatter(int) - Method in class com.objectplanet.chart.Grid
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() - Method in class com.objectplanet.chart.ext.GaugeChart
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.
getRangeStartAngle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the start angle of the range.
getRangeTickSize() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets size of the range ticks.
getRangeTickStyle() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets style of the range ticks.
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.
getSampleCenter(int, int) - Method in class com.objectplanet.chart.ChartRenderer
Calculates the center point of the sample.
getSampleCenter(int, int) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Calculates the center point of the sample.
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.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.
getSampleCount() - Method in class com.objectplanet.chart.GenericChart
Gets the number of series.
getSampleCount() - Method in class com.objectplanet.chart.Renderer
Gets the number of samples.
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.
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.
getSamplePoint(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the coordinates of the specified sample.
getSamplePoint(int, int) - Method in class com.objectplanet.chart.LineChart
Gets the coordinates of the specified sample.
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.
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.
getSelectedElement(Point, Legend) - Method in class com.objectplanet.chart.ext.GaugeChart
This method is called when the user releases the mouse and checks if the given point is inside a sample.
getSelectedElement(Point, Legend) - Method in class com.objectplanet.chart.LegendRenderer
This method is called when the user releases the mouse and checks if the given point is inside a sample.
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.ext.PlotterChart
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.Renderer
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.
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.
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.
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() - Method in class com.objectplanet.chart.ext.GaugeChart
Gets the start angle of the gauge.
getStartAngle(int) - Method in class com.objectplanet.chart.PieChart
Gets the angle of the initial starting point of the slices.
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.ext.PlotterChart
Gets the target labels position
getTargetLabelsPosition() - Method in class com.objectplanet.chart.Grid
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.ext.PlotterChart
Gets the current thousands delimiter used for formatted numbers.
getThousandsDelimeter() - Method in class com.objectplanet.chart.GenericChart
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.ext.GaugeChart
Gets the chart title.
getTitle() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the chart title.
getTitle() - Method in class com.objectplanet.chart.GenericChart
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.GridRenderer
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.
getValueLabelColor(int) - Method in class com.objectplanet.chart.Chart
Gets the color of the value labels of the specified series.
getValueLabelStyle() - Method in class com.objectplanet.chart.Chart
Gets the value label style.
getValueLabelStyle() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the value label style.
getValueLinesColor() - Method in class com.objectplanet.chart.Chart
Gets the color of the value lines.
getValueLinesColor() - Method in class com.objectplanet.chart.Grid
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.ext.GaugeChart
Returns the current version of the charts.
getVersion() - Static method in class com.objectplanet.chart.ext.PlotterChart
Returns the current version of the charts.
getVersion() - Static method in class com.objectplanet.chart.GenericChart
Returns the current version of the charts.
getVisibleSamples() - Method in class com.objectplanet.chart.Chart
Gets the visible samples in the chart.
getXAxisColor() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color for the X axis
getXCurrentLowerRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the X-axis current lower range.
getXCurrentUpperRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the X-axis current upper range.
getXLowerRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the X-axis lower range.
getXMaxValueLineCount() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current maxium number of the X value lines set.
getXRangeDecimalCount() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the number of decimals currently used in the X axis range labels.
getXRangeInterval() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the interval between the ticks on the X range.
getXRangeLabel(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets an x-range label on the given position.
getXRangeLabelColor(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets color that is used to paint the corresponding x-range label.
getXRangeLabelColors() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the colors of x-range labels.
getXRangeLabelLineOn(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if a grid line is displayed for the corresponding x-range label.
getXRangeLabelLinesOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets an array of boolean values telling if the grid lines should be displayed for the corresponding x-range labels.
getXRangeLabels() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the x-range labels.
getXRangeLabelsColor() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets color that is used to paint the x-range labels.
getXRangeLabelsPos() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the positions of x-range labels
getXRangeLabelStyle() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current style of the x-range labels.
getXUpperRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the X-axis upper range.
getXValueDecimalCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the number of decimals used for the x values.
getXValueLinesColor() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color of the x value lines.
getYAxisColor() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color for the Y axis
getYCurrentLowerRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the Y-axis lower range.
getYCurrentUpperRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the Y-axis current upper range.
getYLowerRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the Y-axis lower range.
getYMaxValueLineCount() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the current maxium number of the Y value lines set.
getYRangeDecimalCount() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the number of decimals currently used in the Y axis range labels.
getYRangeInterval() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the interval between the ticks on the Y range.
getYUpperRange() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the Y-axis upper range.
getYValueDecimalCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the number of decimals used for the y values.
getYValueLinesColor() - Method in class com.objectplanet.chart.ext.PlotterChart
Gets the color of the y value lines.
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
grid - Variable in class com.objectplanet.chart.GenericChart
This contains the grid data.
Grid - Class in com.objectplanet.chart
This class represents the chart grid with all ranges and lables.
Grid(GenericChart) - Constructor for class com.objectplanet.chart.Grid
Creates the chart grid.
GRID_CURSOR_HORZ - Static variable in class com.objectplanet.chart.Renderer
 
GRID_CURSOR_VERT - Static variable in class com.objectplanet.chart.Renderer
 
gridRenderer - Variable in class com.objectplanet.chart.ChartRenderer
Used to paint the grid.
gridRenderer - Variable in class com.objectplanet.chart.GenericChart
Used to paint the grid.
GridRenderer - Class in com.objectplanet.chart
This class contains methods to render the chart grid.
GridRenderer() - Constructor for class com.objectplanet.chart.GridRenderer
Creates a grid renderer.
GridRenderer(Chart) - Constructor for class com.objectplanet.chart.GridRenderer
Creates a grid renderer fo the given chart.

H

HAND_CURSOR - Static variable in class com.objectplanet.chart.Renderer
 
handleCustomLabels(AWTEvent) - Method in class com.objectplanet.chart.GenericChart
Handles the custom label movement.
handleLegendScrollers(AWTEvent) - Method in class com.objectplanet.chart.LegendRenderer
Handles the range adjuster and sample scroller.
hasChangedSince(long) - Method in class com.objectplanet.chart.ChartData
Checks if the data has been changed since the specified time.
hasDataChangedSince(long) - Method in class com.objectplanet.chart.Chart
Checks if the data has been changed since the specified time.
hasDataChangedSince(long) - Method in class com.objectplanet.chart.GenericChart
Checks if the data has been changed since the specified time.
hashCode(String) - Static method in class com.objectplanet.chart.Chart
Returns a hashcode for the specified string.
hashCode(String) - Static method in class com.objectplanet.chart.Renderer
Returns a hashcode for the specified string.
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.
HORIZONTAL - Static variable in class com.objectplanet.chart.ChartRenderer
Horizontal bar alignment.
HORIZONTAL - Static variable in class com.objectplanet.chart.ext.PlotterChart
Horizontal direction used for ranges, grid lines.
HORIZONTAL - Static variable in class com.objectplanet.chart.Grid
Horizontal bar alignment.
HORIZONTAL - Static variable in class com.objectplanet.chart.GridRenderer
Horizontal bar alignment.

I

imageList - Variable in class com.objectplanet.chart.ChartServlet
The list of image parameters read.
init() - Method in class com.objectplanet.chart.ChartApplet
Initializes the default applet parameters.
init() - Method in class com.objectplanet.chart.ChartDataLoader
This method is called when the servlet is placed into service.
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.
INSIDE - Static variable in class com.objectplanet.chart.ChartRenderer
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.GenericChart
Checks if the 3D mode is turned on.
isAntialiasingOn() - Method in class com.objectplanet.chart.GenericChart
Returns true if the anti-aliasing is turned on for this chart.
isAnyBelowLabelsOn() - Method in class com.objectplanet.chart.ChartRenderer
Returns true if any labels below the grid should be painted.
isAnyFloatingLabelsOn(int) - Method in class com.objectplanet.chart.ChartRenderer
Returns true if any floating labels should be painted for the specified serie.
isAnyFloatingLabelsOn(int) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Returns true if any floating labels should be painted for the specified serie.
isAutoLabelSpacingOn() - Method in class com.objectplanet.chart.BarChart
Gets the state of the automatic label spacing.
isAutoLabelSpacingOn() - Method in class com.objectplanet.chart.ext.PlotterChart
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.ext.PlotterChart
Checks if the automatic repaint is on.
isAutomaticRepaintOn() - Method in class com.objectplanet.chart.GenericChart
* Checks if the automatic repaint is on.
isAutoTimeLabelsOn() - Method in class com.objectplanet.chart.ext.TimeLineChart
Checks if the auto time labels are 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.ext.PlotterChart
Checks if the lines beween plots are turned on.
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.
isDefaultGridLinesOn() - Method in class com.objectplanet.chart.Grid
Checks if the default vertical grid lines are on.
isFloatingLabelsOn() - Method in class com.objectplanet.chart.ext.GaugeChart
 
isFloatingOnLegendOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if floating labels are displayed when the mouse moves over the actualLegend.
isFloatingOnLegendOn() - Method in class com.objectplanet.chart.GenericChart
Checks if floating labels are displayed when the mouse moves over the legend.
isGradientSamplesOn() - Method in class com.objectplanet.chart.PieChart
 
isGridAdjustmentOn(int) - Method in class com.objectplanet.chart.Chart
Checks if runtime grid adjustment is on.
isGridAdjustmentOn(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if runtime grid adjustment is on.
isGridAdjustmentOn(int) - Method in class com.objectplanet.chart.Grid
Checks if runtime grid adjustment is on.
isGridOutline3DOn() - Method in class com.objectplanet.chart.GenericChart
Checks if the 3D grid outline is turned on.
isLegendBoxSizeAsFont() - Method in class com.objectplanet.chart.Chart
Check if the legend box size should be the same as the legend font size.
isLegendBoxSizeAsFont() - Method in class com.objectplanet.chart.Legend
Check if the legend box size should be the same as the legend font size.
isLegendOn() - Method in class com.objectplanet.chart.ext.GaugeChart
Checks if the legend is turned on.
isLegendOn() - Method in class com.objectplanet.chart.GenericChart
Checks if the legend is turned on.
isLegendOn() - Method in class com.objectplanet.chart.Legend
Checks if the legend is turned on.
isLegendReverseOn() - Method in class com.objectplanet.chart.ext.GaugeChart
Returns true if the inverted legend is on.
isLegendReverseOn() - Method in class com.objectplanet.chart.GenericChart
Returns true if the inverted legend is on.
isLegendReverseOn() - Method in class com.objectplanet.chart.Legend
Returns true if the inverted legend is on.
isMissingValuesInterpolated() - Method in class com.objectplanet.chart.LineChart
Check if the missig sample values are calculated autmatically in the stacked mode
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.
isMultiSeriesOn() - Method in class com.objectplanet.chart.GenericChart
Checks if the multiseries mode is on.
isOutlineOn(int) - Method in class com.objectplanet.chart.LineChart
Checks if the bar outline is turned on or off.
isOverlayChartOn(int) - Method in class com.objectplanet.chart.GenericChart
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.
isPieRotationOn() - Method in class com.objectplanet.chart.PieChart
Checks if the pie rotation is on or off.
isPlotLabelsOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the plot labels are turned on.
isPlotSortingOn(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the plots were sorted when they were loaded.
isPointerLabelsOn() - Method in class com.objectplanet.chart.ext.GaugeChart
Checks if the pointer labels are turned on.
isPrintAsBitmap() - Method in class com.objectplanet.chart.GenericChart
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.
isRangeAdjusterOn(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the specified range adjuster is turned on.
isRangeAdjusterOn(int) - Method in class com.objectplanet.chart.Grid
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.
isRangeLabelsOn(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Returns true if the range labels are turned on, false otherwise.
isRangeLabelsOn(int) - Method in class com.objectplanet.chart.Grid
Checks if the range labels are on or off.
isRangeOn(int) - Method in class com.objectplanet.chart.Chart
Checks if the specified range is on.
isRangeOn(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the specified range is on.
isRangeOn(int) - Method in class com.objectplanet.chart.Grid
Checks if the specified range is on.
isRightToLeftScrollingOn() - Method in class com.objectplanet.chart.Grid
Checks if the right to left scrolling is turned on.
isRightToLeftScrollingOn() - Method in class com.objectplanet.chart.LineChart
Checks if the right to left scrolling is turned on.
isSampleHighlightOn(int) - Method in class com.objectplanet.chart.GenericChart
Checks if the sample highlight is turned on or off for the series.
isSampleHighlightOn(int) - Method in class com.objectplanet.chart.LineChart
Checks if the sample highlight is turned on or off for the series.
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.ext.PlotterChart
Checks if the plot labels are turned on.
isSampleScrollerOn() - Method in class com.objectplanet.chart.Chart
Checks if the sample scroller is turned on.
isSampleScrollerOn() - Method in class com.objectplanet.chart.Grid
Checks if the sample scroller is turned on.
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.
isSelected() - Method in class com.objectplanet.chart.ChartSample
Checks if the sample is selected.
isSelected(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if a series is selected.
isSeriesEmpty(int) - Method in class com.objectplanet.chart.Chart
Checks if the series contains any data.
isSeriesEmpty(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the series contains any data.
isSeriesEmpty(int) - Method in class com.objectplanet.chart.GenericChart
Checks if the series contains any data.
isSeriesLabelsOn() - Method in class com.objectplanet.chart.Chart
Checks if the floating series labels is turned on.
isSeriesLabelsOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the floating series labels is turned on.
isSeriesLineOn(int) - Method in class com.objectplanet.chart.LineChart
Checks if the specified line is on.
isSeriesOn(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the series is on.
isServletModeOn() - Method in class com.objectplanet.chart.ext.GaugeChart
Checks if the servlet mode is turned on.
isServletModeOn() - Method in class com.objectplanet.chart.GenericChart
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.ext.GaugeChart
Checks if the title is turned on.
isTitleOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the title is turned on.
isTitleOn() - Method in class com.objectplanet.chart.GenericChart
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.
isValueLinesOn() - Method in class com.objectplanet.chart.Grid
Checks if the value lines are turned on.
isXAxisOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the X axis is turned on.
isXValueLabelsOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the x value labels are turned on for any series.
isXValueLabelsOn(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the x value labels are turned on for a specified series.
isXValueLinesOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the x value lines are on.
isYAxisOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the Y axis is turned on.
isYValueLabelsOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the y value labels are turned on for any series.
isYValueLabelsOn(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the y value labels are turned on for a specified series.
isYValueLinesOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if the y value lines are on.
isZoomOn() - Method in class com.objectplanet.chart.ext.PlotterChart
Checks if zoom is turned on.
isZoomOn() - Method in class com.objectplanet.chart.GenericChart
Checks if zoom is turned on.
itemStateChanged(ItemEvent) - Method in class com.objectplanet.chart.ChartApplet
Called when a sample is selected.

J

jpegQuality - Variable in class com.objectplanet.chart.ChartServlet
The quality of the returned jpeg image.

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".
labelDelimiter - Variable in class com.objectplanet.chart.ChartDataLoader
Used as the label delimiter for label string "arrays".
labels - Variable in class com.objectplanet.chart.ChartDataLoader
The IDs of the labels that can be set anywhere in the chart.
labelURLs - Variable in class com.objectplanet.chart.ChartDataLoader
The URLs for the anywhere labels.
labelURLTargets - Variable in class com.objectplanet.chart.ChartDataLoader
The list of label URL targets.
lastCalculationTime - Variable in class com.objectplanet.chart.ChartRenderer
 
lastClickTime - Variable in class com.objectplanet.chart.GridRenderer
 
LEFT - Static variable in class com.objectplanet.chart.Chart
Left legend position.
LEFT - Static variable in class com.objectplanet.chart.ext.PlotterChart
Left range on.
LEFT - Static variable in class com.objectplanet.chart.ext.PlotterChartRenderer
Left range on.
LEFT - Static variable in class com.objectplanet.chart.GridRenderer
Left grid adjustment.
LEFT - Static variable in class com.objectplanet.chart.Legend
Left legend position.
legend - Variable in class com.objectplanet.chart.ChartRenderer
This contains the legend data.
legend - Variable in class com.objectplanet.chart.GenericChart
This contains the legend data.
Legend - Class in com.objectplanet.chart
This class represents the chart legend.
Legend() - Constructor for class com.objectplanet.chart.Legend
Creates a legend.
legendRenderer - Variable in class com.objectplanet.chart.ChartRenderer
Used to paint the legend.
legendRenderer - Variable in class com.objectplanet.chart.GenericChart
Used to paint the legend.
LegendRenderer - Class in com.objectplanet.chart
This class contains methods to render the chart legend.
LegendRenderer(GenericChart) - Constructor for class com.objectplanet.chart.LegendRenderer
Creates a legend renderer.
legendSelection - Variable in class com.objectplanet.chart.GenericChart
 
LINE_STYLE_LINE - Static variable in class com.objectplanet.chart.LineChart
Paint series as a normal line
LINE_STYLE_TUBE - Static variable in class com.objectplanet.chart.LineChart
Paint series as a tube line
lineChart - Variable in class com.objectplanet.chart.ChartApplet
Reference to the LineChart component of the applet.
lineChart - Variable in class com.objectplanet.chart.ChartDataLoader
The line charts used.
LineChart - Class in com.objectplanet.chart
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.
loadImage(String) - Method in class com.objectplanet.chart.ext.GaugeChart
Loads an image from the disk.
loadImage(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Loads an image from the disk.
loadImage(String) - Method in class com.objectplanet.chart.GenericChart
Loads an image from the disk.
loadInputParameters(InputStream, Hashtable, Hashtable, Hashtable, Hashtable) - Method in class com.objectplanet.chart.ChartServlet
Loads the parameters from the given data input stream.
loadOverlayParameters() - Method in class com.objectplanet.chart.ChartApplet
Loads the overlay parameters.
loadParameters(Hashtable) - Method in class com.objectplanet.chart.ChartApplet
Loads the parameters into the specified hashtable.
loadURLParameters(String, Hashtable) - Method in class com.objectplanet.chart.ChartApplet
Loads the parameters from the specified url.
loadURLParameters(String, Hashtable, Hashtable, Hashtable, Hashtable) - Method in class com.objectplanet.chart.ChartServlet
Loads the parameters from the specified url.

M

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

N

needChartCalculation - Variable in class com.objectplanet.chart.GenericChart
 
needGraphBounds - Variable in class com.objectplanet.chart.GenericChart
 
needRender - Variable in class com.objectplanet.chart.GenericChart
 
new_cursor - Variable in class com.objectplanet.chart.GenericChart
 
NonFlickerPanel - Class in com.objectplanet.chart
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

old_cursor - Variable in class com.objectplanet.chart.GenericChart
 
OUTSIDE - Static variable in class com.objectplanet.chart.Chart
Labels display outside pie edge next to each sample.
OUTSIDE - Static variable in class com.objectplanet.chart.ChartRenderer
Labels display outside pie edge next to each sample.
OVER - Static variable in class com.objectplanet.chart.ext.PlotterChart
Labels display over the sample.
overlayCharts - Variable in class com.objectplanet.chart.GenericChart
This contains any overlayed charts.
overlayRenderers - Variable in class com.objectplanet.chart.ChartRenderer
This contains any overlayed chart renderers.

P

paint(Graphics) - Method in class com.objectplanet.chart.ext.GaugeChart
This method is overridden to paint the chart using double buffering.
paint(Graphics) - Method in class com.objectplanet.chart.GenericChart
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.
paint3DLine(Graphics, int, int, int, int, int, Color, boolean, boolean, boolean) - Method in class com.objectplanet.chart.LineChart
Paints the 3D part of a line.
paintBox(Graphics, Color, int, int, int, int, boolean) - Method in class com.objectplanet.chart.Renderer
Paints a 3D box with the specified size.
paintError(Graphics, String) - Method in class com.objectplanet.chart.ChartServlet
Paints a multiline label broken with \n.
paintFloatingLabel(Graphics, String, Rectangle, int, int, Font, FontMetrics) - Method in class com.objectplanet.chart.ChartRenderer
Paints a floating label.
paintFloatingLabel(Graphics, String, Rectangle, int, int, Font, FontMetrics) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Paints a floating label.
paintFloatingLabels(Graphics, Rectangle) - Method in class com.objectplanet.chart.ChartRenderer
Paints floating labels.
paintFloatingLabels(Graphics, Rectangle) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Paints floating labels.
paintGrid(Graphics, Rectangle) - Method in class com.objectplanet.chart.Chart
Paints the chart grid.
paintGrid(Graphics, Grid, Rectangle) - Method in class com.objectplanet.chart.ChartRenderer
This method is called when the chart grid should be rendered.
paintGrid(Graphics, Grid, Rectangle) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Paints the chart gridBounds.
paintLabel(Graphics, String, int, int) - Method in class com.objectplanet.chart.ChartServlet
Paints a multiline label broken with \n.
paintLabel(Graphics, String, int, int, Dimension, int, int, boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Paints a normal, multiline, and angled label.
paintLabel(Graphics, String, int, int, Dimension, int, int, boolean) - Method in class com.objectplanet.chart.Renderer
Paints a normal, multiline, and angled label.
paintLegend(Graphics, Legend, Rectangle, String[]) - Method in class com.objectplanet.chart.ext.GaugeChart
Paints the legend.
paintLegend(Graphics, Legend, Rectangle, String[]) - Method in class com.objectplanet.chart.LegendRenderer
Paints the legend.
paintLegendElement(Graphics, Legend, int, int, int, String, FontMetrics) - Method in class com.objectplanet.chart.ext.GaugeChart
Paints the particular legend element.
paintLegendElement(Graphics, Legend, int, int, int, int, String, FontMetrics) - Method in class com.objectplanet.chart.LegendRenderer
Paints the particular legend element.
paintLine(Graphics, int, Color, Rectangle) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Paints lines between the plots for the specified series.
paintLine(Graphics, int, Rectangle, Rectangle, Color, boolean) - Method in class com.objectplanet.chart.LineChart
Paints the line of one series.
paintMouseBox(Graphics) - Method in class com.objectplanet.chart.GridRenderer
Paints the mouse box used to zoom the chart.
paintPlotPoint(Graphics, int, int, int, int, Color) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Paints a specific plot point.
paintSampleHighlight(Graphics, int, int, int, int, Color) - Method in class com.objectplanet.chart.ChartRenderer
Paints the sample highlight for a point.
paintSampleHighlight(Graphics, int, int, int, int, Color) - Method in class com.objectplanet.chart.LineChart
Paints the sample highlight for a point.
paintSeries(Graphics, Rectangle) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Paints the plots.
paintZoomOutButton(Graphics, Grid, Rectangle) - Method in class com.objectplanet.chart.GridRenderer
Paints the button used to zoom out the chart
parentRenderer - Variable in class com.objectplanet.chart.ChartRenderer
The parent of the overlay chart.
pieChart - Variable in class com.objectplanet.chart.ChartApplet
Reference to the PieChart component of the applet.
pieChart - Variable in class com.objectplanet.chart.ChartDataLoader
The pie charts used.
PieChart - Class in com.objectplanet.chart
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.
PLOT_STYLE_CIRCLE - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use a circle as a shape for the plots.
PLOT_STYLE_CIRCLE_FILLED - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use a filled circle as a shape for the plots.
PLOT_STYLE_CIRCLE_OPAQUE - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use an opaque circle as a shape for the plots.
PLOT_STYLE_DIAMOND - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use a diamond as a shape for the plots.
PLOT_STYLE_DIAMOND_FILLED - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use a filled diamond as a shape for the plots.
PLOT_STYLE_DIAMOND_OPAQUE - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use an opaque diamond as a shape for the plots.
PLOT_STYLE_SQUARE - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use a square as a shape for the plots.
PLOT_STYLE_SQUARE_FILLED - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use a filled square as a shape for the plots.
PLOT_STYLE_SQUARE_OPAQUE - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use an opaque square as a shape for the plots.
plotterChart - Variable in class com.objectplanet.chart.ChartApplet
Reference to the PlotterChart component of the applet.
plotterChart - Variable in class com.objectplanet.chart.ChartServlet
The plotter chart component used.
plotterChart - Variable in class com.objectplanet.chart.ext.ChartDataLoaderExt
The plotter charts used.
PlotterChart - Class in com.objectplanet.chart.ext
 
PlotterChart() - Constructor for class com.objectplanet.chart.ext.PlotterChart
Creates a plotter chart.
PlotterChart(int) - Constructor for class com.objectplanet.chart.ext.PlotterChart
Creates a plotter chart with give number of series.
PlotterChartRenderer - Class in com.objectplanet.chart.ext
This class contains methods to render the plotter chart.
PlotterChartRenderer(PlotterChart) - Constructor for class com.objectplanet.chart.ext.PlotterChartRenderer
Creates a chart renderer for the given plotter chart.
PlotterGrid - Class in com.objectplanet.chart.ext
This class represents the plotter chart grid with all ranges and lables.
PlotterGrid(GenericChart) - Constructor for class com.objectplanet.chart.ext.PlotterGrid
Creates the plotter chart grid.
pngEncoder - Variable in class com.objectplanet.chart.ChartServlet
The png encoder used to encode the charts as png images.
POINTER_STYLE_ARROW - Static variable in class com.objectplanet.chart.ext.GaugeChart
Used to display pointer as an arrow
POINTER_STYLE_LINE - Static variable in class com.objectplanet.chart.ext.GaugeChart
Used to display pointer as a line
POINTER_STYLE_TRIANGLE - Static variable in class com.objectplanet.chart.ext.GaugeChart
Used to display pointer as a triangle
POINTING - Static variable in class com.objectplanet.chart.Chart
Lines point to the corresponding slices.
POINTING - Static variable in class com.objectplanet.chart.ChartRenderer
Lines point to the corresponding slices.
print(Graphics) - Method in class com.objectplanet.chart.ChartApplet
Called when a print request is issued.
print(Graphics) - Method in class com.objectplanet.chart.GenericChart
Call this methods if you want to print the chart from a java program.
processEvent(AWTEvent) - Method in class com.objectplanet.chart.Chart
Handles the chart events.
processEvent(AWTEvent) - Method in class com.objectplanet.chart.ext.GaugeChart
Handles the chart events.
processEvent(AWTEvent) - Method in class com.objectplanet.chart.ext.PlotterChart
Handles the chart events.
processEvent(AWTEvent) - Method in class com.objectplanet.chart.GenericChart
Handles the chart events.
processEvent(AWTEvent) - Method in class com.objectplanet.chart.PieChart
Handles the chart events.

R

RANGE_LABEL_BORDER - Static variable in class com.objectplanet.chart.ext.GaugeChart
Range labels display within the border.
RANGE_LABEL_INSIDE - Static variable in class com.objectplanet.chart.ext.GaugeChart
Range labels display inside the gauge.
RANGE_LABEL_OUTSIDE - Static variable in class com.objectplanet.chart.ext.GaugeChart
Range labels display outside the gauge.
release() - Method in class com.objectplanet.chart.NonFlickerPanel
Releases all the resources claimed by the component.
removeBorder(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Removes border with the specified index.
removeExternalGraphics() - Method in class com.objectplanet.chart.ChartRenderer
Removes external graphics context if there is one.
removeExternalGraphics() - Method in class com.objectplanet.chart.ext.GaugeChart
Removes external graphics context if there is one.
removeExternalGraphics() - Method in class com.objectplanet.chart.ext.PlotterChart
Removes external graphics context if there is one.
removeExternalGraphics() - Method in class com.objectplanet.chart.GenericChart
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.
removeItemListener(ItemListener) - Method in class com.objectplanet.chart.ext.GaugeChart
Removes the specified item listener from the chart.
removeItemListener(ItemListener) - Method in class com.objectplanet.chart.ext.PlotterChart
Removes the specified item listener from the chart.
removeOverlayChart(int) - Method in class com.objectplanet.chart.GenericChart
Removes the specified overlay chart.
removePointer(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Removes pointer with the specified index.
render(Graphics) - Method in class com.objectplanet.chart.ChartRenderer
This method is called by paint(), and has to be implemented by the subclass to render the chart.
render(Graphics, boolean) - Method in class com.objectplanet.chart.ChartRenderer
Renders the chart according to the set attributes, the current features that are turned on and GUI state values.
render(Graphics) - Method in class com.objectplanet.chart.ext.GaugeChart
Renders the bar chart according to the current chart attributes and which charts features are turned on or off.
render(Graphics, boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Renders the gauge chart according to the current gauge attributes and which charts features are turned on or off.
render(Graphics) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
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.GenericChart
Renders the chart according to the current chart attributes and which charts features are turned on or off.
render(Graphics, boolean) - Method in class com.objectplanet.chart.GenericChart
Renders the chart according to the set attributes, the current features that are turned on and GUI state values.
renderData(Graphics, Rectangle, Rectangle) - Method in class com.objectplanet.chart.Chart
Renders the bars and the value labels.
renderData(Graphics, Rectangle, Rectangle) - Method in class com.objectplanet.chart.ChartRenderer
This method renders the data (bars, lines, pies).
renderData(Graphics, Rectangle, Rectangle) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Renders the bars and the value labels.
renderer - Variable in class com.objectplanet.chart.GenericChart
Used to paint the chart data and labels.
Renderer - Class in com.objectplanet.chart
This class is the abstract superclass of all renderers.
Renderer() - Constructor for class com.objectplanet.chart.Renderer
Default constructor.
Renderer(GenericChart) - Constructor for class com.objectplanet.chart.Renderer
Creates a basic renderer.
renderOffScreen(Graphics) - Method in class com.objectplanet.chart.ext.GaugeChart
A subclass should override this method to paint on top of the chart before it is painted to the AWT component.
renderOffScreen(Graphics) - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
A subclass should override this method to paint on top of the chart before it is painted to the AWT component.
renderOffScreen(Graphics) - Method in class com.objectplanet.chart.GenericChart
A subclass should override this method to paint on top of the chart before it is painted to the AWT component.
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.ChartDataLoader
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.ChartRenderer
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.ext.PlotterChart
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.ext.PlotterChartRenderer
Resets the chart state attributes.
reset() - Method in class com.objectplanet.chart.ext.TimeLineChart
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.GenericChart
Resets the chart data and features.
reset() - Method in class com.objectplanet.chart.Grid
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.
RESIZE_CURSOR - Static variable in class com.objectplanet.chart.Renderer
 
RESIZE_HOR_CURSOR - Static variable in class com.objectplanet.chart.Renderer
 
RIGHT - Static variable in class com.objectplanet.chart.Chart
Right legend position.
RIGHT - Static variable in class com.objectplanet.chart.ext.PlotterChart
Right range on.
RIGHT - Static variable in class com.objectplanet.chart.ext.PlotterChartRenderer
Right range on.
RIGHT - Static variable in class com.objectplanet.chart.GridRenderer
Right grid adjustment.
RIGHT - Static variable in class com.objectplanet.chart.Legend
Right legend position.
run() - Method in class com.objectplanet.chart.GridRenderer
Internal do not call.

S

SAME_LEVEL_LINE_LAYOUT - Static variable in class com.objectplanet.chart.LineChart
the 3D lines are located at the same level
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.GenericChart
Turns on or off 3D look of the chart.
setAlternateChartBackground(Color) - Method in class com.objectplanet.chart.GenericChart
Sets the alternate background color of the chart.
setAngle(int) - Method in class com.objectplanet.chart.PieChart
Sets the angle of the pie chart.
setAntialiasingOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Turns on the anti-aliasing feature for this chart.
setArea(int, int, int) - Method in class com.objectplanet.chart.LineChart
Sets an area between the two line series to be filled with a specific color.
setAreaColor(int, Color) - Method in class com.objectplanet.chart.LineChart
Sets color for a specified area.
setAreaColor2(int, Color) - Method in class com.objectplanet.chart.LineChart
Sets the secondary color for a specified area.
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.ext.PlotterChart
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.ext.PlotterChart
Turns on or off the automatic repaint.
setAutomaticRepaintOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Turns on or off the automatic repaint.
setAutoTimeLabelsOn(boolean) - Method in class com.objectplanet.chart.ext.TimeLineChart
If you turn this on, labels will automatically be added to the x-axis at each plot point.
setBackground(Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the chart component background color, outside the gauge.
setBackground(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the chart component background color, outside the chart grid.
setBackground(Color) - Method in class com.objectplanet.chart.GenericChart
Sets the chart component background color, outside the chart grid.
setBackground2(Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the secondary chart component background color, outside the chart grid.
setBackground2(Color) - Method in class com.objectplanet.chart.GenericChart
Sets the secondary chart component background color, outside the chart grid.
setBarAlignment(int) - Method in class com.objectplanet.chart.BarChart
Sets the bar alignment.
setBarLabelColor(int, Color) - Method in class com.objectplanet.chart.BarChart
Sets the color of of the bar label for the specified sample.
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.
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.
setBarShape(int) - Method in class com.objectplanet.chart.BarChart
 
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.
setBorder(int, int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets a border with the specified width (0-based).
setBorderColor(int, Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets color for the specified border.
setBorderColor(int, Color, Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets colors for the specified border.
setChart(Component) - Method in class com.objectplanet.chart.ChartDataLoader
Sets the actual chart displayed.
setChart(Component) - Method in class com.objectplanet.chart.ext.ChartDataLoaderExt
Sets the actual chart displayed.
setChartBackground(Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the background color of the chart itself.
setChartBackground(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the background color of the chart itself.
setChartBackground(Color) - Method in class com.objectplanet.chart.GenericChart
Sets the background color of the chart itself.
setChartBackground2(Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the secondary background color of the chart itself.
setChartBackground2(Color) - Method in class com.objectplanet.chart.GenericChart
Sets the secondary 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.ext.GaugeChart
Sets the foreground color of the chart itself.
setChartForeground(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the foreground color of the chart itself.
setChartForeground(Color) - Method in class com.objectplanet.chart.GenericChart
Sets the foreground color of the chart itself.
setChartType(String) - Method in class com.objectplanet.chart.ChartDataLoader
Sets the chart type.
setConnectedLinesOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off lines between plots for the specified sereis.
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.
setCurrentLowerRange(int, double) - Method in class com.objectplanet.chart.Grid
Sets the current lower range of the specified range.
setCurrentRange(int, double) - Method in class com.objectplanet.chart.Chart
Sets the current upper range of the specified range.
setCurrentRange(int, double) - Method in class com.objectplanet.chart.Grid
Sets the current upper range of the specified range.
setDefaultGridLinesColor(Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the default vertical grid lines.
setDefaultGridLinesColor(Color) - Method in class com.objectplanet.chart.Grid
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.
setDefaultGridLinesOn(boolean) - Method in class com.objectplanet.chart.ext.TimeLineChart
Shows the grid lines for each time label entry.
setDefaultGridLinesOn(boolean) - Method in class com.objectplanet.chart.Grid
Turns on or off the default vertical grid lines.
setDefaultGridLinesOn(boolean, double, double) - Method in class com.objectplanet.chart.Grid
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.
setEdgeColor(Color) - Method in class com.objectplanet.chart.ext.GaugeChart
 
setEndAngle(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the end angle of the gauge.
setExternalGraphics(Graphics, Image) - Method in class com.objectplanet.chart.ChartRenderer
Sets an external graphics context to paint with.
setExternalGraphics(Graphics, Image) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets an external graphics context to paint with.
setExternalGraphics(Graphics, Image) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets an external graphics context to paint with.
setExternalGraphics(Graphics, Image) - Method in class com.objectplanet.chart.GenericChart
Sets an external graphics context to paint with.
setFloatingLabelColor(Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets color of the floating labels
setFloatingLabelsOn(boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Turns floating labels over the range and pointers on or off.
setFloatingOnLegendOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turn on or off floating labels when the mouse moves over the actualLegend.
setFloatingOnLegendOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Turn on or off floating labels when the mouse moves over the legend.
setFont(String, Font) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the font for the specified label.
setFont(String, Font) - Method in class com.objectplanet.chart.GenericChart
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.ext.GaugeChart
Sets the color of the labels.
setForeground(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color of the labels.
setForeground(Color) - Method in class com.objectplanet.chart.GenericChart
Sets the color of the labels.
setGaugeAlignment(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets gauge alignment inside the component: GAUGE_ALIGNMENT_CENTER | GAUGE_ALIGNMENT_TOP | GAUGE_ALIGNMENT_BOTTOM= 2 | GAUGE_ALIGNMENT_RIGHT = 3 | GAUGE_ALIGNMENT_LEFT
setGradientSamplesOn(boolean) - Method in class com.objectplanet.chart.PieChart
 
setGraphInsets(int, int, int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the insets between the graph itself and the chart component edges.
setGraphInsets(int, int, int, int) - Method in class com.objectplanet.chart.GenericChart
Sets the insets between the graph itself and the chart component edges.
setGraphInsets(int, int, int, int) - Method in class com.objectplanet.chart.Grid
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.
setGridAdjustmentOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or of runtime grid adjustment.
setGridAdjustmentOn(int, boolean) - Method in class com.objectplanet.chart.Grid
Turns on or of runtime grid adjustment.
setGridAlignment(int) - Method in class com.objectplanet.chart.Grid
Sets the bar alignment.
setGridImage(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets an image to be used as background for the chart grid.
setGridImage(String) - Method in class com.objectplanet.chart.GenericChart
Sets an image to be used as background for the chart grid.
setGridLine(int, double) - Method in class com.objectplanet.chart.Chart
Sets a single grid line value.
setGridLine(int, double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets a single grid line value.
setGridLine(int, double) - Method in class com.objectplanet.chart.Grid
Sets a single grid line value.
setGridLineColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets a single grid line color.
setGridLineColor(int, Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets a single grid line color.
setGridLineColor(int, Color) - Method in class com.objectplanet.chart.Grid
Sets a single grid line color.
setGridLineColors(Color[]) - Method in class com.objectplanet.chart.Chart
Sets the color of each vertical grid line.
setGridLineColors(Color[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color of each vertical grid line.
setGridLineColors(Color[]) - Method in class com.objectplanet.chart.Grid
Sets the color of each vertical grid line.
setGridLines(double[]) - Method in class com.objectplanet.chart.Chart
Sets the vertical grid lines positons.
setGridLines(double[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the vertical grid lines positons.
setGridLines(double[]) - Method in class com.objectplanet.chart.Grid
Sets the vertical grid lines positons.
setGridLinesColor(Color) - Method in class com.objectplanet.chart.Chart
Sets the vertical grid lines color.
setGridLinesColor(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the vertical grid lines color.
setGridLinesColor(Color) - Method in class com.objectplanet.chart.Grid
Sets the vertical grid lines color.
setGridOutline3DOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Turns on the 3D grid outline.
setImage(String, Image) - Method in class com.objectplanet.chart.ChartDataLoader
Adds an image to the chart and sets it to be used in a right way
setImage(String, Image) - Method in class com.objectplanet.chart.ext.ChartDataLoaderExt
Adds an image to the chart and sets it to be used in a right way
setIndex(int) - Method in class com.objectplanet.chart.ChartSample
Sets the index of the sample.
setInsideLabelColor(int, Color) - Method in class com.objectplanet.chart.PieChart
Sets the color of the inside labels 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.ext.GaugeChart
Sets the specified label in the chart.
setLabel(String, String) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the specified label in the chart.
setLabel(String, String) - Method in class com.objectplanet.chart.GenericChart
Sets the specified label in the chart.
setLabel(String, String, int, int) - Method in class com.objectplanet.chart.GenericChart
Sets a label to any point on the chart.
setLabel(String, String, double, double) - Method in class com.objectplanet.chart.GenericChart
Sets a label to any point on the chart.
setLabel(String, String, int, int, int, int) - Method in class com.objectplanet.chart.GenericChart
Sets a label to any point on the chart.
setLabel(String, String, double, double, int, int) - Method in class com.objectplanet.chart.GenericChart
Sets a label to any point on the chart.
setLabelAngle(String, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the angle of the specified label.
setLabelAngle(String, int) - Method in class com.objectplanet.chart.GenericChart
Sets the angle of the specified label.
setLabelAngleCacheSize(int) - Static method in class com.objectplanet.chart.GenericChart
Sets the angled label cache size.
setLabelAngleCacheSize(int) - Static method in class com.objectplanet.chart.Renderer
Sets the angled label cache size.
setLabelColor(Color) - Method in class com.objectplanet.chart.ChartSample
Sets the label color.
setLabelColor(String, Color) - Method in class com.objectplanet.chart.GenericChart
Sets color for the specified label.
setLabelColor(int, Color) - Method in class com.objectplanet.chart.Legend
Sets the color of of the label for the specified legend entry.
setLabelPosition(String, int, int) - Method in class com.objectplanet.chart.GenericChart
Sets position for a specified label.
setLabelPosition(String, double, double) - Method in class com.objectplanet.chart.GenericChart
Sets position for the specified label.
setLabelURL(String, String) - Method in class com.objectplanet.chart.GenericChart
Sets the url for any label.
setLegendBoxSizeAsFont(boolean) - Method in class com.objectplanet.chart.Chart
If set to true the legend box size is set to the same size as the legend font.
setLegendBoxSizeAsFont(boolean) - Method in class com.objectplanet.chart.Legend
If set to true the legend box size is set to the same size as the legend font.
setLegendColor(int, Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets a legend entry color.
setLegendColor(int, Color) - Method in class com.objectplanet.chart.GenericChart
Sets a legend entry color.
setLegendColor(int, Color) - Method in class com.objectplanet.chart.Legend
Sets a legend entry color.
setLegendColors(Color[]) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the legend colors.
setLegendColors(Color[]) - Method in class com.objectplanet.chart.GenericChart
Sets the legend colors.
setLegendColors(Color[]) - Method in class com.objectplanet.chart.Legend
Sets the legend colors.
setLegendColumns(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the number of columns that should be used to display legend labels.
setLegendColumns(int) - Method in class com.objectplanet.chart.GenericChart
Sets the number of columns that should be used to display legend labels.
setLegendColumns(int) - Method in class com.objectplanet.chart.Legend
Sets the number of columns that should be used to display legend labels.
setLegendImage(int, String) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets an image to be used in front of the legend label.
setLegendImage(int, String) - Method in class com.objectplanet.chart.GenericChart
Sets an image to be used in front of the legend label.
setLegendImage(int, String) - Method in class com.objectplanet.chart.Legend
Sets an image to be used in front of the legend label.
setLegendLabels(String[]) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the legend labels.
setLegendLabels(String[]) - Method in class com.objectplanet.chart.GenericChart
Sets the legend labels.
setLegendLabels(String[]) - Method in class com.objectplanet.chart.Legend
Sets the legend labels.
setLegendOn(boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Turns on or off the label legend.
setLegendOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Turns on or off the label legend.
setLegendOn(boolean) - Method in class com.objectplanet.chart.Legend
Turns on or off the label legend.
setLegendPosition(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the legend position.
setLegendPosition(int) - Method in class com.objectplanet.chart.GenericChart
Sets the legend position.
setLegendPosition(int) - Method in class com.objectplanet.chart.Legend
Sets the legend position.
setLegendReverseOn(boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Set on or off the inverted legend.
setLegendReverseOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Set on or off the inverted legend.
setLegendReverseOn(boolean) - Method in class com.objectplanet.chart.Legend
Set on or off the inverted legend.
setLine3DDepth(int, double) - Method in class com.objectplanet.chart.LineChart
Sets the 3D depth of the specified line.
setLine3DLayout(int) - Method in class com.objectplanet.chart.LineChart
Sets the line layout in multiple series charts in 3D mode.
setLineStroke(int, float[]) - Method in class com.objectplanet.chart.LineChart
Sets an array of values to use as repeating dash lengths and clear sections.
setLineStyle(int, int) - Method in class com.objectplanet.chart.LineChart
Sets the style of the data series lines.
setLineWidth(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the width of the line for the specified series.
setLineWidth(int, int) - Method in class com.objectplanet.chart.LineChart
Sets the width of the specified line.
setLocale(Locale) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the locale used to format numbers.
setLocale(Locale) - Method in class com.objectplanet.chart.GenericChart
Sets the locale used to format numbers.
setLowerRange(int, double) - Method in class com.objectplanet.chart.Chart
Sets the lower range of the chart.
setLowerRange(double) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the lower value of the range.
setLowerRange(int, double) - Method in class com.objectplanet.chart.Grid
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.
setLowerRelativeRange(double) - Method in class com.objectplanet.chart.Grid
Sets the lower range of the chart relative to the current minimum value.
setLowerRelativeRange(double, double) - Method in class com.objectplanet.chart.Grid
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.Grid
Sets the lower range of the chart relative to the minimum value of the bars in the chart.
setLowerTime(String) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the start time of the time axis.
setMaxValueLineCount(int) - Method in class com.objectplanet.chart.Chart
Sets the maximum number of value lines there should be in the chart.
setMaxValueLineCount(int) - Method in class com.objectplanet.chart.Grid
Sets the maximum number of value lines there should be in the chart.
setMissingValuesInterpolated(boolean) - Method in class com.objectplanet.chart.LineChart
Turns on the automatic calculation of the missing sample values in the stacked mode
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.
setMultiSeriesOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Make the chart behave like it has multiple series even if it has only one.
setNeedChartCalculation(boolean) - Method in class com.objectplanet.chart.GenericChart
Sets the needChartCalculation to true for this chart and it's overlays.
setOutlineOn(int, boolean) - Method in class com.objectplanet.chart.LineChart
Turns on or off the line or area outline.
setOutsideLabelColor(int, Color) - Method in class com.objectplanet.chart.PieChart
Sets the color of the outside labels for the specified pie.
setOverlayChart(int, GenericChart) - Method in class com.objectplanet.chart.GenericChart
Sets the specified overlay chart.
setOverlayChartOn(int, boolean) - Method in class com.objectplanet.chart.GenericChart
Sets the specified overlay chart on or off.
setOverlayInsets(double, double, double, double) - Method in class com.objectplanet.chart.GenericChart
Sets the relative distance between this chart's bounds and the grid.
setOverlayRenderer(int, ChartRenderer) - Method in class com.objectplanet.chart.ChartRenderer
Sets the specified overlay renderer.
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.ChartDataLoader
Sets a parameter in the chart.
setParameter(String, String) - Method in class com.objectplanet.chart.ext.ChartDataLoaderExt
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.ChartDataLoader
Sets the applet parameters.
setParameters(Hashtable) - Method in class com.objectplanet.chart.ext.ChartDataLoaderExt
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.
setPieRotationOn(boolean) - Method in class com.objectplanet.chart.PieChart
Set pie rotation on or off.
setPlot(int, double, double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets an individual plot for the specified series with given x|y.
setPlot(int, double, double, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets an individual plot for the specified series with given x|y.
setPlotImage(int, String) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets an image to be used as a highlight for a specified series.
setPlotLabels(int, String[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the plots labels for each plot in serie.
setPlotLabelsOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on the plot labels.
setPlotLabelStyle(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the style of the plot labels.
setPlots(int, double[][]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the x|y plots for the specified series.
setPlots(int, double[][], int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the x|y plots for the specified series.
setPlots(int, double[][], int[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the x|y plots for the specified series.
setPlotSize(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the plot size for the specified series.
setPlotSize(int, int[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the plots size for each plot in serie.
setPlotSortingOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
This method should be called before setting the plots in order to turn on/off the plots sorting.
setPlotStyle(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the plot style for all the data series.
setPlotStyle(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the plot style for the specified data series.
setPointer(int, double) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets a pointer with the specified index (0-based).
setPointerColor(int, Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets color for a pointer with the specified index (0-based).
setPointerLabel(int, String) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets labels for the pointer with specified index (0-based).
setPointerLabels(String[]) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the pointer labels.
setPointerLabelsOn(boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Turns on or off the pointerLabels.
setPointerSize(int, float) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets style for the pointer with specified index (0-based).
setPointerStyle(int, int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets style for the pointer with specified index (0-based).
setPointingLabelColor(int, Color) - Method in class com.objectplanet.chart.PieChart
Sets the color of the pointing labels for the specified pie.
setPreferredSize(int, int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the preferred size of the chart.
setPreferredSize(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the preferred size of the chart.
setPreferredSize(int, int) - Method in class com.objectplanet.chart.GenericChart
Sets the preferred size of the chart.
setPrintAsBitmap(boolean) - Method in class com.objectplanet.chart.GenericChart
Turns on printing as bimap.
setRange(int, double) - Method in class com.objectplanet.chart.Chart
Sets the upper value of the specified range.
setRange(double) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the upper value of the range.
setRange(int, double) - Method in class com.objectplanet.chart.Grid
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.
setRangeAdjusted(int, int) - Method in class com.objectplanet.chart.Grid
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.
setRangeAdjusterOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the range adjuster.
setRangeAdjusterOn(int, boolean) - Method in class com.objectplanet.chart.Grid
Turns on or off the range adjuster.
setRangeAdjusterPosition(int) - Method in class com.objectplanet.chart.Chart
Sets the position of the first range adjuster.
setRangeAdjusterPosition(int) - Method in class com.objectplanet.chart.Grid
Sets the position of the first range adjuster.
setRangeColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the specified range.
setRangeColor(int, Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets color of the range.
setRangeColor(int, Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color of the specified range.
setRangeColor(int, Color) - Method in class com.objectplanet.chart.Grid
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.
setRangeDecimalCount(int, int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the number of decimals to use in the range label values.
setRangeDecimalCount(int, int) - Method in class com.objectplanet.chart.Grid
Sets the number of decimals to use in the range label values.
setRangeEndAngle(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the end angle of the range.
setRangeFormatter(int, NumberFormat) - Method in class com.objectplanet.chart.Chart
Sets a number formatter for the specific range.
setRangeFormatter(int, NumberFormat) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets a number formatter for the specific range.
setRangeFormatter(int, NumberFormat) - Method in class com.objectplanet.chart.Grid
Sets a number formatter for the specific range.
setRangeHighlight(Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the range highlight color
setRangeInterval(int, double) - Method in class com.objectplanet.chart.Chart
Sets interval between the ticks on the specified range.
setRangeInterval(double) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets interval between the ticks on the specified range.
setRangeInterval(int, double) - Method in class com.objectplanet.chart.Grid
Sets interval between the ticks on the specified range.
setRangeLabelColor(int, Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets color of the range labels.
setRangeLabelsOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the range value labels for specified range.
setRangeLabelsOn(int, boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Turns labels of the given range on or off.
setRangeLabelsOn(int, boolean) - Method in class com.objectplanet.chart.Grid
Turns on or off the range value labels for specified range.
setRangeLabelStyle(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets style of the range labels.
setRangeOn(int, boolean) - Method in class com.objectplanet.chart.Chart
Turns on or off the specified range.
setRangeOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the specified range.
setRangeOn(int, boolean) - Method in class com.objectplanet.chart.Grid
Turns on or off the specified range.
setRangePosition(int, int) - Method in class com.objectplanet.chart.Chart
Sets the range position.
setRangePosition(int, int) - Method in class com.objectplanet.chart.Grid
Sets the range position.
setRangeStartAngle(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the start angle of the range.
setRangeTickSize(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets size of the range ticks.
setRangeTickStyle(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets style of the range ticks.
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.
setRelativeRange(double) - Method in class com.objectplanet.chart.Grid
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.Grid
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.Grid
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.Grid
Turns on right to left scrolling when adding new values.
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.
setSampleAxisRange(double, double) - Method in class com.objectplanet.chart.Grid
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.
setSampleColor2(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.
setSampleColors2(Color[]) - Method in class com.objectplanet.chart.Chart
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.
setSampleHighlightImage(int, int, String) - Method in class com.objectplanet.chart.LineChart
Sets an image to be used as a highlight for a specified sample.
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.
setSampleLabelStyle(int) - Method in class com.objectplanet.chart.Chart
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.
setSampleScrollerOn(boolean) - Method in class com.objectplanet.chart.Grid
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.
setSectorColor(int, Color) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets color for a specified highlight sector.
setSectorHighlight(int, double, double) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets a highlighted sector with the specified start and end values in the gauge's range.
setSelection(int, int, boolean) - Method in class com.objectplanet.chart.Chart
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.
setSelection(int, int, boolean, boolean, 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(boolean) - Method in class com.objectplanet.chart.ChartSample
Selects or de-selects the sample.
setSelection(int, int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Marks a series as selected or deselected.
setSelection(int, int, boolean, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Marks a series as selected or deselected.
setSelection(int, int, boolean, boolean, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Marks a series as selected or deselected.
setSelection(int, int, boolean, boolean, boolean) - Method in class com.objectplanet.chart.GenericChart
Marks a sample as selected or deselected.
setSelectionStyle(int) - Method in class com.objectplanet.chart.PieChart
Sets the selection style.
setSeries(int) - Method in class com.objectplanet.chart.ChartSample
Sets the series index of the sample.
setSeriesColor(int, Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color of the specified plot series.
setSeriesColors(Color[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets colors for the plot series.
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.
setSeriesCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the number of series.
setSeriesFormatter(int, NumberFormat) - Method in class com.objectplanet.chart.Chart
Sets a number formatter for the specific 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.
setSeriesLabel(int, String) - Method in class com.objectplanet.chart.ext.PlotterChart
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.
setSeriesLabelColor(int, Color) - Method in class com.objectplanet.chart.ext.PlotterChart
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.
setSeriesLabels(String[]) - Method in class com.objectplanet.chart.ext.PlotterChart
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.ext.PlotterChart
Turns on the floating series labels.
setSeriesLabelStyle(int) - Method in class com.objectplanet.chart.Chart
Sets the style of the series labels.
setSeriesLabelStyle(int) - Method in class com.objectplanet.chart.ext.PlotterChart
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.
setSeriesOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns the plot series on and off.
setSeriesOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns the plot series on and off.
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.ext.GaugeChart
Turns on or off servlet mode.
setServletModeOn(boolean) - Method in class com.objectplanet.chart.GenericChart
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.
setStartAngle(int) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the start angle of the gauge.
setStartAngle(int) - Method in class com.objectplanet.chart.PieChart
Sets the angle of the initial starting point of the slices.
setStartAngle(int, int) - Method in class com.objectplanet.chart.PieChart
Sets the angle of the initial starting point of the slices for the specified pie.
setTargetLabelsPosition(int) - Method in class com.objectplanet.chart.Chart
Sets the target labels position.
setTargetLabelsPosition(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the target labels position.
setTargetLabelsPosition(int) - Method in class com.objectplanet.chart.Grid
Sets the target labels position.
setTargetValueLine(String, double, Color, int) - Method in class com.objectplanet.chart.Chart
Sets a target value line with the specified ID, value, and color.
setTargetValueLine(String, double, Color, int, int) - Method in class com.objectplanet.chart.Chart
Sets a target value line with the specified ID, value, and color.
setTargetValueLine(String, double, Color, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets a target value line with the specified ID, value, and color.
setTargetValueLine(String, double, Color, int, int) - Method in class com.objectplanet.chart.Grid
Sets a target value line with the specified ID, value, and color.
setThousandsDelimiter(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the delimiter for use in the display of numbers.
setThousandsDelimiter(String) - Method in class com.objectplanet.chart.GenericChart
Sets the delimiter for use in the display of numbers.
setTimeFormatInput(String) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the format of the input date time parameters.
setTimeFormatInputLocale(String) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the locale of the input date time parameters (example, en,us).
setTimeFormatOut(String) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the display format of the time labels.
setTimeFormatOutLocale(String) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the locale of the output date time parameters (example, en,us).
setTimeLabels(String[]) - Method in class com.objectplanet.chart.ext.TimeLineChart
Adds time labels at the plot points indicated by the time labels.
setTimePlots(int, String[]) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the x|y plots, where x is a datetime string, y is the value, The x and y values must be delimited by |, and the datetime string must be in the format specified by timeFormatInput.
setTimeScale(double) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the scaling of the time axis in number of seconds.
setTitle(String) - Method in class com.objectplanet.chart.ext.GaugeChart
Sets the chart title.
setTitle(String) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the chart title.
setTitle(String) - Method in class com.objectplanet.chart.GenericChart
Sets the chart title.
setTitleOn(boolean) - Method in class com.objectplanet.chart.ext.GaugeChart
Turns on or off the chart title.
setTitleOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the chart title.
setTitleOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Turns on or off the chart title.
setUpperTime(String) - Method in class com.objectplanet.chart.ext.TimeLineChart
Sets the end time of the time axis.
setValue(double) - Method in class com.objectplanet.chart.ChartSample
Sets the value of the sample.
setValueLabelColor(int, Color) - Method in class com.objectplanet.chart.Chart
Sets the color of the value labels for the specified series.
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.Chart
Sets the style of the value labels.
setValueLabelStyle(int) - Method in class com.objectplanet.chart.ext.PlotterChart
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.
setValueLinesColor(Color) - Method in class com.objectplanet.chart.Grid
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.
setValueLinesOn(boolean) - Method in class com.objectplanet.chart.Grid
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.
setVisibleSamples(int, int, boolean) - Method in class com.objectplanet.chart.Chart
Sets the visible samples in the chart.
setXAxisColor(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color for the X axis
setXAxisOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the X axis.
setXCurrentLowerRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the X-axis current lower range.
setXCurrentUpperRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the X-axis current upper range.
setXLowerRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the X-axis lower range.
setXMaxValueLineCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the maximum number of X value lines there should be in the chart.
setXRangeDecimalCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the number of decimals for the X axis range labels.
setXRangeInterval(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets interval between the ticks on the X range.
setXRangeLabel(double, String) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets a single custom label on the X range axis.
setXRangeLabelColor(double, Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets color for the label with specified position.
setXRangeLabelColors(double[], Color[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets colors for the x-range labels.
setXRangeLabelLineOn(double, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets a boolean value which tells if a grid line should be displayed for the labels with given position.
setXRangeLabelLinesOn(double[], boolean[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets boolean values telling if the grid lines should be displayed for the corresponding x-range labels.
setXRangeLabels(double[], String[]) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the custom labels for the X range axis.
setXRangeLabelsColor(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets color for all x-range labels.
setXRangeLabelStyle(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the style of the x-range labels.
setXUpperRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the X-axis upper range.
setXValueDecimalCount(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the number of decimals in the x values.
setXValueLabelsOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the x value labels.
setXValueLabelsOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the x value labels for the specified series.
setXValueLinesColor(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color of the x value lines.
setXValueLinesOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off or x value lines.
setYAxisColor(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color for the Y axis
setYAxisOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off Y axis.
setYCurrentLowerRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the Y-axis current lower range.
setYCurrentUpperRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the Y-axis current upper range.
setYLowerRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the Y-axis lower range.
setYMaxValueLineCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the maximum number of Y value lines there should be in the chart.
setYRangeDecimalCount(int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the number of decimals for the Y axis range labels.
setYRangeInterval(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets interval between the ticks on the Y range.
setYUpperRange(double) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the Y-axis upper range.
setYValueDecimalCount(int, int) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the number of decimals in the y values.
setYValueLabelsOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the y value labels.
setYValueLabelsOn(int, boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off the y value labels for the specified series.
setYValueLinesColor(Color) - Method in class com.objectplanet.chart.ext.PlotterChart
Sets the color of the y value lines.
setYValueLinesOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns on or off or y value lines.
setZoomOn(boolean) - Method in class com.objectplanet.chart.ext.PlotterChart
Turns zoom on or off.
setZoomOn(boolean) - Method in class com.objectplanet.chart.GenericChart
Turns zoom on or off.
SIDE - Static variable in class com.objectplanet.chart.ext.PlotterChart
Labels display to the side from the x-range line inside the chart grid.
SIDE_BY_SIDE_BARS - Static variable in class com.objectplanet.chart.BarChart
Use side-by-side bars in multiple series charts; setBarType()
SplineChart - Class in com.objectplanet.chart.ext
This component enables you to add a smoothed point line chart to your java applications with just a few lines of code.
SplineChart() - Constructor for class com.objectplanet.chart.ext.SplineChart
Creates a smooth point line chart with one series, 5 samples, and a range of 0-100.
SplineChart(int, int, double) - Constructor for class com.objectplanet.chart.ext.SplineChart
Creates a smooth point line chart with the specified number of series, the number of samples per serie, and the chart range.
SplineChart(int, int, double, double) - Constructor for class com.objectplanet.chart.ext.SplineChart
Creates a smooth point line chart with the specified number of series, the number of samples per serie, and the chart range.
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.
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_AND_VALUE_LABEL - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use both the ID and value label with the target lines; setTargetValueLine().
TARGET_LINE_ID_AND_VALUE_LABEL - Static variable in class com.objectplanet.chart.Grid
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_ID_LABEL - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use the ID label with the target lines; setTargetValueLine().
TARGET_LINE_ID_LABEL - Static variable in class com.objectplanet.chart.Grid
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_NO_LABEL - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use no label with the target lines; setTargetValueLine().
TARGET_LINE_NO_LABEL - Static variable in class com.objectplanet.chart.Grid
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().
TARGET_LINE_VALUE_LABEL - Static variable in class com.objectplanet.chart.ext.PlotterChart
Use the value label with the target lines; setTargetValueLine().
TARGET_LINE_VALUE_LABEL - Static variable in class com.objectplanet.chart.Grid
Use the value label with the target lines; setTargetValueLine().
targets - Variable in class com.objectplanet.chart.ChartDataLoader
The IDs of the target value lines.
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.
theChart - Variable in class com.objectplanet.chart.ChartDataLoader
Reference to the actual chart displayed.
TICK_STYLE_DIAMOND - Static variable in class com.objectplanet.chart.ext.GaugeChart
Range tick style diamond
TICK_STYLE_ROUND - Static variable in class com.objectplanet.chart.ext.GaugeChart
Range tick style round
TICK_STYLE_THICK - Static variable in class com.objectplanet.chart.ext.GaugeChart
Range tick style thik strip
TICK_STYLE_THIN - Static variable in class com.objectplanet.chart.ext.GaugeChart
Range tick style thin strip
TimeLineChart - Class in com.objectplanet.chart.ext
The time line chart component adds time line chart specific properties to the line chart.
TimeLineChart() - Constructor for class com.objectplanet.chart.ext.TimeLineChart
Creates the TimeLineChart.
timePlots - Variable in class com.objectplanet.chart.ChartApplet
The list of time plots in the TimeLineChart.
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.
TOP - Static variable in class com.objectplanet.chart.ext.PlotterChart
Top range on.
TOP - Static variable in class com.objectplanet.chart.ext.PlotterChartRenderer
Top range on.
TOP - Static variable in class com.objectplanet.chart.GridRenderer
Top grid adjustment.
TOP - Static variable in class com.objectplanet.chart.Legend
Top legend position.
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.
toString() - Method in class com.objectplanet.chart.ext.PlotterChart
Returns the title of the chart.
toString() - Method in class com.objectplanet.chart.GenericChart
Returns the title of the chart.
type - Variable in class com.objectplanet.chart.ChartServlet
The chart may be of "bar", "line", "pie", "time_line", "spline", "plotter" type.

U

UNDER - Static variable in class com.objectplanet.chart.ext.PlotterChart
Labels display under the sample.
update(Graphics) - Method in class com.objectplanet.chart.ext.GaugeChart
This method is overridden to avoid flicker when the chart is repainted.
update(Graphics) - Method in class com.objectplanet.chart.GenericChart
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.
urlList - Variable in class com.objectplanet.chart.ChartServlet
The list of url parameters read.
urlTargetList - Variable in class com.objectplanet.chart.ChartServlet
The list of url target parameters read.

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.
VERTICAL - Static variable in class com.objectplanet.chart.ChartRenderer
Vertical bar alignment.
VERTICAL - Static variable in class com.objectplanet.chart.ext.PlotterChart
Vertical direction used for ranges, grid lines.
VERTICAL - Static variable in class com.objectplanet.chart.Grid
Vertical bar alignment.
VERTICAL - Static variable in class com.objectplanet.chart.GridRenderer
Vertical bar alignment.
visibleSamples - Variable in class com.objectplanet.chart.Chart
The start index and count of the currently visible samples.

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