org.jCharts.properties
public class AreaProperties extends Properties implements HTMLTestable
Modifier and Type | Field and Description |
---|---|
private ChartStroke |
borderStroke |
private float |
edgePadding |
DEFAULT_BACKGROUND_PAINT
Constructor and Description |
---|
AreaProperties() |
Modifier and Type | Method and Description |
---|---|
ChartStroke |
getBorderStroke()
Returns the border Stroke
|
float |
getEdgePadding()
Returns the number of pixels to pad the edges of the image
|
void |
setBorderStroke(ChartStroke chartStroke)
Sets the border Stroke.
|
void |
setEdgePadding(float edgePadding)
Sets the number of pixels to pad the edges of the image
|
void |
toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.
|
getBackgroundPaint, setBackgroundPaint
private float edgePadding
private ChartStroke borderStroke
public float getEdgePadding()
public void setEdgePadding(float edgePadding)
edgePadding
- public void setBorderStroke(ChartStroke chartStroke)
chartStroke
- public ChartStroke getBorderStroke()
public void toHTML(HTMLGenerator htmlGenerator)
toHTML
in interface HTMLTestable
toHTML
in class Properties
htmlGenerator
-