Package org.jCharts.properties
Class AxisProperties
java.lang.Object
org.jCharts.properties.Properties
org.jCharts.properties.AxisProperties
- All Implemented Interfaces:
Serializable
,HTMLTestable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private AxisTypeProperties
private AxisTypeProperties
Fields inherited from class org.jCharts.properties.Properties
DEFAULT_BACKGROUND_PAINT
-
Constructor Summary
ConstructorsConstructorDescriptionAxisProperties
(boolean isHorizontalPlot) AxisProperties
(LabelAxisProperties xAxis, LabelAxisProperties yAxis) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setXAxisLabelsAreVertical
(boolean xAxisLabelsAreVertical) void
toHTML
(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object.boolean
Methods inherited from class org.jCharts.properties.Properties
getBackgroundPaint, setBackgroundPaint
-
Field Details
-
xAxisProperties
-
yAxisProperties
-
isPlotHorizontal
private boolean isPlotHorizontal -
xAxisLabelsAreVertical
private boolean xAxisLabelsAreVertical
-
-
Constructor Details
-
AxisProperties
- Parameters:
xAxis
-yAxis
-
-
AxisProperties
public AxisProperties(boolean isHorizontalPlot) - Parameters:
isHorizontalPlot
-
-
AxisProperties
public AxisProperties()
-
-
Method Details
-
getXAxisProperties
-
getYAxisProperties
-
isPlotHorizontal
public boolean isPlotHorizontal() -
xAxisLabelsAreVertical
public boolean xAxisLabelsAreVertical() -
setXAxisLabelsAreVertical
public void setXAxisLabelsAreVertical(boolean xAxisLabelsAreVertical) -
toHTML
Enables the testing routines to display the contents of this Object.- Specified by:
toHTML
in interfaceHTMLTestable
- Overrides:
toHTML
in classProperties
- Parameters:
htmlGenerator
-
-