- 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.
- get3DModeOn() - Method in class com.objectplanet.chart.GenericChart
-
Checks if the 3D mode is turned on.
- 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.
- getComplexLabelSeparator() - Method in class com.objectplanet.chart.GenericChart
-
Gets separator between sample, series and value labels which are set for the same sample
- 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) - Method in class com.objectplanet.chart.ChartApplet
-
Convers a string parameter to an array of double values.
- getDoubleValues(String, 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
-
- getDoubleValues(String, 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.
- getHighResolutionImage(int, int, int) - Method in class com.objectplanet.chart.GenericChart
-
Returns the current chart as an image of the given size and resolution.
- 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.
- getLeftScrollerFactor() - Method in class com.objectplanet.chart.Chart
-
- 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.
- getListeners() - Method in class com.objectplanet.chart.Chart
-
Gets listeners
- getListeners() - Method in class com.objectplanet.chart.ext.GaugeChart
-
Gets listeners
- getListeners() - Method in class com.objectplanet.chart.ext.PlotterChart
-
Gets listeners
- 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.
- getMultilineLabelAlignment() - Method in class com.objectplanet.chart.GenericChart
-
Sets alignment for the complex labels (floating or static)
- 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.
- getRenderer() - Method in class com.objectplanet.chart.Chart
-
Gets renderer of this chart.
- getRenderer() - Method in class com.objectplanet.chart.GenericChart
-
Gets renderer of this chart.
- getRightScrollerFactor() - Method in class com.objectplanet.chart.Chart
-
- 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.
- getSeparateNegativeStackedValuesOn() - Method in class com.objectplanet.chart.LineChart
-
Should the negative sample be displayed separately from the positive numbers in the stacked mode?
- 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.
- getThreeDDepth() - Method in class com.objectplanet.chart.Chart
-
Gets the depth of the 3D effect.
- getThreeDModeOn() - Method in class com.objectplanet.chart.GenericChart
-
Checks if the 3D mode is turned on.
- 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.
- 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.
- isAnyFloatingLabelsOn(int) - Method in class com.objectplanet.chart.GenericChart
-
Returns true if any floating labels should be painted
for the specified serie.
- isAnyFloatingLabelsOn(int) - Method in class com.objectplanet.chart.PieChart
-
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.
- isThreeDModeOn() - Method in class com.objectplanet.chart.GenericChart
-
Checks if the 3D mode is 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.
- 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.
- setComplexLabelSeparator(String) - Method in class com.objectplanet.chart.GenericChart
-
Sets to set separator between sample, series and value labels which are set for the same sample
- 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.
- setMultilineLabelAlignment(int) - Method in class com.objectplanet.chart.GenericChart
-
- 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.
- setSeparateNegativeStackedValuesOn(boolean) - Method in class com.objectplanet.chart.LineChart
-
If this parameter is true, the negative samples are displayed below X axis in the stacked mode.
- 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.
- setThreeDDepth(int) - Method in class com.objectplanet.chart.Chart
-
Sets the depth of the 3D effect in number of pixels.
- setThreeDModeOn(boolean) - Method in class com.objectplanet.chart.GenericChart
-
Turns on or off 3D look of the chart.
- 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.