public final class StockChartProperties extends AxisChartTypeProperties
| Modifier and Type | Field and Description |
|---|---|
private int |
closeLength |
private Stroke |
closeStroke |
static Stroke |
DEFAULT_STROKE |
private Stroke |
hiLowStroke |
private int |
openLength |
private Stroke |
openStroke |
| Constructor and Description |
|---|
StockChartProperties() |
StockChartProperties(Stroke hiLowStroke,
Stroke openStroke,
int openPixelLength,
Stroke closeStroke,
int closePixelLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClosePixelLength() |
Stroke |
getCloseStroke() |
Stroke |
getHiLowStroke() |
int |
getOpenPixelLength() |
Stroke |
getOpenStroke() |
void |
setClosePixelLength(int pixelLength) |
void |
setCloseStroke(Stroke stroke) |
void |
setHiLowStroke(Stroke stroke) |
void |
setOpenPixelLength(int pixelLength) |
void |
setOpenStroke(Stroke stroke) |
void |
toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.
|
void |
validate(IAxisPlotDataSet iAxisPlotDataSet)
Validates the properties.
|
addPostRenderEventListener, addPreRenderEventListener, firePostRender, firePreRenderpublic static final Stroke DEFAULT_STROKE
private Stroke hiLowStroke
private Stroke openStroke
private int openLength
private Stroke closeStroke
private int closeLength
public Stroke getHiLowStroke()
public void setHiLowStroke(Stroke stroke)
stroke - public Stroke getOpenStroke()
public void setOpenStroke(Stroke stroke)
stroke - public int getOpenPixelLength()
public void setOpenPixelLength(int pixelLength)
pixelLength - public Stroke getCloseStroke()
public void setCloseStroke(Stroke stroke)
stroke - public int getClosePixelLength()
public void setClosePixelLength(int pixelLength)
pixelLength - public void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
validate in class AxisChartTypePropertiesiAxisPlotDataSet - PropertyExceptionpublic void toHTML(HTMLGenerator htmlGenerator)
htmlGenerator -