org.jCharts.properties
Class AxisProperties
java.lang.Object
org.jCharts.properties.Properties
org.jCharts.properties.AxisProperties
- All Implemented Interfaces:
- HTMLTestable, java.io.Serializable
- public final class AxisProperties
- extends Properties
- implements HTMLTestable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xAxisProperties
private AxisTypeProperties xAxisProperties
yAxisProperties
private AxisTypeProperties yAxisProperties
isPlotHorizontal
private boolean isPlotHorizontal
xAxisLabelsAreVertical
private boolean xAxisLabelsAreVertical
AxisProperties
public AxisProperties(LabelAxisProperties xAxis,
LabelAxisProperties yAxis)
- Parameters:
xAxis
- yAxis
-
AxisProperties
public AxisProperties(boolean isHorizontalPlot)
- Parameters:
isHorizontalPlot
-
AxisProperties
public AxisProperties()
getXAxisProperties
public AxisTypeProperties getXAxisProperties()
getYAxisProperties
public AxisTypeProperties getYAxisProperties()
isPlotHorizontal
public boolean isPlotHorizontal()
xAxisLabelsAreVertical
public boolean xAxisLabelsAreVertical()
setXAxisLabelsAreVertical
public void setXAxisLabelsAreVertical(boolean xAxisLabelsAreVertical)
toHTML
public void toHTML(HTMLGenerator htmlGenerator)
- Enables the testing routines to display the contents of this Object.
- Specified by:
toHTML
in interface HTMLTestable
- Overrides:
toHTML
in class Properties
- Parameters:
htmlGenerator
-