| |
|
| java.lang.Object org.krysalis.jcharts.properties.Properties org.krysalis.jcharts.properties.AreaProperties org.krysalis.jcharts.properties.ChartProperties
getTitlePadding | public float getTitlePadding()(Code) | | Returns the number of pixels between the Chart Title and the axis plot area
float |
setTitlePadding | public void setTitlePadding(float pixels)(Code) | | |
setUseAntiAliasing | public void setUseAntiAliasing(boolean useAntiAliasing)(Code) | | Sets flag on whether the charts will render with Anti-Aliasing enabled. If you are
embeding a chart image in a PDF file, you should set this to 'false' to get a
'cleaner' image.
Parameters: useAntiAliasing - since: 1.0.0 |
setValidate | public void setValidate(boolean validate)(Code) | | Toggles the validation of data and properties for the charts. This should be false for
production systems as it will run slightly faster. Anything for speed, right? ;)
Parameters: validate - since: 0.7.0 |
toHTML | public void toHTML(HTMLGenerator htmlGenerator)(Code) | | Enables the testing routines to display the contents of this Object.
Parameters: htmlGenerator - |
useAntiAliasing | public boolean useAntiAliasing()(Code) | | boolean since: 1.0.0 |
validate | public boolean validate()(Code) | | boolean since: 0.7.0 |
Fields inherited from org.krysalis.jcharts.properties.Properties | final public static Paint DEFAULT_BACKGROUND_PAINT(Code)(Java Doc)
|
|
|
|