public class ChartProperties extends AreaProperties implements HTMLTestable
Modifier and Type | Field and Description |
---|---|
ChartFont |
titleChartFont |
private float |
titlePadding |
private boolean |
validate |
DEFAULT_BACKGROUND_PAINT
Constructor and Description |
---|
ChartProperties() |
Modifier and Type | Method and Description |
---|---|
ChartFont |
getTitleFont() |
float |
getTitlePadding()
Returns the number of pixels between the Chart Title and the axis plot area
|
void |
setTitleFont(ChartFont titleFont) |
void |
setTitlePadding(float pixels) |
void |
setValidate(boolean validate)
Toggles the validation of data and properties for the charts.
|
void |
toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.
|
boolean |
validate() |
getBorderStroke, getEdgePadding, setBorderStroke, setEdgePadding
getBackgroundPaint, setBackgroundPaint
public ChartFont titleChartFont
private float titlePadding
private boolean validate
public ChartFont getTitleFont()
public void setTitleFont(ChartFont titleFont)
public float getTitlePadding()
public void setTitlePadding(float pixels)
public boolean validate()
public void setValidate(boolean validate)
validate
- public void toHTML(HTMLGenerator htmlGenerator)
toHTML
in interface HTMLTestable
toHTML
in class AreaProperties
htmlGenerator
-