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 booleanprivate booleanprivate AxisTypePropertiesprivate AxisTypePropertiesFields inherited from class org.jCharts.properties.Properties
DEFAULT_BACKGROUND_PAINT -
Constructor Summary
ConstructorsConstructorDescriptionAxisProperties(boolean isHorizontalPlot) AxisProperties(LabelAxisProperties xAxis, LabelAxisProperties yAxis) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetXAxisLabelsAreVertical(boolean xAxisLabelsAreVertical) voidtoHTML(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object.booleanMethods 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:
toHTMLin interfaceHTMLTestable- Overrides:
toHTMLin classProperties- Parameters:
htmlGenerator-
-