Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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 in net.sourceforge.chart2d
-
An abstract class for the common methods of GraphChart2D and PieChart2D.
- Chart2D() - Constructor for class net.sourceforge.chart2d.Chart2D
-
Creates a Chart2D object with its defaults.
- CHART2D - Static variable in class net.sourceforge.chart2d.MultiColorsProperties
-
CHART2D colors are a set of 12 colors selected by a graphic designer.
- Chart2DProperties - Class in net.sourceforge.chart2d
-
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 in net.sourceforge.chart2d
-
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(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.
- Dataset(Dataset) - Constructor for class net.sourceforge.chart2d.Dataset
-
Creates a dataset that is a copy of another dataset.
- 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() - Method in class net.sourceforge.chart2d.PieChart2D
-
Gets the Dataset for this PieChart2D.
- 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() - Method in class net.sourceforge.chart2d.PieChart2D
-
Gets the MultiColorsProperties for this PieChart2D.
- 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.
- getPieChart2DProperties() - Method in class net.sourceforge.chart2d.PieChart2D
-
Gets the PieChart2DProperties for this PieChart2D.
- 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 in net.sourceforge.chart2d
-
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 in net.sourceforge.chart2d
-
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 in net.sourceforge.chart2d
-
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.
I
- isFontNameExists(String) - Method in class net.sourceforge.chart2d.Chart2DProperties
-
Returns true if the font name exists in the graphics enviornment.
- isFontNameExists(String) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Returns true if the font name exists in the graphics enviornment.
- isFontNameExists(String) - Method in class net.sourceforge.chart2d.LegendProperties
-
Returns true if the font name exists in the graphics enviornment.
- isFontNameExists(String) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Returns true if the font name exists in the graphics enviornment.
- isFontNameExists(String) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Returns true if the font name exists in the graphics enviornment.
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 in net.sourceforge.chart2d
-
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.
- LegacyBugShowcaseDemo - Class in net.sourceforge.chart2d
- LegacyBugShowcaseDemo() - Constructor for class net.sourceforge.chart2d.LegacyBugShowcaseDemo
- 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 in net.sourceforge.chart2d
-
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 in net.sourceforge.chart2d
-
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
- main(String[]) - Static method in class net.sourceforge.chart2d.LegacyBugShowcaseDemo
- 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 in net.sourceforge.chart2d
-
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 in net.sourceforge.chart2d
-
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 in net.sourceforge.chart2d
-
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.MultiColorsProperties
-
PASTEL colors have other colors besides their primary ones added to them.
- PERCENT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
Indicates the pie numbers labels should have percent ratios.
- PIE_LABELS_BETWEEN_LABELS_GAP_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is true.
- PIE_LABELS_BETWEEN_LABELS_GAP_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is 3.
- PIE_LABELS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is true.
- PIE_LABELS_FONT_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is Color.black.
- PIE_LABELS_FONT_NAME_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is "SansSerif".
- PIE_LABELS_FONT_POINT_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is 10.
- PIE_LABELS_FONT_STYLE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is Font.PLAIN.
- PIE_LABELS_LINES_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is Color.black.
- PIE_LABELS_LINES_DOTS_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is Color.black.
- PIE_LABELS_LINES_DOTS_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is false.
- PIE_LABELS_LINES_DOTS_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is 2.
- PIE_LABELS_LINES_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is true.
- PIE_LABELS_LINES_THICKNESS_MODEL_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is 1.
- PIE_LABELS_POINTS_BETWEEN_PIE_AND_LABEL_GAPS_DEPTH_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is .25f.
- PIE_LABELS_POINTS_GAP_OFFSET_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is true.
- PIE_LABELS_POINTS_GAP_OFFSET_MODEL_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is .50f.
- PIE_LABELS_POINTS_PIE_SECTORS_DEPTH_RATIO_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is .125f.
- PIE_LABELS_TYPE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is RAW + PERCENT.
- PIE_PREFERRED_SIZE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is 30.
- PIE_SECTOR_LIGHT_SOURCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is TOP.
- PIE_SECTORS_OUTLINE_COLOR_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is Color.black.
- PIE_SECTORS_OUTLINE_EXISTENCE_DEFAULT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
The default is false.
- PieChart2D - Class in net.sourceforge.chart2d
-
A PieChart2D object is an enclosed are with a title, pie sectors, pie labels, and a legend.
- PieChart2D() - Constructor for class net.sourceforge.chart2d.PieChart2D
-
Creates a PieChart2D object with its defaults.
- PieChart2DProperties - Class in net.sourceforge.chart2d
-
A data structure for holding the properties common to all PieChart2D charts.
- PieChart2DProperties() - Constructor for class net.sourceforge.chart2d.PieChart2DProperties
-
Creates a PieChart2DProperties object with the documented default values.
- PieChart2DProperties(PieChart2DProperties) - Constructor for class net.sourceforge.chart2d.PieChart2DProperties
-
Creates a PieChart2DProperties object with property values copied from another object.
R
- RAW - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
Indicates the pie numbers labels should have raw numbers.
- remove(int, int, int) - Method in class net.sourceforge.chart2d.Dataset
-
Removes values from the dataset.
- removeDataset(Dataset) - Method in class net.sourceforge.chart2d.GraphChart2D
-
Removes a Dataset object from this chart.
- removeGraphProperties(GraphProperties) - Method in class net.sourceforge.chart2d.GraphChart2D
-
Removes GraphProperties object from this chart.
- removeMultiColorsProperties(MultiColorsProperties) - Method in class net.sourceforge.chart2d.GraphChart2D
-
Removes a MultiColorsProperties object from this chart.
- removeWarningRegionProperties(WarningRegionProperties) - Method in class net.sourceforge.chart2d.GraphChart2D
-
Removes a warning region with the specified properties to this chart.
- RIGHT - Static variable in class net.sourceforge.chart2d.GraphProperties
-
Indicates the right of something.
- RIGHT - Static variable in class net.sourceforge.chart2d.Object2DProperties
-
Signifies right.
- RIGHT - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
Signifies right.
S
- set(int, int, int, float) - Method in class net.sourceforge.chart2d.Dataset
-
Sets 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.
- set(Dataset) - Method in class net.sourceforge.chart2d.Dataset
-
Sets all the values of this dataset from another Dataset.
- setBackgroundColor(Color) - Method in class net.sourceforge.chart2d.WarningRegionProperties
-
Sets the color that the graph background becomes in this region if the graph background exists.
- setBackgroundExistence(boolean) - Method in class net.sourceforge.chart2d.WarningRegionProperties
-
Sets the existence of the background irrespective of the existence of the graph's background.
- setChart2DProperties(Chart2DProperties) - Method in class net.sourceforge.chart2d.Chart2D
-
Sets the Chart2DProperties for this Chart2D.
- setChart2DProperties(Chart2DProperties) - Method in class net.sourceforge.chart2d.Chart2DProperties
-
Sets all properties to be the values of another Chart2DProperties object.
- setChart2DPropertiesToDefaults() - Method in class net.sourceforge.chart2d.Chart2DProperties
-
Sets all properties to their default values.
- setChartBetweenChartAndLegendGapExistence(boolean) - Method in class net.sourceforge.chart2d.Chart2DProperties
-
Sets whether the gap between the chart and the legend exists.
- setChartBetweenChartAndLegendGapThicknessModel(int) - Method in class net.sourceforge.chart2d.Chart2DProperties
-
Sets the thickness of the gap between the chart and the legend for the chart's model size.
- setChartBetweenPieLabelsAndPieGapExistence(boolean) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies whether the gap between each pie label and the pie exists.
- setChartBetweenPieLabelsAndPieGapThicknessModel(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the thickness of the gap between each pie label and the pie for the chart's model size.
- setChartDataLabelsPrecision(int) - Method in class net.sourceforge.chart2d.Chart2DProperties
-
Sets the look of labels that are supposed to describe the value of the data.
- setChartDatasetCustomGreatestValue(float) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the custom greatest value of the data sets.
- setChartDatasetCustomizeGreatestValue(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether the true greatest value in the data sets will be substituted by the custom value.
- setChartDatasetCustomizeLeastValue(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether the true least value in the data sets will be substituted by the custom value.
- setChartDatasetCustomLeastValue(float) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the custom least value of the data sets.
- setChartGraphableToAvailableRatio(float) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets how much of the chart's graph is used by the graph's components.
- setColorsCustom(Color[]) - Method in class net.sourceforge.chart2d.MultiColorsProperties
-
Sets the custom color array.
- setColorsCustomize(boolean) - Method in class net.sourceforge.chart2d.MultiColorsProperties
-
Sets whether the colors are to be manual (custom) or to be automatically selected.
- setColorsType(int) - Method in class net.sourceforge.chart2d.MultiColorsProperties
-
Sets the type of colors.
- setComponentColor(Color) - Method in class net.sourceforge.chart2d.WarningRegionProperties
-
Sets the color that any component entering this region should become.
- setDataset(Dataset) - Method in class net.sourceforge.chart2d.PieChart2D
-
Sets the Dataset for this PieChart2D.
- setDatasetToDefaults() - Method in class net.sourceforge.chart2d.Dataset
-
Sets the dataset to its default state.
- setGraphAllowComponentAlignment(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets 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.
- setGraphBackgroundColor(Color) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the color of the background of this graph.
- setGraphBackgroundExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the background of this graph exists.
- setGraphBarsExcessSpaceFeedbackRatio(float) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the amount of the excess space to feed back to bars thickness.
- setGraphBarsExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the graph contains bar components.
- setGraphBarsRoundingRatio(float) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the degree of rounding for the bars.
- setGraphBarsThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the thickness of the bar components for the chart's model size.
- setGraphBarsWithinCategoryOverlapRatio(float) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets how much the bars can overlap eachother when there are multiple data values per data set and per data category.
- setGraphBetweenComponentsGapExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether a gap between each category of components exists (ie not the gap between each each component with each category).
- setGraphBetweenComponentsGapThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the thickness of the gap between each category of components for the chart's model size.
- setGraphBorderExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the graph's left and bottom border exists.
- setGraphBorderLeftBottomColor(Color) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the color of the graph's left and bottom border.
- setGraphBorderRightTopColor(Color) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the color of the graph's right and top border.
- setGraphBorderThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the thickness of the graph's left and bottom border for the chart's model size.
- setGraphChart2DProperties(GraphChart2DProperties) - Method in class net.sourceforge.chart2d.GraphChart2D
-
Sets the GraphChart2DProperties for this GraphChart2D.
- setGraphChart2DProperties(GraphChart2DProperties) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets all properties to be the values of another GraphChart2DProperties object.
- setGraphChart2DPropertiesToDefaults() - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets all properties to their default values.
- setGraphComponentsAlphaComposite(AlphaComposite) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the actual AlphaComposite object to use on the Graphics2D object context for painting the graph components managed by this GraphProperties object.
- setGraphComponentsColoringByCat(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether the graph components have different colors across sets (or across cats).
- setGraphComponentsColorsByCat(MultiColorsProperties) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color properties for the colors by cat coloring.
- setGraphComponentsLightSource(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the direction of the source of the light if any.
- setGraphComponentsLightType(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the type of the lighting affect.
- setGraphComponentsOverflowClip(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the graph's components will be clipped if they pass over the graph's inner space or border.
- setGraphDotsExcessSpaceFeedbackRatio(float) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the amount of the excess space to feed back to dots thickness.
- setGraphDotsExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the graph contains dot components.
- setGraphDotsThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the thickness of the dot components for the chart's model size.
- setGraphDotsWithinCategoryOverlapRatio(float) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets how much the dots can overlap eachother when there are multiple data values per data set and per data category.
- setGraphLabelsLinesColor(Color) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the color of the vertical lines of this graph.
- setGraphLabelsLinesExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the vertical lines of this graph exist.
- setGraphLabelsLinesStyle(float[]) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the style of the vertical lines of this graph.
- setGraphLabelsLinesThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the thickness of the vertical lines of this graph for the chart's model size.
- setGraphLinesExcessSpaceFeedbackRatio(float) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the amount of the excess space to feed back to lines thickness.
- setGraphLinesExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the graph contains line components.
- setGraphLinesFillInterior(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the graph lines will made to form a shap (ie like a mountain range).
- setGraphLinesThicknessAssociation(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the horizontal and vertical lines (if they both exist) should both be the same thickness at all times.
- setGraphLinesThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the thickness of the line components for the chart's model size.
- setGraphLinesWithinCategoryOverlapRatio(float) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets how much the lines can overlap eachother when there are multiple data values per data set and per data category.
- setGraphNumbersLinesColor(Color) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the color of the horizontal lines of this graph.
- setGraphNumbersLinesExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether the horizontal lines of this graph exist.
- setGraphNumbersLinesStyle(float[]) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the style of the horizontal lines of this graph.
- setGraphNumbersLinesThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the thickness of the horizontal lines of this graph for the chart's model size.
- setGraphOutlineComponentsColor(Color) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets the color of the thin outline around components (ie bars, lines, or dots).
- setGraphOutlineComponentsExistence(boolean) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets whether there exists a thin outline around each component (ie bars, lines, or dots).
- setGraphProperties(GraphProperties) - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets all properties to be the values of another GraphProperties object.
- setGraphPropertiesToDefaults() - Method in class net.sourceforge.chart2d.GraphProperties
-
Sets all properties to their default values.
- setHigh(float) - Method in class net.sourceforge.chart2d.WarningRegionProperties
-
Sets the high value of this warning region.
- setLabelsAxisBetweenLabelsAndTicksGapExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether a gap between the labels and ticks exists, between.
- setLabelsAxisBetweenLabelsAndTicksGapThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the thickness of the gap between the labels and ticks, between, for the chart's model size.
- setLabelsAxisBetweenLabelsOrTicksGapExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether a gap between the labels or ticks exists, across.
- setLabelsAxisBetweenLabelsOrTicksGapThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the thickness of the gap between the labels or ticks, across, for the chart's model size.
- setLabelsAxisExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the existence of the labels axis.
- setLabelsAxisLabelsFontColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the font of the labels of the labels axis.
- setLabelsAxisLabelsFontName(String) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the name of the font of the labels of the labels axis.
- setLabelsAxisLabelsFontPointModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the point of the font of the labels axis labels for the chart's model size.
- setLabelsAxisLabelsFontStyle(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the style of the font of the labels axis labels.
- setLabelsAxisLabelsTexts(String[]) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the text of each labels axis label.
- setLabelsAxisTicksAlignment(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the placement of the ticks on the labels axis.
- setLabelsAxisTicksColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the labels axis ticks.
- setLabelsAxisTicksExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether there exists ticks along the labels axis.
- setLabelsAxisTicksOutlineColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the thin line that outlines the labels axis ticks.
- setLabelsAxisTicksOutlineExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether a thin line outlines the labels axis ticks.
- setLabelsAxisTicksSizeModel(Dimension) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the size of the labels axis ticks for the chart's model size.
- setLabelsAxisTitleBetweenRestGapExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether the gap above the labels axis title exists.
- setLabelsAxisTitleBetweenRestGapThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the thickness of the gap above the labels axis title for the chart's model size.
- setLabelsAxisTitleExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether the title of the labels axis exists.
- setLabelsAxisTitleFontColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the font of the labels axis title.
- setLabelsAxisTitleFontName(String) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the name of the font of the labels axis title.
- setLabelsAxisTitleFontPointModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the font point of the labels axis title for the chart's model size.
- setLabelsAxisTitleFontStyle(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the style of teh font of the labels axis title.
- setLabelsAxisTitleText(String) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the text of the title of the labels axis.
- setLayoutRatios(float) - Method in class net.sourceforge.chart2d.PieChart2D
-
Sets the allocation of space to each component of a pie chart.
- setLayoutRatios(float, float, float) - Method in class net.sourceforge.chart2d.GraphChart2D
-
Sets the allocation of space to each component of a graph chart.
- setLegendBackgroundColor(Color) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the color of the legend's background.
- setLegendBackgroundExistence(boolean) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets whether the legend will have a painted background or not.
- setLegendBetweenLabelsAndBulletsGapExistence(boolean) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets whether the gap between the legend's bullets and labels exists in their horizontal placement.
- setLegendBetweenLabelsAndBulletsGapThicknessModel(int) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size.
- setLegendBetweenLabelsOrBulletsGapExistence(boolean) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets whether a gap between the legend's bullets or labels exists in their vertical placement.
- setLegendBetweenLabelsOrBulletsGapThicknessModel(int) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size.
- setLegendBorderColor(Color) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the color of the border around the legend.
- setLegendBorderExistence(boolean) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets whether there will exist a border around the legend.
- setLegendBorderThicknessModel(int) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the thickness of the border around the legend for the chart's model size.
- setLegendBulletsOutlineColor(Color) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the color of the legend's bullets outline.
- setLegendBulletsOutlineExistence(boolean) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets whether a thin line is painted around the legend's bullets.
- setLegendBulletsSizeModel(Dimension) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the size of the legend's bullets for the chart's model size.
- setLegendExistence(boolean) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets whether there will exist a legend on the chart.
- setLegendGapExistence(boolean) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets whether a gap between the legend's border or edge and the legend's inner components exists.
- setLegendGapThicknessModel(int) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the thickness of the legend's gap for the chart's model size.
- setLegendLabelsFontColor(Color) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the color of the font of the legend's labels.
- setLegendLabelsFontName(String) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets name of the font of the legend's labels.
- setLegendLabelsFontPointModel(int) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the point of the font of the legend's labels for the chart's model size.
- setLegendLabelsFontStyle(int) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the style of the font of the legend's labels.
- setLegendLabelsTexts(String[]) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets the texts of the legend labels.
- setLegendProperties(LegendProperties) - Method in class net.sourceforge.chart2d.Chart2D
-
Sets the LegendProperties for this Chart2D.
- setLegendProperties(LegendProperties) - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets all properties to be the values of another LegendProperties object.
- setLegendPropertiesToDefaults() - Method in class net.sourceforge.chart2d.LegendProperties
-
Sets all properties to their default values.
- setLow(float) - Method in class net.sourceforge.chart2d.WarningRegionProperties
-
Sets the low value of this warning region.
- setMaximumSize(Dimension) - Method in class net.sourceforge.chart2d.Object2D
-
Sets the maximum size of this object.
- setMinimumSize(Dimension) - Method in class net.sourceforge.chart2d.Object2D
-
Sets the minimum size of this object.
- setMovingAverage(int, Dataset, int) - Method in class net.sourceforge.chart2d.Dataset
-
Analyzes the (input) dataset and sets moving average trend data to this dataset.
- setMultiColorsProperties(MultiColorsProperties) - Method in class net.sourceforge.chart2d.MultiColorsProperties
-
Sets all properties to be the values of another MultiColorsProperties object.
- setMultiColorsProperties(MultiColorsProperties) - Method in class net.sourceforge.chart2d.PieChart2D
-
Sets the MultiColorsProperties for this PieChart2D.
- setMultiColorsPropertiesToDefaults() - Method in class net.sourceforge.chart2d.MultiColorsProperties
-
Sets all properties to their default values.
- setNumbersAxisBetweenLabelsAndTicksGapExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether a gap between the labels and ticks exists, horizontally.
- setNumbersAxisBetweenLabelsAndTicksGapThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size.
- setNumbersAxisBetweenLabelsOrTicksGapExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether a gap between the labels or ticks exists, vertically.
- setNumbersAxisBetweenLabelsOrTicksGapThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the thickness of the gap between the labels or ticks, vertically, for the chart's model size.
- setNumbersAxisLabelsFontColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the font of the labels of the numbers axis.
- setNumbersAxisLabelsFontName(String) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the name of the font of the labels of the numbers axis.
- setNumbersAxisLabelsFontPointModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the point of the font of the numbers axis labels for the chart's model size.
- setNumbersAxisLabelsFontStyle(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the style of the font of the numbers axis labels.
- setNumbersAxisNumLabels(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the number of labels in the numbers axis.
- setNumbersAxisTicksColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the numbers axis ticks.
- setNumbersAxisTicksExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether there exists ticks along the numbers axis.
- setNumbersAxisTicksOutlineColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the thin line that outlines the numbers axis ticks.
- setNumbersAxisTicksOutlineExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether a thin line outlines the numbers axis ticks.
- setNumbersAxisTicksSizeModel(Dimension) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the size of the numbers axis ticks for the chart's model size.
- setNumbersAxisTitleBetweenRestGapExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether the gap right of the numbers axis title exists.
- setNumbersAxisTitleBetweenRestGapThicknessModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the thickness of the gap right of the numbers axis title for the chart's model size.
- setNumbersAxisTitleExistence(boolean) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets whether the title of the numbers axis exists.
- setNumbersAxisTitleFontColor(Color) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the color of the font of the numbers axis title.
- setNumbersAxisTitleFontName(String) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the name of the font of the numbers axis title.
- setNumbersAxisTitleFontPointModel(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the font point of the numbers axis title for the chart's model size.
- setNumbersAxisTitleFontStyle(int) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the style of teh font of the numbers axis title.
- setNumbersAxisTitleText(String) - Method in class net.sourceforge.chart2d.GraphChart2DProperties
-
Sets the text of the title of the numbers axis.
- setObject2DProperties(Object2DProperties) - Method in class net.sourceforge.chart2d.Object2D
-
Sets the Object2DProperties for this Object2D.
- setObject2DProperties(Object2DProperties) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets all properties to be the values of another Object2DProperties object.
- setObject2DPropertiesToDefaults() - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets all properties to their default values.
- setObjectBackgroundColor(Color) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the color of the background for the object.
- setObjectBackgroundExistence(boolean) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets whether the object will have a painted background or not.
- setObjectBackgroundLightSource(int) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the light source of the object's background.
- setObjectBorderColor(Color) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the color of the object's border.
- setObjectBorderExistence(boolean) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets whether a border around the object will exist.
- setObjectBorderThicknessModel(int) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the thickness of the border for the model size of the object.
- setObjectGapExistence(boolean) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets whether a gap between the border or edge of the object and the object's interior components exists.
- setObjectGapThicknessModel(int) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the thickness of the object's gap for the model size of the object.
- setObjectMagnifyWhenResize(boolean) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets whether a object's components will grow or shrink as the size of the space allocated to the object grows or shrinks.
- setObjectTitleBetweenRestGapExistence(boolean) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets whether a gap below the title and the rest of the object's components exists.
- setObjectTitleBetweenRestGapThicknessModel(int) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the thickness of the gap below the title and the rest of the object's components for the object's model size.
- setObjectTitleExistence(boolean) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets whether the object is to have a title.
- setObjectTitleFontColor(Color) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the color of the font for the object's title.
- setObjectTitleFontName(String) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the name of the font for the object's title.
- setObjectTitleFontPointModel(int) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the point of the font of the title for the object at its model size.
- setObjectTitleFontStyle(int) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the style of the font for the object's title.
- setObjectTitleText(String) - Method in class net.sourceforge.chart2d.Object2DProperties
-
Sets the text for the object's title.
- setPieChart2DProperties(PieChart2DProperties) - Method in class net.sourceforge.chart2d.PieChart2D
-
Sets the PieChart2DProperties for this PieChart2D.
- setPieChart2DProperties(PieChart2DProperties) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Sets all the properties to be the values of another PieChart2DProperties object.
- setPieChart2DPropertiesToDefaults() - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Sets all properties to their default values.
- setPieLabelsBetweenLabelsGapExistence(boolean) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies whether a gap between each pie sector label exists.
- setPieLabelsBetweenLabelsGapThicknessModel(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the thickness of the gap between each pie label for the chart's model size.
- setPieLabelsExistence(boolean) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies whether the pie sectors of the pie chart will be labeled.
- setPieLabelsFontColor(Color) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Sets the color of the font of the pie labels.
- setPieLabelsFontName(String) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Sets name of the font of the pie labels.
- setPieLabelsFontPointModel(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Sets the point of the font of the pie labels for the chart's model size.
- setPieLabelsFontStyle(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Sets the style of the font of the pie labels.
- setPieLabelsLinesColor(Color) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the color of the lines relating each pie sector with its particular label.
- setPieLabelsLinesDotsColor(Color) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the color of the dots that exist at the beginning and ending of the lines relating each pie sector with its particular label.
- setPieLabelsLinesDotsExistence(boolean) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies whether dots exist at the beginning and ending of the lines relating each pie sector with its particular label.
- setPieLabelsLinesDotsThicknessModel(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies 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.
- setPieLabelsLinesExistence(boolean) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies whether lines relating each pie sector with its particular label exists.
- setPieLabelsLinesThicknessModel(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the thickness of the lines relating each pie sector with its particular label for the model size of the chart.
- setPieLabelsPointsBetweenPieAndLabelGapsDepthRatio(float) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies 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.
- setPieLabelsPointsGapOffsetExistence(boolean) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies 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.
- setPieLabelsPointsGapOffsetModelRatio(float) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the ratio on the gap between the pie and the labels, for the gap between the labels and the labels point.
- setPieLabelsPointsPieSectorsDepthRatio(float) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies 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.
- setPieLabelsType(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the type of pie sector labels of the pie chart.
- setPiePreferredSize(int) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the preffered size of the pie in the pie chart.
- setPieSectorsOutlineColor(Color) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies the color of the outline of the pie sectors.
- setPieSectorsOutlineExistence(boolean) - Method in class net.sourceforge.chart2d.PieChart2DProperties
-
Specifies whether the sectors of the pie should have a thin outline.
- setPreferredSize(Dimension) - Method in class net.sourceforge.chart2d.LBChart2D
-
Sets a custom preferred size for the chart.
- setPreferredSize(Dimension) - Method in class net.sourceforge.chart2d.LLChart2D
-
Sets a custom preferred size for the chart.
- setPreferredSize(Dimension) - Method in class net.sourceforge.chart2d.Object2D
-
Sets a custom preferred size for the chart.
- setPreferredSize(Dimension) - Method in class net.sourceforge.chart2d.PieChart2D
-
Sets a custom preferred size for the chart.
- setSize(int, int, int) - Method in class net.sourceforge.chart2d.Dataset
-
Resets the size of the dataset.
- setToDefaults() - Method in class net.sourceforge.chart2d.WarningRegionProperties
-
Sets all properties to their default values.
- setWarningRegionProperties(WarningRegionProperties) - Method in class net.sourceforge.chart2d.WarningRegionProperties
-
Sets all properties to be the values of another WarningRegionProperties object.
T
- TOP - Static variable in class net.sourceforge.chart2d.GraphProperties
-
Indicates the top of something.
- TOP - Static variable in class net.sourceforge.chart2d.Object2DProperties
-
Signifies top.
- TOP - Static variable in class net.sourceforge.chart2d.PieChart2DProperties
-
Signifies top.
V
- validate(boolean) - Method in class net.sourceforge.chart2d.LBChart2D
-
Validates the properties of this object.
- validate(boolean) - Method in class net.sourceforge.chart2d.LLChart2D
-
Validates the properties of this object.
- validate(boolean) - Method in class net.sourceforge.chart2d.Object2D
-
Validates the properties of this object.
- validate(boolean) - Method in class net.sourceforge.chart2d.PieChart2D
-
Validates the properties of this object.
W
- WarningRegionProperties - Class in net.sourceforge.chart2d
-
The properties of a warning region for GraphChart2D charts.
- WarningRegionProperties() - Constructor for class net.sourceforge.chart2d.WarningRegionProperties
-
Creates a WarningRegionProperties object with the documented default values.
- WarningRegionProperties(WarningRegionProperties) - Constructor for class net.sourceforge.chart2d.WarningRegionProperties
-
Creates a WarningRegionProperties object with property values copied from another object.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form