|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.sourceforge.chart2d.Properties
|
+--net.sourceforge.chart2d.GraphChart2DProperties
A data structure for holding the properties common to all GraphChart2D objects. A GraphChart2D objects has axes and one or more overlaid graphs. Pass this to any number of GraphChart2D objects.
| Field Summary | |
static int |
BETWEEN
Indicates the ticks of an axis should be centered between the labels of the axis. |
static int |
CENTERED
Indicates the ticks of an axis should be centered on each label of the axis. |
static float |
CHART_DATASET_CUSTOM_GREATEST_VALUE_DEFAULT
The default is 0. |
static float |
CHART_DATASET_CUSTOM_LEAST_VALUE_DEFAULT
The default is 0. |
static boolean |
CHART_DATASET_CUSTOMIZE_GREATEST_VALUE_DEFAULT
The default is false. |
static boolean |
CHART_DATASET_CUSTOMIZE_LEAST_VALUE_DEFAULT
The default is false. |
static float |
CHART_GRAPHABLE_TO_AVAILABLE_RATIO_DEFAULT
The default is .95f. |
static boolean |
GRAPH_COMPONENTS_COLORING_BY_CAT_DEFAULT
The default is false. |
static net.sourceforge.chart2d.MultiColorsProperties |
GRAPH_COMPONENTS_COLORS_BY_CAT_DEFAULT
The default is null. |
static boolean |
LABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
LABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT
The default is 3. |
static boolean |
LABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
LABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT
The default is 3. |
static boolean |
LABELS_AXIS_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Color |
LABELS_AXIS_LABELS_FONT_COLOR_DEFAULT
The default is Color.black. |
static java.lang.String |
LABELS_AXIS_LABELS_FONT_NAME_DEFAULT
The default is "SansSerif". |
static int |
LABELS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
The default is 10. |
static int |
LABELS_AXIS_LABELS_FONT_STYLE_DEFAULT
The default is Font.PLAIN. |
static java.lang.String[] |
LABELS_AXIS_LABELS_TEXTS_DEFAULT
The default is String[0]. |
static int |
LABELS_AXIS_TICKS_ALIGNMENT_DEFAULT
The default is BETWEEN. |
static java.awt.Color |
LABELS_AXIS_TICKS_COLOR_DEFAULT
The default is Color.black. |
static boolean |
LABELS_AXIS_TICKS_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Color |
LABELS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT
The default is Color.black. |
static boolean |
LABELS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT
The default is false. |
static java.awt.Dimension |
LABELS_AXIS_TICKS_SIZE_MODEL_DEFAULT
The default is Dimension (3, 3). |
static boolean |
LABELS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
LABELS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
The default is 3. |
static boolean |
LABELS_AXIS_TITLE_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Color |
LABELS_AXIS_TITLE_FONT_COLOR_DEFAULT
The default is Color.black. |
static java.lang.String |
LABELS_AXIS_TITLE_FONT_NAME_DEFAULT
The default is "SansSerif". |
static int |
LABELS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT
The default is 11. |
static int |
LABELS_AXIS_TITLE_FONT_STYLE_DEFAULT
The default is Font.PLAIN. |
static java.lang.String |
LABELS_AXIS_TITLE_TEXT_DEFAULT
The default is "". |
static boolean |
NUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
NUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT
The default is 3. |
static boolean |
NUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
NUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT
The default is 3. |
static java.awt.Color |
NUMBERS_AXIS_LABELS_FONT_COLOR_DEFAULT
The default is Color.black. |
static java.lang.String |
NUMBERS_AXIS_LABELS_FONT_NAME_DEFAULT
The default is "SansSerif". |
static int |
NUMBERS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
The default is 10. |
static int |
NUMBERS_AXIS_LABELS_FONT_STYLE_DEFAULT
The default is Font.PLAIN. |
static int |
NUMBERS_AXIS_NUM_LABELS_DEFAULT
The default is 7. |
static java.awt.Color |
NUMBERS_AXIS_TICKS_COLOR_DEFAULT
The default is Color.black. |
static boolean |
NUMBERS_AXIS_TICKS_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Color |
NUMBERS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT
The default is Color.black. |
static boolean |
NUMBERS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT
The default is false. |
static java.awt.Dimension |
NUMBERS_AXIS_TICKS_SIZE_MODEL_DEFAULT
The default is Dimension (3, 3). |
static boolean |
NUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
NUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
The default is 3. |
static boolean |
NUMBERS_AXIS_TITLE_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Color |
NUMBERS_AXIS_TITLE_FONT_COLOR_DEFAULT
The default is Color.black. |
static java.lang.String |
NUMBERS_AXIS_TITLE_FONT_NAME_DEFAULT
The default is "SansSerif". |
static int |
NUMBERS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT
The default is 11. |
static int |
NUMBERS_AXIS_TITLE_FONT_STYLE_DEFAULT
The default is Font.PLAIN. |
static java.lang.String |
NUMBERS_AXIS_TITLE_TEXT_DEFAULT
The default is "". |
| Constructor Summary | |
GraphChart2DProperties()
Creates a GraphChart2DProperties object with the documented default values. |
|
GraphChart2DProperties(net.sourceforge.chart2d.GraphChart2DProperties graphChart2DProps)
Creates a GraphChart2DProperties object with property values copied from another object. |
|
| Method Summary | |
float |
getChartDatasetCustomGreatestValue()
Gets the custom greatest value of the data sets. |
boolean |
getChartDatasetCustomizeGreatestValue()
Gets whether the true greatest value in the data sets will be substituted by the custom value. |
boolean |
getChartDatasetCustomizeLeastValue()
Gets whether the true least value in the data sets will be substituted by the custom value. |
float |
getChartDatasetCustomLeastValue()
Gets the custom least value of the data sets. |
float |
getChartGraphableToAvailableRatio()
Gets how much of the chart's graph is used by the graph's components. |
boolean |
getGraphComponentsColoringByCat()
Gets whether the graph components have different colors across sets (or across cats). |
net.sourceforge.chart2d.MultiColorsProperties |
getGraphComponentsColorsByCat()
Sets the color properties for the colors by cat coloring. |
boolean |
getLabelsAxisBetweenLabelsAndTicksGapExistence()
Gets whether a gap between the labels and ticks exists, vertically. |
int |
getLabelsAxisBetweenLabelsAndTicksGapThicknessModel()
Gets the thickness of the gap between the labels and ticks, vertically, for the chart's model size. |
boolean |
getLabelsAxisBetweenLabelsOrTicksGapExistence()
Gets whether a gap between the labels or ticks exists, horizontally. |
int |
getLabelsAxisBetweenLabelsOrTicksGapThicknessModel()
Gets the thickness of the gap between the labels or ticks, horizontally, for the chart's model size. |
boolean |
getLabelsAxisExistence()
Gets the existence of the labels axis. |
java.awt.Color |
getLabelsAxisLabelsFontColor()
Gets the color of the font of the labels of the labels axis. |
java.lang.String |
getLabelsAxisLabelsFontName()
Gets the name of the font of the labels of the labels axis. |
int |
getLabelsAxisLabelsFontPointModel()
Gets the point of the font of the labels axis labels for the chart's model size. |
int |
getLabelsAxisLabelsFontStyle()
Gets the style of the font of the labels axis labels. |
java.lang.String[] |
getLabelsAxisLabelsTexts()
Gets the text of each labels axis label. |
int |
getLabelsAxisTicksAlignment()
Gets the placement of the ticks on the labels axis. |
java.awt.Color |
getLabelsAxisTicksColor()
Gets the color of the labels axis ticks. |
boolean |
getLabelsAxisTicksExistence()
Gets whether there exists ticks along the labels axis. |
java.awt.Color |
getLabelsAxisTicksOutlineColor()
Gets the color of the thin line that outlines the labels axis ticks. |
boolean |
getLabelsAxisTicksOutlineExistence()
Gets whether a thin line outlines the labels axis ticks. |
java.awt.Dimension |
getLabelsAxisTicksSizeModel()
Gets the size of the labels axis ticks for the chart's model size. |
boolean |
getLabelsAxisTitleBetweenRestGapExistence()
Gets whether the gap above the labels axis title exists. |
int |
getLabelsAxisTitleBetweenRestGapThicknessModel()
Gets the thickness of the gap above the labels axis title for the chart's model size. |
boolean |
getLabelsAxisTitleExistence()
Gets whether the title of the labels axis exists. |
java.awt.Color |
getLabelsAxisTitleFontColor()
Gets the color of the font of the labels axis title. |
java.lang.String |
getLabelsAxisTitleFontName()
Gets the name of the font of the labels axis title. |
int |
getLabelsAxisTitleFontPointModel()
Gets the font point of the labels axis title for the chart's model size. |
int |
getLabelsAxisTitleFontStyle()
Gets the style of teh font of the labels axis title. |
java.lang.String |
getLabelsAxisTitleText()
Gets the text of the title of the labels axis. |
boolean |
getNumbersAxisBetweenLabelsAndTicksGapExistence()
Gets whether a gap between the labels and ticks exists, horizontally. |
int |
getNumbersAxisBetweenLabelsAndTicksGapThicknessModel()
Gets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size. |
boolean |
getNumbersAxisBetweenLabelsOrTicksGapExistence()
Gets whether a gap between the labels or ticks exists, vertically. |
int |
getNumbersAxisBetweenLabelsOrTicksGapThicknessModel()
Gets the thickness of the gap between the labels or ticks, vertically, for the chart's model size. |
java.awt.Color |
getNumbersAxisLabelsFontColor()
Gets the color of the font of the labels of the numbers axis. |
java.lang.String |
getNumbersAxisLabelsFontName()
Gets the name of the font of the labels of the numbers axis. |
int |
getNumbersAxisLabelsFontPointModel()
Gets the point of the font of the numbers axis labels for the chart's model size. |
int |
getNumbersAxisLabelsFontStyle()
Gets the style of the font of the numbers axis labels. |
int |
getNumbersAxisNumLabels()
Gets the number of labels in the numbers axis. |
java.awt.Color |
getNumbersAxisTicksColor()
Gets the color of the numbers axis ticks. |
boolean |
getNumbersAxisTicksExistence()
Gets whether there exists ticks along the numbers axis. |
java.awt.Color |
getNumbersAxisTicksOutlineColor()
Gets the color of the thin line that outlines the numbers axis ticks. |
boolean |
getNumbersAxisTicksOutlineExistence()
Gets whether a thin line outlines the numbers axis ticks. |
java.awt.Dimension |
getNumbersAxisTicksSizeModel()
Gets the size of the numbers axis ticks for the chart's model size. |
boolean |
getNumbersAxisTitleBetweenRestGapExistence()
Gets whether the gap right of the numbers axis title exists. |
int |
getNumbersAxisTitleBetweenRestGapThicknessModel()
Gets the thickness of the gap right of the numbers axis title for the chart's model size. |
boolean |
getNumbersAxisTitleExistence()
Gets whether the title of the numbers axis exists. |
java.awt.Color |
getNumbersAxisTitleFontColor()
Gets the color of the font of the numbers axis title. |
java.lang.String |
getNumbersAxisTitleFontName()
Gets the name of the font of the numbers axis title. |
int |
getNumbersAxisTitleFontPointModel()
Gets the font point of the numbers axis title for the chart's model size. |
int |
getNumbersAxisTitleFontStyle()
Gets the style of teh font of the numbers axis title. |
java.lang.String |
getNumbersAxisTitleText()
Gets the text of the title of the numbers axis. |
boolean |
isFontNameExists(java.lang.String name)
Returns true if the font name exists in the graphics enviornment. |
void |
setChartDatasetCustomGreatestValue(float value)
Sets the custom greatest value of the data sets. |
void |
setChartDatasetCustomizeGreatestValue(boolean customize)
Sets whether the true greatest value in the data sets will be substituted by the custom value. |
void |
setChartDatasetCustomizeLeastValue(boolean customize)
Sets whether the true least value in the data sets will be substituted by the custom value. |
void |
setChartDatasetCustomLeastValue(float value)
Sets the custom least value of the data sets. |
void |
setChartGraphableToAvailableRatio(float ratio)
Sets how much of the chart's graph is used by the graph's components. |
void |
setGraphChart2DProperties(net.sourceforge.chart2d.GraphChart2DProperties graphChart2DProps)
Sets all properties to be the values of another GraphChart2DProperties object. |
void |
setGraphChart2DPropertiesToDefaults()
Sets all properties to their default values. |
void |
setGraphComponentsColoringByCat(boolean b)
Sets whether the graph components have different colors across sets (or across cats). |
void |
setGraphComponentsColorsByCat(net.sourceforge.chart2d.MultiColorsProperties props)
Sets the color properties for the colors by cat coloring. |
void |
setLabelsAxisBetweenLabelsAndTicksGapExistence(boolean existence)
Sets whether a gap between the labels and ticks exists, between. |
void |
setLabelsAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)
Sets the thickness of the gap between the labels and ticks, between, for the chart's model size. |
void |
setLabelsAxisBetweenLabelsOrTicksGapExistence(boolean existence)
Sets whether a gap between the labels or ticks exists, across. |
void |
setLabelsAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)
Sets the thickness of the gap between the labels or ticks, across, for the chart's model size. |
void |
setLabelsAxisExistence(boolean existence)
Sets the existence of the labels axis. |
void |
setLabelsAxisLabelsFontColor(java.awt.Color color)
Sets the color of the font of the labels of the labels axis. |
void |
setLabelsAxisLabelsFontName(java.lang.String name)
Sets the name of the font of the labels of the labels axis. |
void |
setLabelsAxisLabelsFontPointModel(int point)
Sets the point of the font of the labels axis labels for the chart's model size. |
void |
setLabelsAxisLabelsFontStyle(int style)
Sets the style of the font of the labels axis labels. |
void |
setLabelsAxisLabelsTexts(java.lang.String[] texts)
Sets the text of each labels axis label. |
void |
setLabelsAxisTicksAlignment(int alignment)
Sets the placement of the ticks on the labels axis. |
void |
setLabelsAxisTicksColor(java.awt.Color color)
Sets the color of the labels axis ticks. |
void |
setLabelsAxisTicksExistence(boolean existence)
Sets whether there exists ticks along the labels axis. |
void |
setLabelsAxisTicksOutlineColor(java.awt.Color color)
Sets the color of the thin line that outlines the labels axis ticks. |
void |
setLabelsAxisTicksOutlineExistence(boolean existence)
Sets whether a thin line outlines the labels axis ticks. |
void |
setLabelsAxisTicksSizeModel(java.awt.Dimension size)
Sets the size of the labels axis ticks for the chart's model size. |
void |
setLabelsAxisTitleBetweenRestGapExistence(boolean existence)
Sets whether the gap above the labels axis title exists. |
void |
setLabelsAxisTitleBetweenRestGapThicknessModel(int thickness)
Sets the thickness of the gap above the labels axis title for the chart's model size. |
void |
setLabelsAxisTitleExistence(boolean existence)
Sets whether the title of the labels axis exists. |
void |
setLabelsAxisTitleFontColor(java.awt.Color color)
Sets the color of the font of the labels axis title. |
void |
setLabelsAxisTitleFontName(java.lang.String name)
Sets the name of the font of the labels axis title. |
void |
setLabelsAxisTitleFontPointModel(int point)
Sets the font point of the labels axis title for the chart's model size. |
void |
setLabelsAxisTitleFontStyle(int style)
Sets the style of teh font of the labels axis title. |
void |
setLabelsAxisTitleText(java.lang.String text)
Sets the text of the title of the labels axis. |
void |
setNumbersAxisBetweenLabelsAndTicksGapExistence(boolean existence)
Sets whether a gap between the labels and ticks exists, horizontally. |
void |
setNumbersAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)
Sets the thickness of the gap between the labels and ticks, horizontally, for the chart's model size. |
void |
setNumbersAxisBetweenLabelsOrTicksGapExistence(boolean existence)
Sets whether a gap between the labels or ticks exists, vertically. |
void |
setNumbersAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)
Sets the thickness of the gap between the labels or ticks, vertically, for the chart's model size. |
void |
setNumbersAxisLabelsFontColor(java.awt.Color color)
Sets the color of the font of the labels of the numbers axis. |
void |
setNumbersAxisLabelsFontName(java.lang.String name)
Sets the name of the font of the labels of the numbers axis. |
void |
setNumbersAxisLabelsFontPointModel(int point)
Sets the point of the font of the numbers axis labels for the chart's model size. |
void |
setNumbersAxisLabelsFontStyle(int style)
Sets the style of the font of the numbers axis labels. |
void |
setNumbersAxisNumLabels(int num)
Sets the number of labels in the numbers axis. |
void |
setNumbersAxisTicksColor(java.awt.Color color)
Sets the color of the numbers axis ticks. |
void |
setNumbersAxisTicksExistence(boolean existence)
Sets whether there exists ticks along the numbers axis. |
void |
setNumbersAxisTicksOutlineColor(java.awt.Color color)
Sets the color of the thin line that outlines the numbers axis ticks. |
void |
setNumbersAxisTicksOutlineExistence(boolean existence)
Sets whether a thin line outlines the numbers axis ticks. |
void |
setNumbersAxisTicksSizeModel(java.awt.Dimension size)
Sets the size of the numbers axis ticks for the chart's model size. |
void |
setNumbersAxisTitleBetweenRestGapExistence(boolean existence)
Sets whether the gap right of the numbers axis title exists. |
void |
setNumbersAxisTitleBetweenRestGapThicknessModel(int thickness)
Sets the thickness of the gap right of the numbers axis title for the chart's model size. |
void |
setNumbersAxisTitleExistence(boolean existence)
Sets whether the title of the numbers axis exists. |
void |
setNumbersAxisTitleFontColor(java.awt.Color color)
Sets the color of the font of the numbers axis title. |
void |
setNumbersAxisTitleFontName(java.lang.String name)
Sets the name of the font of the numbers axis title. |
void |
setNumbersAxisTitleFontPointModel(int point)
Sets the font point of the numbers axis title for the chart's model size. |
void |
setNumbersAxisTitleFontStyle(int style)
Sets the style of teh font of the numbers axis title. |
void |
setNumbersAxisTitleText(java.lang.String text)
Sets the text of the title of the numbers axis. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CENTERED
public static final int BETWEEN
public static final boolean CHART_DATASET_CUSTOMIZE_GREATEST_VALUE_DEFAULT
public static final float CHART_DATASET_CUSTOM_GREATEST_VALUE_DEFAULT
public static final boolean CHART_DATASET_CUSTOMIZE_LEAST_VALUE_DEFAULT
public static final float CHART_DATASET_CUSTOM_LEAST_VALUE_DEFAULT
public static final float CHART_GRAPHABLE_TO_AVAILABLE_RATIO_DEFAULT
public static final int NUMBERS_AXIS_NUM_LABELS_DEFAULT
public static final boolean LABELS_AXIS_EXISTENCE_DEFAULT
public static final int LABELS_AXIS_TICKS_ALIGNMENT_DEFAULT
public static final java.lang.String[] LABELS_AXIS_LABELS_TEXTS_DEFAULT
public static final boolean LABELS_AXIS_TITLE_EXISTENCE_DEFAULT
public static final java.lang.String LABELS_AXIS_TITLE_TEXT_DEFAULT
public static final int LABELS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT
public static final java.lang.String LABELS_AXIS_TITLE_FONT_NAME_DEFAULT
public static final java.awt.Color LABELS_AXIS_TITLE_FONT_COLOR_DEFAULT
public static final int LABELS_AXIS_TITLE_FONT_STYLE_DEFAULT
public static final boolean LABELS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
public static final int LABELS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean LABELS_AXIS_TICKS_EXISTENCE_DEFAULT
public static final java.awt.Dimension LABELS_AXIS_TICKS_SIZE_MODEL_DEFAULT
public static final java.awt.Color LABELS_AXIS_TICKS_COLOR_DEFAULT
public static final boolean LABELS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT
public static final java.awt.Color LABELS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT
public static final int LABELS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
public static final java.lang.String LABELS_AXIS_LABELS_FONT_NAME_DEFAULT
public static final java.awt.Color LABELS_AXIS_LABELS_FONT_COLOR_DEFAULT
public static final int LABELS_AXIS_LABELS_FONT_STYLE_DEFAULT
public static final boolean LABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT
public static final int LABELS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean LABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT
public static final int LABELS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean NUMBERS_AXIS_TITLE_EXISTENCE_DEFAULT
public static final java.lang.String NUMBERS_AXIS_TITLE_TEXT_DEFAULT
public static final int NUMBERS_AXIS_TITLE_FONT_POINT_MODEL_DEFAULT
public static final java.lang.String NUMBERS_AXIS_TITLE_FONT_NAME_DEFAULT
public static final java.awt.Color NUMBERS_AXIS_TITLE_FONT_COLOR_DEFAULT
public static final int NUMBERS_AXIS_TITLE_FONT_STYLE_DEFAULT
public static final boolean NUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
public static final int NUMBERS_AXIS_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean NUMBERS_AXIS_TICKS_EXISTENCE_DEFAULT
public static final java.awt.Dimension NUMBERS_AXIS_TICKS_SIZE_MODEL_DEFAULT
public static final java.awt.Color NUMBERS_AXIS_TICKS_COLOR_DEFAULT
public static final boolean NUMBERS_AXIS_TICKS_OUTLINE_EXISTENCE_DEFAULT
public static final java.awt.Color NUMBERS_AXIS_TICKS_OUTLINE_COLOR_DEFAULT
public static final int NUMBERS_AXIS_LABELS_FONT_POINT_MODEL_DEFAULT
public static final java.lang.String NUMBERS_AXIS_LABELS_FONT_NAME_DEFAULT
public static final java.awt.Color NUMBERS_AXIS_LABELS_FONT_COLOR_DEFAULT
public static final int NUMBERS_AXIS_LABELS_FONT_STYLE_DEFAULT
public static final boolean NUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_EXISTENCE_DEFAULT
public static final int NUMBERS_AXIS_BETWEEN_LABELS_OR_TICKS_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean NUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_EXISTENCE_DEFAULT
public static final int NUMBERS_AXIS_BETWEEN_LABELS_AND_TICKS_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean GRAPH_COMPONENTS_COLORING_BY_CAT_DEFAULT
public static final net.sourceforge.chart2d.MultiColorsProperties GRAPH_COMPONENTS_COLORS_BY_CAT_DEFAULT
| Constructor Detail |
public GraphChart2DProperties()
public GraphChart2DProperties(net.sourceforge.chart2d.GraphChart2DProperties graphChart2DProps)
graphChart2DProps - The properties to copy.| Method Detail |
public final void setGraphChart2DPropertiesToDefaults()
public final void setGraphChart2DProperties(net.sourceforge.chart2d.GraphChart2DProperties graphChart2DProps)
graphChart2DProps - The GraphChart2DProperties to copy.public final void setChartDatasetCustomizeGreatestValue(boolean customize)
customize - If true, the greatest value of the data will be
customized.public final void setChartDatasetCustomGreatestValue(float value)
value - The custom greatest value of the data sets.public final void setChartDatasetCustomizeLeastValue(boolean customize)
customize - If true, the least value of the data will be
customized.public final void setChartDatasetCustomLeastValue(float value)
value - The custom least value of the data sets.public final void setChartGraphableToAvailableRatio(float ratio)
ratio - The ratio of usable to available of the graph.public final void setLabelsAxisExistence(boolean existence)
existence - If true, then exists.public final void setLabelsAxisTicksAlignment(int alignment)
alignment - The alignment of the labels axis ticks.public final void setLabelsAxisLabelsTexts(java.lang.String[] texts)
texts - The texts of the labels axis labels.public final void setLabelsAxisTitleExistence(boolean existence)
existence - If true, the title exists.public final void setLabelsAxisTitleText(java.lang.String text)
text - The title of the labels axis.public final void setLabelsAxisTitleFontPointModel(int point)
point - The model font point of the labels axis title.public final void setLabelsAxisTitleFontName(java.lang.String name)
name - The name of the font of the labels axis title.public final void setLabelsAxisTitleFontColor(java.awt.Color color)
color - The color of the font of the labels axis title.public final void setLabelsAxisTitleFontStyle(int style)
style - The style of the font of the labels axis title.public final void setLabelsAxisTitleBetweenRestGapExistence(boolean existence)
existence - If true, the gap exists.public final void setLabelsAxisTitleBetweenRestGapThicknessModel(int thickness)
thickness - The model thickness of the gap.public final void setLabelsAxisTicksExistence(boolean existence)
existence - If true, then they exist.public final void setLabelsAxisTicksSizeModel(java.awt.Dimension size)
size - The model size of the labels axis ticks.public final void setLabelsAxisTicksColor(java.awt.Color color)
color - The color of the labels axis ticks.public final void setLabelsAxisTicksOutlineExistence(boolean existence)
existence - If true, then a thin outline exists.public final void setLabelsAxisTicksOutlineColor(java.awt.Color color)
color - The color of the line that outlines the labels axis ticks.public final void setLabelsAxisLabelsFontPointModel(int point)
point - The model font point of the labels axis labels.public final void setLabelsAxisLabelsFontName(java.lang.String name)
name - The name of the font.public final void setLabelsAxisLabelsFontColor(java.awt.Color color)
color - The color of the font.public final void setLabelsAxisLabelsFontStyle(int style)
style - The style of the font.public final void setLabelsAxisBetweenLabelsOrTicksGapExistence(boolean existence)
existence - If true, the gap exists.public final void setLabelsAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)
public final void setLabelsAxisBetweenLabelsAndTicksGapExistence(boolean existence)
existence - If true, the gap exists.public final void setLabelsAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)
thickness - The model thickness of the gap.public final void setNumbersAxisTitleExistence(boolean existence)
existence - If true, the title exists.public final void setNumbersAxisTitleText(java.lang.String text)
text - The title of the numbers axis.public final void setNumbersAxisTitleFontPointModel(int point)
point - The model font point of the numbers axis title.public final void setNumbersAxisTitleFontName(java.lang.String name)
name - The name of the font of the numbers axis title.public final void setNumbersAxisTitleFontColor(java.awt.Color color)
color - The color of the font of the numbers axis title.public final void setNumbersAxisTitleFontStyle(int style)
style - The style of the font of the numbers axis title.public final void setNumbersAxisTitleBetweenRestGapExistence(boolean existence)
existence - If true, the gap exists.public final void setNumbersAxisTitleBetweenRestGapThicknessModel(int thickness)
thickness - The model thickness of the gap.public final void setNumbersAxisTicksExistence(boolean existence)
existence - If true, then they exist.public final void setNumbersAxisTicksSizeModel(java.awt.Dimension size)
size - The model size of the numbers axis ticks.public final void setNumbersAxisTicksColor(java.awt.Color color)
color - The color of the numbers axis ticks.public final void setNumbersAxisTicksOutlineExistence(boolean existence)
existence - If true, then a thin outline exists.public final void setNumbersAxisTicksOutlineColor(java.awt.Color color)
color - The color of the line that outliens the numbers axis ticks.public final void setNumbersAxisNumLabels(int num)
num - The number of labels in the numbers axis.public final void setNumbersAxisLabelsFontPointModel(int point)
point - The model font point of the numbers axis labels.public final void setNumbersAxisLabelsFontName(java.lang.String name)
name - The name of the font.public final void setNumbersAxisLabelsFontColor(java.awt.Color color)
color - The color of the font.public final void setNumbersAxisLabelsFontStyle(int style)
style - The style of the font.public final void setNumbersAxisBetweenLabelsOrTicksGapExistence(boolean existence)
existence - If true, the gap exists.public final void setNumbersAxisBetweenLabelsOrTicksGapThicknessModel(int thickness)
public final void setNumbersAxisBetweenLabelsAndTicksGapExistence(boolean existence)
existence - If true, the gap exists.public final void setNumbersAxisBetweenLabelsAndTicksGapThicknessModel(int thickness)
thickness - The model thickness of the gap.public final void setGraphComponentsColoringByCat(boolean b)
b - If true, then colors across sets.public final void setGraphComponentsColorsByCat(net.sourceforge.chart2d.MultiColorsProperties props)
props - The properties of the colors by cat coloring.public final boolean getChartDatasetCustomizeGreatestValue()
public final float getChartDatasetCustomGreatestValue()
public final boolean getChartDatasetCustomizeLeastValue()
public final float getChartDatasetCustomLeastValue()
public float getChartGraphableToAvailableRatio()
public final boolean getLabelsAxisExistence()