|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.sourceforge.chart2d.Chart2DProperties
A data structure for holding the properties common to all Chart2D charts. Pass this to any number of GraphChart2DProperties or PieChart2DProperties classes.
| Field Summary | |
static java.awt.Color |
CHART_BACKGROUND_COLOR_DEFAULT
The default is Color.white. |
static boolean |
CHART_BACKGROUND_EXISTENCE_DEFAULT
The default is true. |
static boolean |
CHART_BETWEEN_CHART_AND_LEGEND_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
CHART_BETWEEN_CHART_AND_LEGEND_GAP_THICKNESS_MODEL_DEFAULT
The default is 5. |
static java.awt.Color |
CHART_BORDER_COLOR_DEFAULT
The default is Color.black. |
static boolean |
CHART_BORDER_EXISTENCE_DEFAULT
The default is true. |
static int |
CHART_BORDER_THICKNESS_MODEL_DEFAULT
The default is 2. |
static int |
CHART_DATA_LABELS_PRECISION_DEFAULT
The default is MAX_INTEGER. |
static boolean |
CHART_DATASET_AUTO_COLOR_DEFAULT
The default is true. |
static int |
CHART_DATASET_AUTO_COLOR_TYPE_DEFAULT
The default is NATURAL. |
static boolean |
CHART_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
CHART_GAP_THICKNESS_MODEL_DEFAULT
The default is 5. |
static boolean |
CHART_MAGNIFY_WHEN_RESIZE_DEFAULT
The default is true. |
static boolean |
CHART_STRETCH_WHEN_RESIZE_DEFAULT
The default is true. |
static boolean |
CHART_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
CHART_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
The default is 5. |
static boolean |
CHART_TITLE_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Color |
CHART_TITLE_FONT_COLOR_DEFAULT
The default is Color.black. |
static java.lang.String |
CHART_TITLE_FONT_NAME_DEFAULT
The default is "SansSerif". |
static int |
CHART_TITLE_FONT_POINT_MODEL_DEFAULT
The default is 16. |
static int |
CHART_TITLE_FONT_STYLE_DEFAULT
The default is Font.PLAIN. |
static java.lang.String |
CHART_TITLE_TEXT_DEFAULT
The default is "". |
static java.awt.Color |
LEGEND_BACKGROUND_COLOR_DEFAULT
The default is Color.white. |
static boolean |
LEGEND_BACKGROUND_EXISTENCE_DEFAULT
The default is false. |
static boolean |
LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
The default is 5. |
static boolean |
LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
The default is 5. |
static java.awt.Color |
LEGEND_BORDER_COLOR_DEFAULT
The default is Color.black. |
static boolean |
LEGEND_BORDER_EXISTENCE_DEFAULT
The default is true. |
static int |
LEGEND_BORDER_THICKNESS_MODEL_DEFAULT
The default is 2. |
static java.awt.Color |
LEGEND_BULLETS_OUTLINE_COLOR_DEFAULT
The default is Color.black. |
static boolean |
LEGEND_BULLETS_OUTLINE_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Dimension |
LEGEND_BULLETS_SIZE_MODEL_DEFAULT
The default is the Dimension (9, 9). |
static boolean |
LEGEND_EXISTENCE_DEFAULT
The default is true. |
static boolean |
LEGEND_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
LEGEND_GAP_THICKNESS_MODEL_DEFAULT
The default is 5. |
static java.awt.Color |
LEGEND_LABELS_FONT_COLOR_DEFAULT
The default is Color.black. |
static java.lang.String |
LEGEND_LABELS_FONT_NAME_DEFAULT
The default is "SansSerif". |
static int |
LEGEND_LABELS_FONT_POINT_MODEL_DEFAULT
The default is 12. |
static int |
LEGEND_LABELS_FONT_STYLE_DEFAULT
The default is Font.PLAIN. |
static int |
MAX_FLOAT
Used by setChartDatasetLabelsPrecision (int). |
static int |
MAX_INTEGER
Used by setChartDatasetLabelsPrecision (int). |
static int |
NATURAL
For use with setChartDatasetAutoColorsType (int). |
static int |
PASTEL
For use with setChartDatasetAutoColorsType (int). |
static boolean |
VALIDATE_ON_UPDATE_DEFAULT
The default is true. |
| Constructor Summary | |
Chart2DProperties()
Creates a Chart2DProperties object with the documented default values. |
|
Chart2DProperties(Chart2DProperties chart2DProps)
Creates a Chart2DProperties object with copied properties of another Chart2DProperties object. |
|
| Method Summary | |
(package private) void |
addChart2D(Chart2D chart2D)
Adds a Chart2D to the set of objects using these properties. |
(package private) boolean |
getChart2DNeedsUpdate(Chart2D chart2D)
True if a property has been changed and this Chart2D has not yet been updated. |
java.util.Vector |
getChart2DVector()
Returns the vector of Chart2D objects that are using this object. |
java.awt.Color |
getChartBackgroundColor()
Returns the color of the background for the chart. |
boolean |
getChartBackgroundExistence()
Returns whether the chart will have a painted background or not. |
boolean |
getChartBetweenChartAndLegendGapExistence()
Returns whether the gap between the chart and the legend exists. |
int |
getChartBetweenChartAndLegendGapThicknessModel()
Returns the thickness of the gap between the chart and the legend for the chart's model size. |
java.awt.Color |
getChartBorderColor()
Returns the color of the chart's border. |
boolean |
getChartBorderExistence()
Returns whether a border around the chart will exist. |
int |
getChartBorderThicknessModel()
Returns the thickness of the border for the model size of the chart. |
int |
getChartDataLabelsPrecision()
Returns the look of labels that are supposed to describe the value of the data. |
boolean |
getChartDatasetAutoColor()
Returns whether the colors for the chart's data sets [the colors of the legend's bullets and/or the colors of the data representation components [bars, lines, dots, and/or pie sectors]], will be selected automatically by the Chart2D package or not. |
int |
getChartDatasetAutoColorType()
Returns whether the colors automatically selected will be NATURAL or PASTEL colors. |
boolean |
getChartGapExistence()
Returns whether a gap between the border or edge of the chart and the chart's interior components exists. |
int |
getChartGapThicknessModel()
Returns the thickness of the chart's gap for the model size of the chart. |
boolean |
getChartMagnifyWhenResize()
Returns whether a chart's components will grow or shrink as the size of the space allocated to the chart grows or shrinks. |
boolean |
getChartStretchWhenResize()
Returns whether a chart will take up all the space allocated to it, or will center itself within the space, only taking the space it needs. |
boolean |
getChartTitleBetweenRestGapExistence()
Returns whether a gap below the title and the rest of the chart's components exists. |
int |
getChartTitleBetweenRestGapThicknessModel()
Returns the thickness of the gap below the title and the rest of the chart's components for the chart's model size. |
boolean |
getChartTitleExistence()
Returns whether the chart is to have a title. |
java.awt.Color |
getChartTitleFontColor()
Returns the color of the font for the chart's title. |
java.lang.String |
getChartTitleFontName()
Returns the name of the font for the chart's title. |
int |
getChartTitleFontPointModel()
Returns the point of the font of the title for the chart at its model size. |
int |
getChartTitleFontStyle()
Returns the style of the font for the chart's title. |
java.lang.String |
getChartTitleText()
Returns the text for the chart's title. |
java.util.Vector |
getFontNamesVector()
Returns a vector of strings with all the font names available in the graphics environment. |
java.awt.Color |
getLegendBackgroundColor()
Returns the color of the legend's background. |
boolean |
getLegendBackgroundExistence()
Returns whether the legend will have a painted background or not. |
boolean |
getLegendBetweenLabelsAndBulletsGapExistence()
Returns whether the gap between the legend's bullets and labels exists in their horizontal placement. |
int |
getLegendBetweenLabelsAndBulletsGapThicknessModel()
Returns the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size. |
boolean |
getLegendBetweenLabelsOrBulletsGapExistence()
Returns whether a gap between the legend's bullets or labels exists in their vertical placement. |
int |
getLegendBetweenLabelsOrBulletsGapThicknessModel()
Returns the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size. |
java.awt.Color |
getLegendBorderColor()
Returns the color of the border around the legend. |
boolean |
getLegendBorderExistence()
Returns whether there will exist a border around the legend. |
int |
getLegendBorderThicknessModel()
Returns the thickness of the border around the legend for the chart's model size. |
java.awt.Color |
getLegendBulletsOutlineColor()
Returns the color of the legend's bullets outline. |
boolean |
getLegendBulletsOutlineExistence()
Returns whether a thin line is painted around the legend's bullets. |
java.awt.Dimension |
getLegendBulletsSizeModel()
Returns the size of the legend's bullets for the chart's model size. |
boolean |
getLegendExistence()
Returns whether there will exist a legend on the chart. |
boolean |
getLegendGapExistence()
Returns whether a gap between the legend's border or edge and the legend's inner components exists. |
int |
getLegendGapThicknessModel()
Returns the thickness of the legend's gap for the chart's model size. |
java.awt.Color |
getLegendLabelsFontColor()
Returns the color of the font of the legend's labels. |
java.lang.String |
getLegendLabelsFontName()
Returns name of the font of the legend's labels. |
int |
getLegendLabelsFontPointModel()
Returns the point of the font of the legend's labels for the chart's model size. |
int |
getLegendLabelsFontStyle()
Returns the style of the font of the legend's labels. |
boolean |
getValidateOnUpdate()
Returns whether the properties should be validated whenever a chart is to be updated with a changed property. |
boolean |
isFontNameExists(java.lang.String name)
Returns true if the font name exists in the graphics enviornment. |
(package private) void |
removeChart2D(Chart2D chart2D)
Removes a Chart2D to the set of objects using these properties. |
void |
setChart2DProperties(Chart2DProperties chart2DProps)
Specifies all of the properties by copying them from another Chart2DProperties class. |
void |
setChart2DPropertiesToDefaults()
Sets all properties to their default values. |
void |
setChartBackgroundColor(java.awt.Color color)
Specifies the color of the background for the chart. |
void |
setChartBackgroundExistence(boolean existence)
Specifies whether the chart will have a painted background or not. |
void |
setChartBetweenChartAndLegendGapExistence(boolean existence)
Specifies whether the gap between the chart and the legend exists. |
void |
setChartBetweenChartAndLegendGapThicknessModel(int thickness)
Specifies the thickness of the gap between the chart and the legend for the chart's model size. |
void |
setChartBorderColor(java.awt.Color color)
Specifies the color of the chart's border. |
void |
setChartBorderExistence(boolean existence)
Specifies whether a border around the chart will exist. |
void |
setChartBorderThicknessModel(int thickness)
Specifies the thickness of the border for the model size of the chart. |
void |
setChartDataLabelsPrecision(int precision)
Specifies the look of labels that are supposed to describe the value of the data. |
void |
setChartDatasetAutoColor(boolean auto)
Specifies whether the colors for the chart's data sets [the colors of the legend's bullets and/or the colors of the data representation components [bars, lines, dots, and/or pie sectors]], will be selected automatically by the Chart2D package or not. |
void |
setChartDatasetAutoColorType(int type)
Specifies whether the colors automatically selected will be NATURAL or PASTEL colors. |
void |
setChartGapExistence(boolean existence)
Specifies whether a gap between the border or edge of the chart and the chart's interior components exists. |
void |
setChartGapThicknessModel(int thickness)
Specifies the thickness of the chart's gap for the model size of the chart. |
void |
setChartMagnifyWhenResize(boolean magnify)
Specifies whether a chart's components will grow or shrink as the size of the space allocated to the chart grows or shrinks. |
void |
setChartStretchWhenResize(boolean stretch)
Specifies whether a chart will take up all the space allocated to it, or will center itself within the space, only taking the space it needs. |
void |
setChartTitleBetweenRestGapExistence(boolean existence)
Specifies whether a gap below the title and the rest of the chart's components exists. |
void |
setChartTitleBetweenRestGapThicknessModel(int thickness)
Specifies the thickness of the gap below the title and the rest of the chart's components for the chart's model size. |
void |
setChartTitleExistence(boolean existence)
Specifies whether the chart is to have a title. |
void |
setChartTitleFontColor(java.awt.Color color)
Specifies the color of the font for the chart's title. |
void |
setChartTitleFontName(java.lang.String name)
Specifies the name of the font for the chart's title. |
void |
setChartTitleFontPointModel(int point)
Specifies the point of the font of the title for the chart at its model size. |
void |
setChartTitleFontStyle(int style)
Specifies the style of the font for the chart's title. |
void |
setChartTitleText(java.lang.String text)
Specifies the text for the chart's title. |
void |
setLegendBackgroundColor(java.awt.Color color)
Specifies the color of the legend's background. |
void |
setLegendBackgroundExistence(boolean existence)
Specifies whether the legend will have a painted background or not. |
void |
setLegendBetweenLabelsAndBulletsGapExistence(boolean existence)
Specifies whether the gap between the legend's bullets and labels exists in their horizontal placement. |
void |
setLegendBetweenLabelsAndBulletsGapThicknessModel(int thickness)
Specifies the thickness of the gap between the legend's bullets and labels in their horizontal placement, for the chart's model size. |
void |
setLegendBetweenLabelsOrBulletsGapExistence(boolean existence)
Specifies whether a gap between the legend's bullets or labels exists in their vertical placement. |
void |
setLegendBetweenLabelsOrBulletsGapThicknessModel(int thickness)
Specifies the thickness of the gap between the legend's bullets or labels exists in their vertical placement, for the chart's model size. |
void |
setLegendBorderColor(java.awt.Color color)
Specifies the color of the border around the legend. |
void |
setLegendBorderExistence(boolean existence)
Specifies whether there will exist a border around the legend. |
void |
setLegendBorderThicknessModel(int thickness)
Specifies the thickness of the border around the legend for the chart's model size. |
void |
setLegendBulletsOutlineColor(java.awt.Color color)
Specifies the color of the legend's bullets outline. |
void |
setLegendBulletsOutlineExistence(boolean existence)
Specifies whether a thin line is painted around the legend's bullets. |
void |
setLegendBulletsSizeModel(java.awt.Dimension size)
Specifies the size of the legend's bullets for the chart's model size. |
void |
setLegendExistence(boolean existence)
Specifies whether there will exist a legend on the chart. |
void |
setLegendGapExistence(boolean existence)
Specifies whether a gap between the legend's border or edge and the legend's inner components exists. |
void |
setLegendGapThicknessModel(int thickness)
Specifies the thickness of the legend's gap for the chart's model size. |
void |
setLegendLabelsFontColor(java.awt.Color color)
Specifies the color of the font of the legend's labels. |
void |
setLegendLabelsFontName(java.lang.String name)
Specifies name of the font of the legend's labels. |
void |
setLegendLabelsFontPointModel(int point)
Specifies the point of the font of the legend's labels for the chart's model size. |
void |
setLegendLabelsFontStyle(int style)
Specifies the style of the font of the legend's labels. |
void |
setValidateOnUpdate(boolean validate)
Specifies whether the properties should be validated whenever a chart is to be updated with a changed property. |
(package private) void |
updateChart2D(Chart2D chart2D)
Updates the properties of this Chart2D with these Chart2D properties. |
boolean |
validate(boolean debug)
Returns true if the properties are valid. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final int NATURAL
public static final int PASTEL
public static final int MAX_INTEGER
public static final int MAX_FLOAT
public static final boolean CHART_MAGNIFY_WHEN_RESIZE_DEFAULT
public static final boolean CHART_STRETCH_WHEN_RESIZE_DEFAULT
public static final boolean CHART_BORDER_EXISTENCE_DEFAULT
public static final int CHART_BORDER_THICKNESS_MODEL_DEFAULT
public static final java.awt.Color CHART_BORDER_COLOR_DEFAULT
public static final boolean CHART_GAP_EXISTENCE_DEFAULT
public static final int CHART_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean CHART_BACKGROUND_EXISTENCE_DEFAULT
public static final java.awt.Color CHART_BACKGROUND_COLOR_DEFAULT
public static final boolean CHART_TITLE_EXISTENCE_DEFAULT
public static final java.lang.String CHART_TITLE_TEXT_DEFAULT
public static final int CHART_TITLE_FONT_POINT_MODEL_DEFAULT
public static final java.lang.String CHART_TITLE_FONT_NAME_DEFAULT
public static final java.awt.Color CHART_TITLE_FONT_COLOR_DEFAULT
public static final int CHART_TITLE_FONT_STYLE_DEFAULT
public static final boolean CHART_TITLE_BETWEEN_REST_GAP_EXISTENCE_DEFAULT
public static final int CHART_TITLE_BETWEEN_REST_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean CHART_DATASET_AUTO_COLOR_DEFAULT
public static final int CHART_DATASET_AUTO_COLOR_TYPE_DEFAULT
public static final int CHART_DATA_LABELS_PRECISION_DEFAULT
public static final boolean CHART_BETWEEN_CHART_AND_LEGEND_GAP_EXISTENCE_DEFAULT
public static final int CHART_BETWEEN_CHART_AND_LEGEND_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean LEGEND_EXISTENCE_DEFAULT
public static final boolean LEGEND_BORDER_EXISTENCE_DEFAULT
public static final int LEGEND_BORDER_THICKNESS_MODEL_DEFAULT
public static final java.awt.Color LEGEND_BORDER_COLOR_DEFAULT
public static final boolean LEGEND_GAP_EXISTENCE_DEFAULT
public static final int LEGEND_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean LEGEND_BACKGROUND_EXISTENCE_DEFAULT
public static final java.awt.Color LEGEND_BACKGROUND_COLOR_DEFAULT
public static final int LEGEND_LABELS_FONT_POINT_MODEL_DEFAULT
public static final java.lang.String LEGEND_LABELS_FONT_NAME_DEFAULT
public static final java.awt.Color LEGEND_LABELS_FONT_COLOR_DEFAULT
public static final int LEGEND_LABELS_FONT_STYLE_DEFAULT
public static final boolean LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_EXISTENCE_DEFAULT
public static final int LEGEND_BETWEEN_LABELS_OR_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_EXISTENCE_DEFAULT
public static final int LEGEND_BETWEEN_LABELS_AND_BULLETS_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean LEGEND_BULLETS_OUTLINE_EXISTENCE_DEFAULT
public static final java.awt.Color LEGEND_BULLETS_OUTLINE_COLOR_DEFAULT
public static final java.awt.Dimension LEGEND_BULLETS_SIZE_MODEL_DEFAULT
public static final boolean VALIDATE_ON_UPDATE_DEFAULT
| Constructor Detail |
public Chart2DProperties()
public Chart2DProperties(Chart2DProperties chart2DProps)
chart2DProps - The properties to copy.| Method Detail |
public void setChart2DPropertiesToDefaults()
public void setChart2DProperties(Chart2DProperties chart2DProps)
chart2DProps - The properties to copy.public void setChartMagnifyWhenResize(boolean magnify)
magnify - If true, the chart will be magnified on resize.public void setChartStretchWhenResize(boolean stretch)
stretch - If true, then the chart will stretch.public void setChartBorderExistence(boolean existence)
existence - If true, then a chart border exists.public void setChartBorderThicknessModel(int thickness)
thickness - The model thickness of the chart's border.public void setChartBorderColor(java.awt.Color color)
color - The color of the border.public void setChartGapExistence(boolean existence)
existence - If true, then a gap exists.public void setChartGapThicknessModel(int thickness)
thickness - The model thickness of the chart's gap.public void setChartBackgroundExistence(boolean existence)
existence - If true, a bacground for the chart will be painted.public void setChartBackgroundColor(java.awt.Color color)
color - The color of the chart's background.public void setChartTitleExistence(boolean existence)
existence - If true, then the chart will have a title.public void setChartTitleText(java.lang.String text)
text - The text for the chart's title.public void setChartTitleFontPointModel(int point)
point - The model font point for the chart's title.public void setChartTitleFontName(java.lang.String name)
name - The name of the font for the chart's title.public void setChartTitleFontColor(java.awt.Color color)
color - The color of the font for the chart's title.public void setChartTitleFontStyle(int style)
style - The style of the font for the chart's title.public void setChartTitleBetweenRestGapExistence(boolean existence)
existence - If true, then a gap exists.public void setChartTitleBetweenRestGapThicknessModel(int thickness)
thickness - The model thickness of the gap.public void setChartDatasetAutoColor(boolean auto)
auto - If true, then the colors will be selected automatically.public void setChartDatasetAutoColorType(int type)
type - The type of the colors.public void setChartDataLabelsPrecision(int precision)
precision - The adjustement of the precision of numbers labels.public void setChartBetweenChartAndLegendGapExistence(boolean existence)
existence - If true, the gap exists.public void setChartBetweenChartAndLegendGapThicknessModel(int thickness)
thickness - The model thickness of the gap.public void setLegendExistence(boolean existence)
existence - If true, there will be a legend for the chart.public void setLegendBorderExistence(boolean existence)
existence - If true, there will be a border around the legend.public void setLegendBorderThicknessModel(int thickness)
thickness - The model thicknes for the chart.public void setLegendBorderColor(java.awt.Color color)
color - The color of the legend's border.public void setLegendGapExistence(boolean existence)
existence - If true, then a gap exists.public void setLegendGapThicknessModel(int thickness)
thickness - The model thickness of the legend's gap.public void setLegendBackgroundExistence(boolean existence)
existence - If true, the background of the legend will be painted.public void setLegendBackgroundColor(java.awt.Color color)
color - The color of the legend's background.public void setLegendLabelsFontPointModel(int point)
point - The model font point of the legend's labels.public void setLegendLabelsFontName(java.lang.String name)
name - The name of the font for the legend's labels.public void setLegendLabelsFontColor(java.awt.Color color)
color - The color of the font of the legend's labels.public void setLegendLabelsFontStyle(int style)
style - The style of the font of the legend's labels.public void setLegendBetweenLabelsOrBulletsGapExistence(boolean existence)
existence - If true, a gap exists.public void setLegendBetweenLabelsOrBulletsGapThicknessModel(int thickness)
thickness - The model thickness of the gap.public void setLegendBetweenLabelsAndBulletsGapExistence(boolean existence)
existence - If true, a gap exists.public void setLegendBetweenLabelsAndBulletsGapThicknessModel(int thickness)
thickness - The model thickness of teh gap.public void setLegendBulletsOutlineExistence(boolean existence)
existence - If true, the legend's bullets will be outlined.public void setLegendBulletsOutlineColor(java.awt.Color color)
color - The color of the legend's bullets outline.public void setLegendBulletsSizeModel(java.awt.Dimension size)
size - The size of the legend's bullets.public void setValidateOnUpdate(boolean validate)
validate - If true, then the properties will be validated every time
they are used to update a chart.public java.util.Vector getChart2DVector()
public boolean getChartMagnifyWhenResize()
public boolean getChartStretchWhenResize()
public boolean getChartBorderExistence()
public int getChartBorderThicknessModel()
public java.awt.Color getChartBorderColor()
public boolean getChartGapExistence()
public int getChartGapThicknessModel()
public boolean getChartBackgroundExistence()
public java.awt.Color getChartBackgroundColor()
public boolean getChartTitleExistence()
public java.lang.String getChartTitleText()
public int getChartTitleFontPointModel()
public java.lang.String getChartTitleFontName()
public java.awt.Color getChartTitleFontColor()
public int getChartTitleFontStyle()
public boolean getChartTitleBetweenRestGapExistence()
public int getChartTitleBetweenRestGapThicknessModel()
public boolean getChartDatasetAutoColor()
public int getChartDatasetAutoColorType()
public int getChartDataLabelsPrecision()
public boolean getChartBetweenChartAndLegendGapExistence()
public int getChartBetweenChartAndLegendGapThicknessModel()
public boolean getLegendExistence()
public boolean getLegendBorderExistence()
public int getLegendBorderThicknessModel()
public java.awt.Color getLegendBorderColor()
public boolean getLegendGapExistence()
public int getLegendGapThicknessModel()
public boolean getLegendBackgroundExistence()
public java.awt.Color getLegendBackgroundColor()
public int getLegendLabelsFontPointModel()
public java.lang.String getLegendLabelsFontName()
public java.awt.Color getLegendLabelsFontColor()
public int getLegendLabelsFontStyle()
public boolean getLegendBetweenLabelsOrBulletsGapExistence()
public int getLegendBetweenLabelsOrBulletsGapThicknessModel()
public boolean getLegendBetweenLabelsAndBulletsGapExistence()
public int getLegendBetweenLabelsAndBulletsGapThicknessModel()
public boolean getLegendBulletsOutlineExistence()
public java.awt.Color getLegendBulletsOutlineColor()
public java.awt.Dimension getLegendBulletsSizeModel()
public boolean getValidateOnUpdate()
public boolean validate(boolean debug)
debug - If true, then debug messages will be printed.public final java.util.Vector getFontNamesVector()
public boolean isFontNameExists(java.lang.String name)
name - The name of the font to determine the existence of.boolean getChart2DNeedsUpdate(Chart2D chart2D)
void updateChart2D(Chart2D chart2D)
chart2D - The Chart2D to update the properties of.void addChart2D(Chart2D chart2D)
chart2D - The Chart2D to add.void removeChart2D(Chart2D chart2D)
chart2D - The Chart2D to remove.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||