public final class AxisProperties extends Properties implements HTMLTestable
Modifier and Type | Field and Description |
---|---|
private boolean |
isPlotHorizontal |
private boolean |
xAxisLabelsAreVertical |
private AxisTypeProperties |
xAxisProperties |
private AxisTypeProperties |
yAxisProperties |
DEFAULT_BACKGROUND_PAINT
Constructor and Description |
---|
AxisProperties() |
AxisProperties(boolean isHorizontalPlot) |
AxisProperties(LabelAxisProperties xAxis,
LabelAxisProperties yAxis) |
Modifier and Type | Method and Description |
---|---|
AxisTypeProperties |
getXAxisProperties() |
AxisTypeProperties |
getYAxisProperties() |
boolean |
isPlotHorizontal() |
void |
setXAxisLabelsAreVertical(boolean xAxisLabelsAreVertical) |
void |
toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.
|
boolean |
xAxisLabelsAreVertical() |
getBackgroundPaint, setBackgroundPaint
private AxisTypeProperties xAxisProperties
private AxisTypeProperties yAxisProperties
private boolean isPlotHorizontal
private boolean xAxisLabelsAreVertical
public AxisProperties(LabelAxisProperties xAxis, LabelAxisProperties yAxis)
xAxis
- yAxis
- public AxisProperties(boolean isHorizontalPlot)
isHorizontalPlot
- public AxisProperties()
public AxisTypeProperties getXAxisProperties()
public AxisTypeProperties getYAxisProperties()
public boolean isPlotHorizontal()
public boolean xAxisLabelsAreVertical()
public void setXAxisLabelsAreVertical(boolean xAxisLabelsAreVertical)
public void toHTML(HTMLGenerator htmlGenerator)
toHTML
in interface HTMLTestable
toHTML
in class Properties
htmlGenerator
-