|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.sourceforge.chart2d.GraphProperties
A data structure for holding the properties common to all graph area objects. A graph area is the rectangular region surrounded on two sides by axes and containing either lines, dots, or bars as graph components. Pass this to any number of GraphChart2D objects.
| Field Summary | |
static java.awt.AlphaComposite |
ALPHA_COMPOSITE_MEDIUM
A medium transparent (some blending) alpha composite. |
static java.awt.AlphaComposite |
ALPHA_COMPOSITE_MILD
A mildly transparent (some blending) alpha composite. |
static java.awt.AlphaComposite |
ALPHA_COMPOSITE_NONE
An opaque (no blending) alpha composite. |
static int |
BOTTOM
Indicates the bottom of something. |
static int |
COMPONENT
Indicates only the component. |
static float[] |
CONTINUOUS
Indicates the lines will be continuous. |
static float[] |
DASHED
Indicates the lines will be dashed. |
static float[] |
DOTTED
Indicates the lines will be dotted. |
static int |
GRAPH
Indicates only the graph. |
static boolean |
GRAPH_ALLOW_COMPONENT_ALIGNMENT_DEFAULT
The default is false. |
static java.awt.Color |
GRAPH_BACKGROUND_COLOR_DEFAULT
The default is Color.white. |
static boolean |
GRAPH_BACKGROUND_EXISTENCE_DEFAULT
The default is false. |
static float |
GRAPH_BARS_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT
The default is 1f. |
static boolean |
GRAPH_BARS_EXISTENCE_DEFAULT
The default is true. |
static float |
GRAPH_BARS_ROUNDING_RATIO_DEFAULT
The default is .75f. |
static int |
GRAPH_BARS_THICKNESS_MODEL_DEFAULT
The default is 10. |
static float |
GRAPH_BARS_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT
The default is .535f. |
static boolean |
GRAPH_BETWEEN_COMPONENTS_GAP_EXISTENCE_DEFAULT
The default is true. |
static int |
GRAPH_BETWEEN_COMPONENTS_GAP_THICKNESS_MODEL_DEFAULT
The default is 2. |
static boolean |
GRAPH_BORDER_EXISTENCE_DEFAULT
The default is true. |
static java.awt.Color |
GRAPH_BORDER_LEFT_BOTTOM_COLOR_DEFAULT
The default is Color.black. |
static java.awt.Color |
GRAPH_BORDER_RIGHT_TOP_COLOR_DEFAULT
The default is Color.gray. |
static int |
GRAPH_BORDER_THICKNESS_MODEL_DEFAULT
The default is 2. |
static java.awt.AlphaComposite |
GRAPH_COMPONENTS_ALPHA_COMPOSITE_DEFAULT
The default is ALPHA_COMPOSITE_NONE. |
static int |
GRAPH_COMPONENTS_LIGHT_SOURCE_DEFAULT
The default is TOP. |
static int |
GRAPH_COMPONENTS_LIGHT_TYPE_DEFAULT
The default is COMPONENT. |
static boolean |
GRAPH_COMPONENTS_OVERFLOW_CLIP_DEFAULT
The default is true. |
static float |
GRAPH_DOTS_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT
The default is 0f. |
static boolean |
GRAPH_DOTS_EXISTENCE_DEFAULT
The default is false. |
static int |
GRAPH_DOTS_THICKNESS_MODEL_DEFAULT
The default is 8. |
static float |
GRAPH_DOTS_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT
The default is .40f. |
static java.awt.Color |
GRAPH_LABELS_LINES_COLOR_DEFAULT
The default is Color.gray. |
static boolean |
GRAPH_LABELS_LINES_EXISTENCE_DEFAULT
The default is false. |
static float[] |
GRAPH_LABELS_LINES_STYLE_DEFAULT
The default is CONTINUOUS. |
static int |
GRAPH_LABELS_LINES_THICKNESS_MODEL_DEFAULT
The default is 2. |
static float |
GRAPH_LINES_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT
The default is 0f. |
static boolean |
GRAPH_LINES_EXISTENCE_DEFAULT
The default is false. |
static boolean |
GRAPH_LINES_FILL_INTERIOR_DEFAULT
The default is false. |
static boolean |
GRAPH_LINES_THICKNESS_ASSOCIATION_DEFAULT
The default is true. |
static int |
GRAPH_LINES_THICKNESS_MODEL_DEFAULT
The default is 5. |
static float |
GRAPH_LINES_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT
The default is 0f. |
static java.awt.Color |
GRAPH_NUMBERS_LINES_COLOR_DEFAULT
The default is Color.gray. |
static boolean |
GRAPH_NUMBERS_LINES_EXISTENCE_DEFAULT
The default is true. |
static float[] |
GRAPH_NUMBERS_LINES_STYLE_DEFAULT
The default is CONTINUOUS. |
static int |
GRAPH_NUMBERS_LINES_THICKNESS_MODEL_DEFAULT
The default is 2. |
static java.awt.Color |
GRAPH_OUTLINE_COMPONENTS_COLOR_DEFAULT
The default is Color.black. |
static boolean |
GRAPH_OUTLINE_COMPONENTS_EXISTENCE_DEFAULT
The default is false. |
static int |
LEFT
Indicates the left of something. |
static int |
NONE
Indicates none. |
static int |
RIGHT
Indicates the right of something. |
static int |
TOP
Indicates the top of something. |
| Constructor Summary | |
GraphProperties()
Creates a GraphProperties object with the documented default values. |
|
GraphProperties(net.sourceforge.chart2d.GraphProperties graphProps)
Creates a GraphProperties object with property values copied from another object. |
|
| Method Summary | |
boolean |
getGraphAllowComponentAlignment()
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. |
java.awt.Color |
getGraphBackgroundColor()
Gets the color of the background of this graph. |
boolean |
getGraphBackgroundExistence()
Gets whether the background of this graph exists. |
float |
getGraphBarsExcessSpaceFeedbackRatio()
Gets the amount of the excess space to feed back to bars thickness. |
boolean |
getGraphBarsExistence()
Gets whether the graph contains bar components. |
float |
getGraphBarsRoundingRatio()
Gets the degree of rounding for the bars. |
int |
getGraphBarsThicknessModel()
Gets the thickness of the bar components for the chart's model size. |
float |
getGraphBarsWithinCategoryOverlapRatio()
Gets how much the bars can overlap eachother when there are multiple data values per data set and per data category. |
boolean |
getGraphBetweenComponentsGapExistence()
Gets whether a gap between each category of components exists (ie not the gap between each each component with each category). |
int |
getGraphBetweenComponentsGapThicknessModel()
Gets the thickness of the gap between each category of components for the chart's model size. |
boolean |
getGraphBorderExistence()
Gets whether the graph's left and bottom border exists. |
java.awt.Color |
getGraphBorderLeftBottomColor()
Gets the color of the graph's left and bottom border. |
java.awt.Color |
getGraphBorderRightTopColor()
Gets the color of the graph's right and top border. |
int |
getGraphBorderThicknessModel()
Gets the thickness of the graph's left and bottom border for the chart's model size. |
java.awt.AlphaComposite |
getGraphComponentsAlphaComposite()
Gets the actual AlphaComposite object to use on the Graphics2D object context for painting the graph components managed by this GraphProperties object. |
int |
getGraphComponentsLightSource()
Gets the direction of the source of the light if any. |
int |
getGraphComponentsLightType()
Gets the type of the lighting affect. |
boolean |
getGraphComponentsOverflowClip()
Gets whether the graph's components will be clipped if they pass over the graph's inner space or border. |
float |
getGraphDotsExcessSpaceFeedbackRatio()
Gets the amount of the excess space to feed back to dots thickness. |
boolean |
getGraphDotsExistence()
Gets whether the graph contains dot components. |
int |
getGraphDotsThicknessModel()
Gets the thickness of the dot components for the chart's model size. |
float |
getGraphDotsWithinCategoryOverlapRatio()
Gets how much the dots can overlap eachother when there are multiple data values per data set and per data category. |
java.awt.Color |
getGraphLabelsLinesColor()
Gets the color of the vertical lines of this graph. |
boolean |
getGraphLabelsLinesExistence()
Gets whether the vertical lines of this graph exist. |
float[] |
getGraphLabelsLinesStyle()
Gets the style of the vertical lines of this graph. |
int |
getGraphLabelsLinesThicknessModel()
Gets the thickness of the vertical lines of this graph for the chart's model size. |
float |
getGraphLinesExcessSpaceFeedbackRatio()
Gets the amount of the excess space to feed back to lines thickness. |
boolean |
getGraphLinesExistence()
Gets whether the graph contains line components. |
boolean |
getGraphLinesFillInterior()
Gets whether the graph lines will made to form a shap (ie like a mountain range). |
boolean |
getGraphLinesThicknessAssociation()
Gets whether the horizontal and vertical lines (if they both exist) should both be the same thickness at all times. |
int |
getGraphLinesThicknessModel()
Gets the thickness of the line components for the chart's model size. |
float |
getGraphLinesWithinCategoryOverlapRatio()
Gets how much the lines can overlap eachother when there are multiple data values per data set and per data category. |
java.awt.Color |
getGraphNumbersLinesColor()
Gets the color of the horizontal lines of this graph. |
boolean |
getGraphNumbersLinesExistence()
Gets whether the horizontal lines of this graph exist. |
float[] |
getGraphNumbersLinesStyle()
Gets the style of the horizontal lines of this graph. |
int |
getGraphNumbersLinesThicknessModel()
Gets the thickness of the horizontal lines of this graph for the chart's model size. |
java.awt.Color |
getGraphOutlineComponentsColor()
Gets the color of the thin outline around components (ie bars, lines, or dots). |
boolean |
getGraphOutlineComponentsExistence()
Gets whether there exists a thin outline around each component (ie bars, lines, or dots). |
void |
setGraphAllowComponentAlignment(boolean alignment)
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. |
void |
setGraphBackgroundColor(java.awt.Color color)
Sets the color of the background of this graph. |
void |
setGraphBackgroundExistence(boolean existence)
Sets whether the background of this graph exists. |
void |
setGraphBarsExcessSpaceFeedbackRatio(float ratio)
Sets the amount of the excess space to feed back to bars thickness. |
void |
setGraphBarsExistence(boolean existence)
Sets whether the graph contains bar components. |
void |
setGraphBarsRoundingRatio(float r)
Sets the degree of rounding for the bars. |
void |
setGraphBarsThicknessModel(int thickness)
Sets the thickness of the bar components for the chart's model size. |
void |
setGraphBarsWithinCategoryOverlapRatio(float ratio)
Sets how much the bars can overlap eachother when there are multiple data values per data set and per data category. |
void |
setGraphBetweenComponentsGapExistence(boolean existence)
Sets whether a gap between each category of components exists (ie not the gap between each each component with each category). |
void |
setGraphBetweenComponentsGapThicknessModel(int thickness)
Sets the thickness of the gap between each category of components for the chart's model size. |
void |
setGraphBorderExistence(boolean existence)
Sets whether the graph's left and bottom border exists. |
void |
setGraphBorderLeftBottomColor(java.awt.Color color)
Sets the color of the graph's left and bottom border. |
void |
setGraphBorderRightTopColor(java.awt.Color color)
Sets the color of the graph's right and top border. |
void |
setGraphBorderThicknessModel(int thickness)
Sets the thickness of the graph's left and bottom border for the chart's model size. |
void |
setGraphComponentsAlphaComposite(java.awt.AlphaComposite a)
Sets the actual AlphaComposite object to use on the Graphics2D object context for painting the graph components managed by this GraphProperties object. |
void |
setGraphComponentsLightSource(int s)
Sets the direction of the source of the light if any. |
void |
setGraphComponentsLightType(int t)
Sets the type of the lighting affect. |
void |
setGraphComponentsOverflowClip(boolean c)
Sets whether the graph's components will be clipped if they pass over the graph's inner space or border. |
void |
setGraphDotsExcessSpaceFeedbackRatio(float ratio)
Sets the amount of the excess space to feed back to dots thickness. |
void |
setGraphDotsExistence(boolean existence)
Sets whether the graph contains dot components. |
void |
setGraphDotsThicknessModel(int thickness)
Sets the thickness of the dot components for the chart's model size. |
void |
setGraphDotsWithinCategoryOverlapRatio(float ratio)
Sets how much the dots can overlap eachother when there are multiple data values per data set and per data category. |
void |
setGraphLabelsLinesColor(java.awt.Color color)
Sets the color of the vertical lines of this graph. |
void |
setGraphLabelsLinesExistence(boolean existence)
Sets whether the vertical lines of this graph exist. |
void |
setGraphLabelsLinesStyle(float[] style)
Sets the style of the vertical lines of this graph. |
void |
setGraphLabelsLinesThicknessModel(int thickness)
Sets the thickness of the vertical lines of this graph for the chart's model size. |
void |
setGraphLinesExcessSpaceFeedbackRatio(float ratio)
Sets the amount of the excess space to feed back to lines thickness. |
void |
setGraphLinesExistence(boolean existence)
Sets whether the graph contains line components. |
void |
setGraphLinesFillInterior(boolean fill)
Sets whether the graph lines will made to form a shap (ie like a mountain range). |
void |
setGraphLinesThicknessAssociation(boolean association)
Sets whether the horizontal and vertical lines (if they both exist) should both be the same thickness at all times. |
void |
setGraphLinesThicknessModel(int thickness)
Sets the thickness of the line components for the chart's model size. |
void |
setGraphLinesWithinCategoryOverlapRatio(float ratio)
Sets how much the lines can overlap eachother when there are multiple data values per data set and per data category. |
void |
setGraphNumbersLinesColor(java.awt.Color color)
Sets the color of the horizontal lines of this graph. |
void |
setGraphNumbersLinesExistence(boolean existence)
Sets whether the horizontal lines of this graph exist. |
void |
setGraphNumbersLinesStyle(float[] style)
Sets the style of the horizontal lines of this graph. |
void |
setGraphNumbersLinesThicknessModel(int thickness)
Sets the thickness of the horizontal lines of this graph for the chart's model size. |
void |
setGraphOutlineComponentsColor(java.awt.Color color)
Sets the color of the thin outline around components (ie bars, lines, or dots). |
void |
setGraphOutlineComponentsExistence(boolean existence)
Sets whether there exists a thin outline around each component (ie bars, lines, or dots). |
void |
setGraphProperties(net.sourceforge.chart2d.GraphProperties graphProps)
Sets all properties to be the values of another GraphProperties object. |
void |
setGraphPropertiesToDefaults()
Sets all properties to their default values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static float[] CONTINUOUS
public static float[] DASHED
public static float[] DOTTED
public static int LEFT
public static int RIGHT
public static int TOP
public static int BOTTOM
public static int NONE
public static int COMPONENT
public static int GRAPH
public static java.awt.AlphaComposite ALPHA_COMPOSITE_NONE
public static java.awt.AlphaComposite ALPHA_COMPOSITE_MILD
public static java.awt.AlphaComposite ALPHA_COMPOSITE_MEDIUM
public static final boolean GRAPH_BACKGROUND_EXISTENCE_DEFAULT
public static final java.awt.Color GRAPH_BACKGROUND_COLOR_DEFAULT
public static final boolean GRAPH_BORDER_EXISTENCE_DEFAULT
public static final int GRAPH_BORDER_THICKNESS_MODEL_DEFAULT
public static final java.awt.Color GRAPH_BORDER_LEFT_BOTTOM_COLOR_DEFAULT
public static final java.awt.Color GRAPH_BORDER_RIGHT_TOP_COLOR_DEFAULT
public static final boolean GRAPH_ALLOW_COMPONENT_ALIGNMENT_DEFAULT
public static final boolean GRAPH_OUTLINE_COMPONENTS_EXISTENCE_DEFAULT
public static final java.awt.Color GRAPH_OUTLINE_COMPONENTS_COLOR_DEFAULT
public static final boolean GRAPH_BETWEEN_COMPONENTS_GAP_EXISTENCE_DEFAULT
public static final int GRAPH_BETWEEN_COMPONENTS_GAP_THICKNESS_MODEL_DEFAULT
public static final boolean GRAPH_BARS_EXISTENCE_DEFAULT
public static final int GRAPH_BARS_THICKNESS_MODEL_DEFAULT
public static final float GRAPH_BARS_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT
public static final float GRAPH_BARS_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT
public static final boolean GRAPH_LINES_EXISTENCE_DEFAULT
public static final int GRAPH_LINES_THICKNESS_MODEL_DEFAULT
public static final boolean GRAPH_LINES_FILL_INTERIOR_DEFAULT
public static final float GRAPH_LINES_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT
public static final float GRAPH_LINES_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT
public static final boolean GRAPH_DOTS_EXISTENCE_DEFAULT
public static final int GRAPH_DOTS_THICKNESS_MODEL_DEFAULT
public static final float GRAPH_DOTS_EXCESS_SPACE_FEEDBACK_RATIO_DEFAULT
public static final float GRAPH_DOTS_WITHIN_CATEGORY_OVERLAP_RATIO_DEFAULT
public static final boolean GRAPH_NUMBERS_LINES_EXISTENCE_DEFAULT
public static final int GRAPH_NUMBERS_LINES_THICKNESS_MODEL_DEFAULT
public static final float[] GRAPH_NUMBERS_LINES_STYLE_DEFAULT
public static final java.awt.Color GRAPH_NUMBERS_LINES_COLOR_DEFAULT
public static final boolean GRAPH_LABELS_LINES_EXISTENCE_DEFAULT
public static final int GRAPH_LABELS_LINES_THICKNESS_MODEL_DEFAULT
public static final float[] GRAPH_LABELS_LINES_STYLE_DEFAULT
public static final java.awt.Color GRAPH_LABELS_LINES_COLOR_DEFAULT
public static final boolean GRAPH_LINES_THICKNESS_ASSOCIATION_DEFAULT
public static int GRAPH_COMPONENTS_LIGHT_SOURCE_DEFAULT
public static int GRAPH_COMPONENTS_LIGHT_TYPE_DEFAULT
public static float GRAPH_BARS_ROUNDING_RATIO_DEFAULT
public static final boolean GRAPH_COMPONENTS_OVERFLOW_CLIP_DEFAULT
public static java.awt.AlphaComposite GRAPH_COMPONENTS_ALPHA_COMPOSITE_DEFAULT
| Constructor Detail |
public GraphProperties()
public GraphProperties(net.sourceforge.chart2d.GraphProperties graphProps)
graphProps - The properties to copy.| Method Detail |
public final void setGraphPropertiesToDefaults()
public final void setGraphProperties(net.sourceforge.chart2d.GraphProperties graphProps)
graphProps - The properties to copy.public final void setGraphBackgroundExistence(boolean existence)
existence - If true, the background of this graph will exist.public final void setGraphBackgroundColor(java.awt.Color color)
color - The color of the background of this graph.public final void setGraphBorderExistence(boolean existence)
existence - If true, then the graph's left and bottom border exists.public final void setGraphBorderThicknessModel(int thickness)
thickness - The model thickness of the graph's left and bottom border.public final void setGraphBorderLeftBottomColor(java.awt.Color color)
color - The color of the graph's left and bottom border.public final void setGraphBorderRightTopColor(java.awt.Color color)
color - The color of the graph's right and top border.public final void setGraphAllowComponentAlignment(boolean alignment)
alignment - If true, the components will not be offset within the
category.public final void setGraphOutlineComponentsExistence(boolean existence)
existence - If true, the components will have an outline.public final void setGraphOutlineComponentsColor(java.awt.Color color)
color - The color of each component's outline.public final void setGraphBetweenComponentsGapExistence(boolean existence)
existence - If true, then the gap between components exists.public final void setGraphBetweenComponentsGapThicknessModel(int thickness)
thickness - The model thickness of teh gap between components.public final void setGraphBarsExistence(boolean existence)
existence - If true, then the graph contains bars.public final void setGraphBarsThicknessModel(int thickness)
thickness - The model thickness of the bars.public final void setGraphBarsExcessSpaceFeedbackRatio(float ratio)
ratio - The ratio on the total amount of space to feedback.public final void setGraphBarsWithinCategoryOverlapRatio(float ratio)
ratio - The ratio on the thickness of the bar for overlap.public final void setGraphLinesExistence(boolean existence)
existence - If true, then the graph contains lines.public final void setGraphLinesThicknessModel(int thickness)
thickness - The model thickness of the lines.public final void setGraphLinesFillInterior(boolean fill)
fill - If true, then the lines will be filled.public final void setGraphLinesExcessSpaceFeedbackRatio(float ratio)
ratio - The ratio on the total amount of space to feedback.public final void setGraphLinesWithinCategoryOverlapRatio(float ratio)
ratio - The ratio on the thickness of the line for overlap.public final void setGraphDotsExistence(boolean existence)
existence - If true, then the graph contains dots.public final void setGraphDotsThicknessModel(int thickness)
thickness - The model thickness of the dots.public final void setGraphDotsExcessSpaceFeedbackRatio(float ratio)
ratio - The ratio on the total amount of space to feedback.public final void setGraphDotsWithinCategoryOverlapRatio(float ratio)
ratio - The ratio on the thickness of the dot for overlap.public final void setGraphNumbersLinesExistence(boolean existence)
existence - If true, the horizontal lines exist.public final void setGraphNumbersLinesThicknessModel(int thickness)
thickness - The model thickness of the horizontal lines.public final void setGraphNumbersLinesStyle(float[] style)
style - The style of the horizontal lines.public final void setGraphNumbersLinesColor(java.awt.Color color)
color - The color of the horizontal lines.public final void setGraphLabelsLinesExistence(boolean existence)
existence - If true, the vertical lines exist.public final void setGraphLabelsLinesThicknessModel(int thickness)
thickness - The model thickness of the vertical lines.public final void setGraphLabelsLinesStyle(float[] style)
style - The style of the vertical lines.public final void setGraphLabelsLinesColor(java.awt.Color color)
color - The color of the vertical lines.public final void setGraphLinesThicknessAssociation(boolean association)
association - If true, then these lines will have equal thickness.public final void setGraphComponentsLightSource(int s)
s - The direction of the light source.public final void setGraphComponentsLightType(int t)
t - The lighting affect type.public final void setGraphBarsRoundingRatio(float r)
r - The rounding ratio.public final void setGraphComponentsOverflowClip(boolean c)
c - If true, then the components will be clipped.public final void setGraphComponentsAlphaComposite(java.awt.AlphaComposite a)
a - The AlphaComposite object to use.public final boolean getGraphBackgroundExistence()
public final java.awt.Color getGraphBackgroundColor()
public final boolean getGraphBorderExistence()
public final int getGraphBorderThicknessModel()
public final java.awt.Color getGraphBorderLeftBottomColor()
public final java.awt.Color getGraphBorderRightTopColor()
public final boolean getGraphAllowComponentAlignment()
public final boolean getGraphOutlineComponentsExistence()
public final java.awt.Color getGraphOutlineComponentsColor()
public final boolean getGraphBetweenComponentsGapExistence()
public final int getGraphBetweenComponentsGapThicknessModel()
public final boolean getGraphBarsExistence()
public final int getGraphBarsThicknessModel()
public final float getGraphBarsExcessSpaceFeedbackRatio()
public final float getGraphBarsWithinCategoryOverlapRatio()
public final boolean getGraphLinesExistence()
public final int getGraphLinesThicknessModel()
public final boolean getGraphLinesFillInterior()
public final float getGraphLinesExcessSpaceFeedbackRatio()
public final float getGraphLinesWithinCategoryOverlapRatio()
public final boolean getGraphDotsExistence()
public final int getGraphDotsThicknessModel()
public final float getGraphDotsExcessSpaceFeedbackRatio()
public final float getGraphDotsWithinCategoryOverlapRatio()
public final boolean getGraphNumbersLinesExistence()
public final int getGraphNumbersLinesThicknessModel()
public final float[] getGraphNumbersLinesStyle()
public final java.awt.Color getGraphNumbersLinesColor()
public final boolean getGraphLabelsLinesExistence()
public final int getGraphLabelsLinesThicknessModel()
public final float[] getGraphLabelsLinesStyle()
public final java.awt.Color getGraphLabelsLinesColor()
public final boolean getGraphLinesThicknessAssociation()
public final int getGraphComponentsLightSource()
public final int getGraphComponentsLightType()
public final float getGraphBarsRoundingRatio()
public final boolean getGraphComponentsOverflowClip()
public final java.awt.AlphaComposite getGraphComponentsAlphaComposite()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||