A B C D G H L M N O P R S T V W

A

add(int, int, int, float) - Method in class net.sourceforge.chart2d.Dataset
Adds a value to the dataset increasing its internal data structure if necessary.
addDataset(Dataset) - Method in class net.sourceforge.chart2d.GraphChart2D
Adds a Dataset object to this chart.
addGraphProperties(GraphProperties) - Method in class net.sourceforge.chart2d.GraphChart2D
Adds a GraphProperties object to this chart.
addMovingAverage(Dataset, int) - Method in class net.sourceforge.chart2d.Dataset
Analyzes the (input) dataset and adds moving average trend data to this dataset.
addMultiColorsProperties(MultiColorsProperties) - Method in class net.sourceforge.chart2d.GraphChart2D
Adds a MultiColorsProperties object to this chart.
addWarningRegionProperties(WarningRegionProperties) - Method in class net.sourceforge.chart2d.GraphChart2D
Adds a WarningRegionProperties object to this chart.
ALPHA_COMPOSITE_MEDIUM - Static variable in class net.sourceforge.chart2d.GraphProperties
A medium transparent (some blending) alpha composite.
ALPHA_COMPOSITE_MILD - Static variable in class net.sourceforge.chart2d.GraphProperties
A mildly transparent (some blending) alpha composite.
ALPHA_COMPOSITE_NONE - Static variable in class net.sourceforge.chart2d.GraphProperties
An opaque (no blending) alpha composite.

B

BACKGROUND_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.WarningRegionProperties
The default is Color.pink.
BACKGROUND_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.WarningRegionProperties
The default is true.
BETWEEN - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
Indicates the ticks of an axis should be centered between the labels of the axis.
BOTTOM - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates the bottom of something.
BOTTOM - Static variable in class net.sourceforge.chart2d.Object2DProperties
Signifies bottom.
BOTTOM - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
Signifies bottom.

C

CENTERED - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
Indicates the ticks of an axis should be centered on each label of the axis.
CHART_BETWEEN_CHART_AND_LEGEND_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.Chart2DProperties
The default is true.
CHART_BETWEEN_CHART_AND_LEGEND_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.Chart2DProperties
The default is 5.
CHART_BETWEEN_PIE_LABELS_AND_PIE_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
The default is true.
CHART_BETWEEN_PIE_LABELS_AND_PIE_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
The default is 6.
CHART_DATA_LABELS_PRECISION_DEFAULT - Static variable in class net.sourceforge.chart2d.Chart2DProperties
The default is MAX_INTEGER.
CHART_DATASET_CUSTOM_GREATEST_VALUE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 0.
CHART_DATASET_CUSTOM_LEAST_VALUE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 0.
CHART_DATASET_CUSTOMIZE_GREATEST_VALUE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is false.
CHART_DATASET_CUSTOMIZE_LEAST_VALUE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is false.
CHART_GRAPHABLE_TO_AVAILABLE_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is .95f.
Chart2D - class net.sourceforge.chart2d.Chart2D.
An abstract class for the common methods of GraphChart2D and PieChart2D.
CHART2D - Static variable in class net.sourceforge.chart2d.MultiColorsProperties
CHART2D colors are a set of 12 colors selected by a graphic designer.
Chart2D() - Constructor for class net.sourceforge.chart2d.Chart2D
Creates a Chart2D object with its defaults.
Chart2DProperties - class net.sourceforge.chart2d.Chart2DProperties.
A data structure for holding the properties common to all Chart2D charts.
Chart2DProperties() - Constructor for class net.sourceforge.chart2d.Chart2DProperties
Creates a Chart2DProperties object with the documented default values.
Chart2DProperties(Chart2DProperties) - Constructor for class net.sourceforge.chart2d.Chart2DProperties
Creates a Chart2DProperties object with property values copied from another object.
COLORS_CUSTOM_DEFAULT - Static variable in class net.sourceforge.chart2d.MultiColorsProperties
The default is new Color[0].
COLORS_CUSTOMIZE_DEFAULT - Static variable in class net.sourceforge.chart2d.MultiColorsProperties
The default is false.
COLORS_TYPE_DEFAULT - Static variable in class net.sourceforge.chart2d.MultiColorsProperties
The default is CHART2D.
COMPONENT - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates only the component.
COMPONENT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.WarningRegionProperties
The default is Color.red.
CONTINUOUS - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates the lines will be continuous.

D

DASHED - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates the lines will be dashed.
Dataset - class net.sourceforge.chart2d.Dataset.
The container for the data values to chart.
Dataset() - Constructor for class net.sourceforge.chart2d.Dataset
Creates a dataset with 0 sets, 0 categories, and 0 items.
Dataset(Dataset) - Constructor for class net.sourceforge.chart2d.Dataset
Creates a dataset that is a copy of another dataset.
Dataset(int, int, int) - Constructor for class net.sourceforge.chart2d.Dataset
Creates a dataset with the specified number of sets, categories per set, and items per set and per category.
doConvertToStacked() - Method in class net.sourceforge.chart2d.Dataset
Converts the dataset for use in "stacked" charts.
doShiftLower(float[]) - Method in class net.sourceforge.chart2d.Dataset
Shifts all the data items one place, from the higher order to the lower order, replacing the highest order items with the specified items.
DOTTED - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates the lines will be dotted.

G

get(int, int, int) - Method in class net.sourceforge.chart2d.Dataset
Gets the value for the variable in the set specified by set, the category specified by cat within the set, and the item specified by item within the category.
getAverage(int, int, int) - Method in class net.sourceforge.chart2d.Dataset
Gets the average of some set of numbers.
getBackgroundColor() - Method in class net.sourceforge.chart2d.WarningRegionProperties
Gets the color that the graph background becomes in this region if the graph background exists.
getBackgroundExistence() - Method in class net.sourceforge.chart2d.WarningRegionProperties
Gets the existence of the background irrespective of the existence of the graph's background.
getChart2DProperties() - Method in class net.sourceforge.chart2d.Chart2D
Gets the Chart2DProperties for this Chart2D.
getChartBetweenChartAndLegendGapExistence() - Method in class net.sourceforge.chart2d.Chart2DProperties
Gets whether the gap between the chart and the legend exists.
getChartBetweenChartAndLegendGapThicknessModel() - Method in class net.sourceforge.chart2d.Chart2DProperties
Gets the thickness of the gap between the chart and the legend for the chart's model size.
getChartBetweenPieLabelsAndPieGapExistence() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns whether the gap between each pie label and the pie exists.
getChartBetweenPieLabelsAndPieGapThicknessModel() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the thickness of the gap between each pie label and the pie for the chart's model size.
getChartDataLabelsPrecision() - Method in class net.sourceforge.chart2d.Chart2DProperties
Gets the look of labels that are supposed to describe the value of the data.
getChartDatasetCustomGreatestValue() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the custom greatest value of the data sets.
getChartDatasetCustomizeGreatestValue() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether the true greatest value in the data sets will be substituted by the custom value.
getChartDatasetCustomizeLeastValue() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether the true least value in the data sets will be substituted by the custom value.
getChartDatasetCustomLeastValue() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the custom least value of the data sets.
getChartGraphableToAvailableRatio() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets how much of the chart's graph is used by the graph's components.
getColorsArray(int) - Method in class net.sourceforge.chart2d.MultiColorsProperties
Gets an array of Colors of the length requested.
getColorsCustom() - Method in class net.sourceforge.chart2d.MultiColorsProperties
Gets the custom color array.
getColorsCustomize() - Method in class net.sourceforge.chart2d.MultiColorsProperties
Gets whether the colors are to be manual (custom) or to be automatically selected.
getColorsType() - Method in class net.sourceforge.chart2d.MultiColorsProperties
Gets the type of colors.
getComponentColor() - Method in class net.sourceforge.chart2d.WarningRegionProperties
Gets the color that any component entering this region should become.
getDataset(int) - Method in class net.sourceforge.chart2d.GraphChart2D
Gets a dataset based on the order the dataset was added.
getGraphAllowComponentAlignment() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the graph's components (ie bars, dots, or lines) are allowed to overlap/align or are offset for each set and within each category.
getGraphBackgroundColor() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the color of the background of this graph.
getGraphBackgroundExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the background of this graph exists.
getGraphBarsExcessSpaceFeedbackRatio() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the amount of the excess space to feed back to bars thickness.
getGraphBarsExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the graph contains bar components.
getGraphBarsRoundingRatio() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the degree of rounding for the bars.
getGraphBarsThicknessModel() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the thickness of the bar components for the chart's model size.
getGraphBarsWithinCategoryOverlapRatio() - Method in class net.sourceforge.chart2d.GraphProperties
Gets how much the bars can overlap eachother when there are multiple data values per data set and per data category.
getGraphBetweenComponentsGapExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether a gap between each category of components exists (ie not the gap between each each component with each category).
getGraphBetweenComponentsGapThicknessModel() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the thickness of the gap between each category of components for the chart's model size.
getGraphBorderExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the graph's left and bottom border exists.
getGraphBorderLeftBottomColor() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the color of the graph's left and bottom border.
getGraphBorderRightTopColor() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the color of the graph's right and top border.
getGraphBorderThicknessModel() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the thickness of the graph's left and bottom border for the chart's model size.
getGraphChart2DProperties() - Method in class net.sourceforge.chart2d.GraphChart2D
Gets the GraphChart2DProperties for this Chart2D.
getGraphComponentsAlphaComposite() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the actual AlphaComposite object to use on the Graphics2D object context for painting the graph components managed by this GraphProperties object.
getGraphComponentsColoringByCat() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether the graph components have different colors across sets (or across cats).
getGraphComponentsColorsByCat() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Sets the color properties for the colors by cat coloring.
getGraphComponentsLightSource() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the direction of the source of the light if any.
getGraphComponentsLightType() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the type of the lighting affect.
getGraphComponentsOverflowClip() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the graph's components will be clipped if they pass over the graph's inner space or border.
getGraphDotsExcessSpaceFeedbackRatio() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the amount of the excess space to feed back to dots thickness.
getGraphDotsExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the graph contains dot components.
getGraphDotsThicknessModel() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the thickness of the dot components for the chart's model size.
getGraphDotsWithinCategoryOverlapRatio() - Method in class net.sourceforge.chart2d.GraphProperties
Gets how much the dots can overlap eachother when there are multiple data values per data set and per data category.
getGraphLabelsLinesColor() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the color of the vertical lines of this graph.
getGraphLabelsLinesExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the vertical lines of this graph exist.
getGraphLabelsLinesStyle() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the style of the vertical lines of this graph.
getGraphLabelsLinesThicknessModel() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the thickness of the vertical lines of this graph for the chart's model size.
getGraphLinesExcessSpaceFeedbackRatio() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the amount of the excess space to feed back to lines thickness.
getGraphLinesExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the graph contains line components.
getGraphLinesFillInterior() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the graph lines will made to form a shap (ie like a mountain range).
getGraphLinesThicknessAssociation() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the horizontal and vertical lines (if they both exist) should both be the same thickness at all times.
getGraphLinesThicknessModel() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the thickness of the line components for the chart's model size.
getGraphLinesWithinCategoryOverlapRatio() - Method in class net.sourceforge.chart2d.GraphProperties
Gets how much the lines can overlap eachother when there are multiple data values per data set and per data category.
getGraphNumbersLinesColor() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the color of the horizontal lines of this graph.
getGraphNumbersLinesExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether the horizontal lines of this graph exist.
getGraphNumbersLinesStyle() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the style of the horizontal lines of this graph.
getGraphNumbersLinesThicknessModel() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the thickness of the horizontal lines of this graph for the chart's model size.
getGraphOutlineComponentsColor() - Method in class net.sourceforge.chart2d.GraphProperties
Gets the color of the thin outline around components (ie bars, lines, or dots).
getGraphOutlineComponentsExistence() - Method in class net.sourceforge.chart2d.GraphProperties
Gets whether there exists a thin outline around each component (ie bars, lines, or dots).
getGraphProperties(int) - Method in class net.sourceforge.chart2d.GraphChart2D
Gets a graph properties based on the order the graph properties were added.
getGreatest() - Method in class net.sourceforge.chart2d.Dataset
Gets the greatest value of all the data in the datset.
getHigh() - Method in class net.sourceforge.chart2d.WarningRegionProperties
Gets the high value of this warning region.
getImage() - Method in class net.sourceforge.chart2d.LBChart2D
Gets a buffered image of the chart.
getImage() - Method in class net.sourceforge.chart2d.LLChart2D
Gets a buffered image of the chart.
getImage() - Method in class net.sourceforge.chart2d.Object2D
Gets a buffered image of the chart.
getImage() - Method in class net.sourceforge.chart2d.PieChart2D
Gets a buffered image of the chart.
getLabelsAxisBetweenLabelsAndTicksGapExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether a gap between the labels and ticks exists, vertically.
getLabelsAxisBetweenLabelsAndTicksGapThicknessModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the thickness of the gap between the labels and ticks, vertically, for the chart's model size.
getLabelsAxisBetweenLabelsOrTicksGapExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether a gap between the labels or ticks exists, horizontally.
getLabelsAxisBetweenLabelsOrTicksGapThicknessModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the thickness of the gap between the labels or ticks, horizontally, for the chart's model size.
getLabelsAxisExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the existence of the labels axis.
getLabelsAxisLabelsFontColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the font of the labels of the labels axis.
getLabelsAxisLabelsFontName() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the name of the font of the labels of the labels axis.
getLabelsAxisLabelsFontPointModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the point of the font of the labels axis labels for the chart's model size.
getLabelsAxisLabelsFontStyle() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the style of the font of the labels axis labels.
getLabelsAxisLabelsTexts() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the text of each labels axis label.
getLabelsAxisTicksAlignment() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the placement of the ticks on the labels axis.
getLabelsAxisTicksColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the labels axis ticks.
getLabelsAxisTicksExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether there exists ticks along the labels axis.
getLabelsAxisTicksOutlineColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the thin line that outlines the labels axis ticks.
getLabelsAxisTicksOutlineExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether a thin line outlines the labels axis ticks.
getLabelsAxisTicksSizeModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the size of the labels axis ticks for the chart's model size.
getLabelsAxisTitleBetweenRestGapExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether the gap above the labels axis title exists.
getLabelsAxisTitleBetweenRestGapThicknessModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the thickness of the gap above the labels axis title for the chart's model size.
getLabelsAxisTitleExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether the title of the labels axis exists.
getLabelsAxisTitleFontColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the font of the labels axis title.
getLabelsAxisTitleFontName() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the name of the font of the labels axis title.
getLabelsAxisTitleFontPointModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the font point of the labels axis title for the chart's model size.
getLabelsAxisTitleFontStyle() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the style of teh font of the labels axis title.
getLabelsAxisTitleText() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the text of the title of the labels axis.
getLeast() - Method in class net.sourceforge.chart2d.Dataset
Gets the least value of all the data in the datset.
getLegendBackgroundColor() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the color of the legend's background.
getLegendBackgroundExistence() - Method in class net.sourceforge.chart2d.LegendProperties
Gets whether the legend will have a painted background or not.
getLegendBetweenLabelsAndBulletsGapExistence() - Method in class net.sourceforge.chart2d.LegendProperties
Gets whether the gap between the legend's bullets and labels exists in their horizontal placement.
getLegendBetweenLabelsAndBulletsGapThicknessModel() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size.
getLegendBetweenLabelsOrBulletsGapExistence() - Method in class net.sourceforge.chart2d.LegendProperties
Gets whether a gap between the legend's bullets or labels exists in their vertical placement.
getLegendBetweenLabelsOrBulletsGapThicknessModel() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size.
getLegendBorderColor() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the color of the border around the legend.
getLegendBorderExistence() - Method in class net.sourceforge.chart2d.LegendProperties
Gets whether there will exist a border around the legend.
getLegendBorderThicknessModel() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the thickness of the border around the legend for the chart's model size.
getLegendBulletsOutlineColor() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the color of the legend's bullets outline.
getLegendBulletsOutlineExistence() - Method in class net.sourceforge.chart2d.LegendProperties
Gets whether a thin line is painted around the legend's bullets.
getLegendBulletsSizeModel() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the size of the legend's bullets for the chart's model size.
getLegendExistence() - Method in class net.sourceforge.chart2d.LegendProperties
Gets whether there will exist a legend on the chart.
getLegendGapExistence() - Method in class net.sourceforge.chart2d.LegendProperties
Gets whether a gap between the legend's border or edge and the legend's inner components exists.
getLegendGapThicknessModel() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the thickness of the legend's gap for the chart's model size.
getLegendLabelsFontColor() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the color of the font of the legend's labels.
getLegendLabelsFontName() - Method in class net.sourceforge.chart2d.LegendProperties
Gets name of the font of the legend's labels.
getLegendLabelsFontPointModel() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the point of the font of the legend's labels for the chart's model size.
getLegendLabelsFontStyle() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the style of the font of the legend's labels.
getLegendLabelsTexts() - Method in class net.sourceforge.chart2d.LegendProperties
Gets the texts of the legend labels.
getLegendProperties() - Method in class net.sourceforge.chart2d.Chart2D
Gets the LegendProperties for this Chart2D.
getLow() - Method in class net.sourceforge.chart2d.WarningRegionProperties
Gets the low value of this warning region.
getMultiColorsProperties(int) - Method in class net.sourceforge.chart2d.GraphChart2D
Gets a multiColorsProps based on the order the multiColorsProps was added.
getNumbersAxisBetweenLabelsAndTicksGapExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether a gap between the labels and ticks exists, horizontally.
getNumbersAxisBetweenLabelsAndTicksGapThicknessModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size.
getNumbersAxisBetweenLabelsOrTicksGapExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether a gap between the labels or ticks exists, vertically.
getNumbersAxisBetweenLabelsOrTicksGapThicknessModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the thickness of the gap between the labels or ticks, vertically, for the chart's model size.
getNumbersAxisLabelsFontColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the font of the labels of the numbers axis.
getNumbersAxisLabelsFontName() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the name of the font of the labels of the numbers axis.
getNumbersAxisLabelsFontPointModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the point of the font of the numbers axis labels for the chart's model size.
getNumbersAxisLabelsFontStyle() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the style of the font of the numbers axis labels.
getNumbersAxisNumLabels() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the number of labels in the numbers axis.
getNumbersAxisTicksColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the numbers axis ticks.
getNumbersAxisTicksExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether there exists ticks along the numbers axis.
getNumbersAxisTicksOutlineColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the thin line that outlines the numbers axis ticks.
getNumbersAxisTicksOutlineExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether a thin line outlines the numbers axis ticks.
getNumbersAxisTicksSizeModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the size of the numbers axis ticks for the chart's model size.
getNumbersAxisTitleBetweenRestGapExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether the gap right of the numbers axis title exists.
getNumbersAxisTitleBetweenRestGapThicknessModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the thickness of the gap right of the numbers axis title for the chart's model size.
getNumbersAxisTitleExistence() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets whether the title of the numbers axis exists.
getNumbersAxisTitleFontColor() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the color of the font of the numbers axis title.
getNumbersAxisTitleFontName() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the name of the font of the numbers axis title.
getNumbersAxisTitleFontPointModel() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the font point of the numbers axis title for the chart's model size.
getNumbersAxisTitleFontStyle() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the style of teh font of the numbers axis title.
getNumbersAxisTitleText() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
Gets the text of the title of the numbers axis.
getNumCats() - Method in class net.sourceforge.chart2d.Dataset
Gets the number of categories per set of data in this dataset.
getNumItems() - Method in class net.sourceforge.chart2d.Dataset
Gets the number of items per category of data in this dataset.
getNumSets() - Method in class net.sourceforge.chart2d.Dataset
Gets the number of sets of data in this dataset.
getObject2DProperties() - Method in class net.sourceforge.chart2d.Object2D
Gets the Object2DProperties for this Object2D.
getObjectBackgroundColor() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the color of the background for the object.
getObjectBackgroundExistence() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets whether the object will have a painted background or not.
getObjectBackgroundLightSource() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the light source of the object's background.
getObjectBorderColor() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the color of the object's border.
getObjectBorderExistence() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets whether a border around the object will exist.
getObjectBorderThicknessModel() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the thickness of the border for the model size of the object.
getObjectGapExistence() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets whether a gap between the border or edge of the object and the object's interior components exists.
getObjectGapThicknessModel() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the thickness of the object's gap for the model size of the object.
getObjectMagnifyWhenResize() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets whether a object's components will grow or shrink as the size of the space allocated to the object grows or shrinks.
getObjectTitleBetweenRestGapExistence() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets whether a gap below the title and the rest of the object's components exists.
getObjectTitleBetweenRestGapThicknessModel() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the thickness of the gap below the title and the rest of the object's components for the object's model size.
getObjectTitleExistence() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets whether the object is to have a title.
getObjectTitleFontColor() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the color of the font for the object's title.
getObjectTitleFontName() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the name of the font for the object's title.
getObjectTitleFontPointModel() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the point of the font of the title for the object at its model size.
getObjectTitleFontStyle() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the style of the font for the object's title.
getObjectTitleText() - Method in class net.sourceforge.chart2d.Object2DProperties
Gets the text for the object's title.
getPieLabelsBetweenLabelsGapExistence() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns whether a gap between each pie sector label exists.
getPieLabelsBetweenLabelsGapThicknessModel() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the thickness of the gap between each pie label for the chart's model size.
getPieLabelsExistence() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns whether the pie sectors of the pie chart will be labeled.
getPieLabelsFontColor() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Gets the color of the font of the pie labels.
getPieLabelsFontName() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Gets name of the font of the pie labels.
getPieLabelsFontPointModel() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Gets the point of the font of the pie labels for the chart's model size.
getPieLabelsFontStyle() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Gets the style of the font of the pie labels.
getPieLabelsLinesColor() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the color of the lines relating each pie sector with its particular label.
getPieLabelsLinesDotsColor() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the color of the dots that exist at the beginning and ending of the lines relating each pie sector with its particular label.
getPieLabelsLinesDotsExistence() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns whether dots exist at the beginning and ending of the lines relating each pie sector with its particular label.
getPieLabelsLinesDotsThicknessModel() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the thickness (ie diameter) of the dots that exist at the beginning and ending of the lines releating each pie sector with its particular label for the chart's model size.
getPieLabelsLinesExistence() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns whether lines relating each pie sector with its particular label exists.
getPieLabelsLinesThicknessModel() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the thickness of the lines relating each pie sector with its particular label for the model size of the chart.
getPieLabelsPointsBetweenPieAndLabelGapsDepthRatio() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the depth within each gap between each pie sector and label, from each pie, of the point at which a line coming from a label and a line coming from a pie, meet.
getPieLabelsPointsGapOffsetExistence() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns whether the gap between each pie label and a point from which a line may be drawn and/or on which a dot may be placed to relate each label with a particular pie sector exists.
getPieLabelsPointsGapOffsetModelRatio() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Gets the ratio on the gap between the pie and the labels, for the gap between the labels and the labels point.
getPieLabelsPointsPieSectorsDepthRatio() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the depth within each pie sector a point is placed from which a line may be drawn and/or on which a dot may be placed to relate each label with a particular pie sector for the chart's model size.
getPieLabelsType() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the type of pie sector labels of the pie chart.
getPiePreferredSize() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the preffered size of the pie in the pie chart.
getPieSectorLightSource() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Gets from which direction the light is coming for shading of the pie sectors.
getPieSectorsOutlineColor() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns the color of the outline of the pie sectors.
getPieSectorsOutlineExistence() - Method in class net.sourceforge.chart2d.PieChart2DProperties
Returns whether the sectors of the pie should have a thin outline.
getPreferredSize() - Method in class net.sourceforge.chart2d.LBChart2D
Gets the preferred size of the chart.
getPreferredSize() - Method in class net.sourceforge.chart2d.LLChart2D
Gets the preferred size of the chart.
getPreferredSize() - Method in class net.sourceforge.chart2d.Object2D
Gets the preferred size of the chart.
getPreferredSize() - Method in class net.sourceforge.chart2d.PieChart2D
Gets the preferred size of the chart.
getWarningRegionProperties(int) - Method in class net.sourceforge.chart2d.GraphChart2D
Gets a warning region properties based on the order the properties were added.
GRAPH - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates only the graph.
GRAPH_ALLOW_COMPONENT_ALIGNMENT_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is false.
GRAPH_BACKGROUND_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is Color.white.
GRAPH_BACKGROUND_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is false.
GRAPH_BARS_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 1f.
GRAPH_BARS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is true.
GRAPH_BARS_ROUNDING_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is .75f.
GRAPH_BARS_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 10.
GRAPH_BARS_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is .535f.
GRAPH_BETWEEN_COMPONENTS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is true.
GRAPH_BETWEEN_COMPONENTS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 2.
GRAPH_BORDER_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is true.
GRAPH_BORDER_LEFT_BOTTOM_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is Color.black.
GRAPH_BORDER_RIGHT_TOP_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is Color.gray.
GRAPH_BORDER_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 2.
GRAPH_COMPONENTS_ALPHA_COMPOSITE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is ALPHA_COMPOSITE_NONE.
GRAPH_COMPONENTS_COLORING_BY_CAT_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is false.
GRAPH_COMPONENTS_COLORS_BY_CAT_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is null.
GRAPH_COMPONENTS_LIGHT_SOURCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is TOP.
GRAPH_COMPONENTS_LIGHT_TYPE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is COMPONENT.
GRAPH_COMPONENTS_OVERFLOW_CLIP_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is true.
GRAPH_DOTS_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 0f.
GRAPH_DOTS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is false.
GRAPH_DOTS_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 8.
GRAPH_DOTS_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is .40f.
GRAPH_LABELS_LINES_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is Color.gray.
GRAPH_LABELS_LINES_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is false.
GRAPH_LABELS_LINES_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is CONTINUOUS.
GRAPH_LABELS_LINES_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 2.
GRAPH_LINES_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 0f.
GRAPH_LINES_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is false.
GRAPH_LINES_FILL_INTERIOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is false.
GRAPH_LINES_THICKNESS_ASSOCIATION_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is true.
GRAPH_LINES_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 5.
GRAPH_LINES_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 0f.
GRAPH_NUMBERS_LINES_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is Color.gray.
GRAPH_NUMBERS_LINES_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is true.
GRAPH_NUMBERS_LINES_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is CONTINUOUS.
GRAPH_NUMBERS_LINES_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is 2.
GRAPH_OUTLINE_COMPONENTS_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is Color.black.
GRAPH_OUTLINE_COMPONENTS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphProperties
The default is false.
GraphChart2D - class net.sourceforge.chart2d.GraphChart2D.
An abstract class for the common methods of LBChart2D and LLChart2D.
GraphChart2D() - Constructor for class net.sourceforge.chart2d.GraphChart2D
Creates a GraphChart2D object with its defaults.
GraphChart2DProperties - class net.sourceforge.chart2d.GraphChart2DProperties.
A data structure for holding the properties common to all GraphChart2D objects.
GraphChart2DProperties() - Constructor for class net.sourceforge.chart2d.GraphChart2DProperties
Creates a GraphChart2DProperties object with the documented default values.
GraphChart2DProperties(GraphChart2DProperties) - Constructor for class net.sourceforge.chart2d.GraphChart2DProperties
Creates a GraphChart2DProperties object with property values copied from another object.
GraphProperties - class net.sourceforge.chart2d.GraphProperties.
A data structure for holding the properties common to all graph area objects.
GraphProperties() - Constructor for class net.sourceforge.chart2d.GraphProperties
Creates a GraphProperties object with the documented default values.
GraphProperties(GraphProperties) - Constructor for class net.sourceforge.chart2d.GraphProperties
Creates a GraphProperties object with property values copied from another object.

H

HIGH - Static variable in class net.sourceforge.chart2d.WarningRegionProperties
Indicates the high value should be the maximum.
HIGH_DEFAULT - Static variable in class net.sourceforge.chart2d.WarningRegionProperties
The default is HIGH.

L

LABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
LABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 3.
LABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
LABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 3.
LABELS_AXIS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
LABELS_AXIS_LABELS_FONT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
LABELS_AXIS_LABELS_FONT_NAME_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is "SansSerif".
LABELS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 10.
LABELS_AXIS_LABELS_FONT_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Font.PLAIN.
LABELS_AXIS_LABELS_TEXTS_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is String[0].
LABELS_AXIS_TICKS_ALIGNMENT_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is BETWEEN.
LABELS_AXIS_TICKS_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
LABELS_AXIS_TICKS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
LABELS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
LABELS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is false.
LABELS_AXIS_TICKS_SIZE_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Dimension (3, 3).
LABELS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
LABELS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 3.
LABELS_AXIS_TITLE_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
LABELS_AXIS_TITLE_FONT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
LABELS_AXIS_TITLE_FONT_NAME_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is "SansSerif".
LABELS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 11.
LABELS_AXIS_TITLE_FONT_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Font.PLAIN.
LABELS_AXIS_TITLE_TEXT_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is "".
LBChart2D - class net.sourceforge.chart2d.LBChart2D.
A class for the methods of GraphChart2D charts of the "Labels Bottom" type.
LBChart2D() - Constructor for class net.sourceforge.chart2d.LBChart2D
Creates a LBChart2D object with its defaults.
LEFT - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates the left of something.
LEFT - Static variable in class net.sourceforge.chart2d.Object2DProperties
Signifies left.
LEFT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
Signifies left.
LEGEND_BACKGROUND_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is Color.white.
LEGEND_BACKGROUND_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is false.
LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is true.
LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is 3.
LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is true.
LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is 5.
LEGEND_BORDER_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is Color.gray.
LEGEND_BORDER_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is true.
LEGEND_BORDER_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is 2.
LEGEND_BULLETS_OUTLINE_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is Color.black.
LEGEND_BULLETS_OUTLINE_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is true.
LEGEND_BULLETS_SIZE_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is the Dimension (9, 9).
LEGEND_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is true.
LEGEND_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is true.
LEGEND_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is 3.
LEGEND_LABELS_FONT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is Color.black.
LEGEND_LABELS_FONT_NAME_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is "SansSerif".
LEGEND_LABELS_FONT_POINT_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is 11.
LEGEND_LABELS_FONT_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is Font.PLAIN.
LEGEND_LABELS_TEXTS_DEFAULT - Static variable in class net.sourceforge.chart2d.LegendProperties
The default is String[0].
LegendProperties - class net.sourceforge.chart2d.LegendProperties.
A data structure for holding the properties common to all legends.
LegendProperties() - Constructor for class net.sourceforge.chart2d.LegendProperties
Creates a LegendProperties object with the documented default values.
LegendProperties(LegendProperties) - Constructor for class net.sourceforge.chart2d.LegendProperties
Creates a LegendProperties object with property values copied from another object.
LLChart2D - class net.sourceforge.chart2d.LLChart2D.
A class for the methods of GraphChart2D charts of the "Labels Left" type.
LLChart2D() - Constructor for class net.sourceforge.chart2d.LLChart2D
Creates a LLChart2D object with its defaults.
LOW - Static variable in class net.sourceforge.chart2d.WarningRegionProperties
Indicates the low value should be the minimum.
LOW_DEFAULT - Static variable in class net.sourceforge.chart2d.WarningRegionProperties
The default is LOW.

M

MAX_FLOAT - Static variable in class net.sourceforge.chart2d.Chart2DProperties
The number is -38.
MAX_INTEGER - Static variable in class net.sourceforge.chart2d.Chart2DProperties
The number is 38.
MAX_SIZE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2D
The default is new Dimension (1024, 768).
MIN_SIZE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2D
The default is new Dimension (1, 1).
MultiColorsProperties - class net.sourceforge.chart2d.MultiColorsProperties.
A data structure for holding the properties common to all sets of colors.
MultiColorsProperties() - Constructor for class net.sourceforge.chart2d.MultiColorsProperties
Creates a MultiColorsProperties object with the documented default values.
MultiColorsProperties(MultiColorsProperties) - Constructor for class net.sourceforge.chart2d.MultiColorsProperties
Creates a MultiColorsProperties object with property values copied from another object.

N

NATURAL - Static variable in class net.sourceforge.chart2d.MultiColorsProperties
NATURAL colors are more pure than PASTEL colors.
net.sourceforge.chart2d - package net.sourceforge.chart2d
 
NONE - Static variable in class net.sourceforge.chart2d.GraphProperties
Indicates none.
NONE - Static variable in class net.sourceforge.chart2d.Object2DProperties
Signifies none.
NONE - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
Signifies none.
NUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
NUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 3.
NUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
NUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 3.
NUMBERS_AXIS_LABELS_FONT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
NUMBERS_AXIS_LABELS_FONT_NAME_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is "SansSerif".
NUMBERS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 10.
NUMBERS_AXIS_LABELS_FONT_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Font.PLAIN.
NUMBERS_AXIS_NUM_LABELS_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 7.
NUMBERS_AXIS_TICKS_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
NUMBERS_AXIS_TICKS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
NUMBERS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
NUMBERS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is false.
NUMBERS_AXIS_TICKS_SIZE_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Dimension (3, 3).
NUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
NUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 3.
NUMBERS_AXIS_TITLE_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is true.
NUMBERS_AXIS_TITLE_FONT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Color.black.
NUMBERS_AXIS_TITLE_FONT_NAME_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is "SansSerif".
NUMBERS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is 11.
NUMBERS_AXIS_TITLE_FONT_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is Font.PLAIN.
NUMBERS_AXIS_TITLE_TEXT_DEFAULT - Static variable in class net.sourceforge.chart2d.GraphChart2DProperties
The default is "".

O

OBJECT_BACKGROUND_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is new Color (215, 215, 215).
OBJECT_BACKGROUND_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is true.
OBJECT_BACKGROUND_LIGHT_SOURCE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is TOP.
OBJECT_BORDER_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is Color.black.
OBJECT_BORDER_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is true.
OBJECT_BORDER_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is 2.
OBJECT_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is true.
OBJECT_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is 5.
OBJECT_MAGNIFY_WHEN_RESIZE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is true.
OBJECT_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is true.
OBJECT_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is 3.
OBJECT_TITLE_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is true.
OBJECT_TITLE_FONT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is Color.black.
OBJECT_TITLE_FONT_NAME_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is "SansSerif".
OBJECT_TITLE_FONT_POINT_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is 12.
OBJECT_TITLE_FONT_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is Font.PLAIN.
OBJECT_TITLE_TEXT_DEFAULT - Static variable in class net.sourceforge.chart2d.Object2DProperties
The default is "".
Object2D - class net.sourceforge.chart2d.Object2D.
An abstract class for the common methods of Chart2D, Clocks2D, and Progress2D objects.
Object2D() - Constructor for class net.sourceforge.chart2d.Object2D
Creates an Object2D object with its defaults.
Object2DProperties - class net.sourceforge.chart2d.Object2DProperties.
A data structure for holding the properties common to all Object2D objects.
Object2DProperties() - Constructor for class net.sourceforge.chart2d.Object2DProperties
Creates a Object2DProperties object with the documented default values.
Object2DProperties(Object2DProperties) - Constructor for class net.sourceforge.chart2d.Object2DProperties
Creates a Object2DProperties object with property values copied from another object.

P

pack() - Method in class net.sourceforge.chart2d.LBChart2D
Causes the object to reinintialize to it's preferred size.
pack() - Method in class net.sourceforge.chart2d.LLChart2D
Causes the object to reinintialize to it's preferred size.
pack() - Method in class net.sourceforge.chart2d.Object2D
Causes the object to reinintialize to it's preferred size.
pack() - Method in class net.sourceforge.chart2d.PieChart2D
Causes the object to reinintialize to it's preferred size.
paintComponent(Graphics) - Method in class net.sourceforge.chart2d.LBChart2D
Paints the chart.
paintComponent(Graphics) - Method in class net.sourceforge.chart2d.LLChart2D
Paints the chart.
paintComponent(Graphics) - Method in class net.sourceforge.chart2d.PieChart2D
Paints the chart.
PASTEL - Static variable in class net.sourceforge.chart2d.