public abstract class AxisChartTypeProperties extends ChartTypeProperties implements HTMLTestable
| Modifier and Type | Field and Description |
|---|---|
private ArrayList |
postRenderEventListeners |
private ArrayList |
preRenderEventListeners |
| Constructor and Description |
|---|
AxisChartTypeProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPostRenderEventListener(PostAxisValueRenderListener postRenderListener)
Allows you to get callbacks for custom implementations to render on the axis and to
control the renderering on the axis after a value is drawn.
|
void |
addPreRenderEventListener(PreAxisValueRenderListener preRenderListener)
Allows you to get callbacks for custom implementations to render on the axis and to
control the renderering on the axis before a value is drawn.
|
void |
firePostRender(AxisValueRenderEvent axisValueRenderEvent) |
void |
firePreRender(AxisValueRenderEvent axisValueRenderEvent) |
abstract void |
validate(IAxisPlotDataSet iAxisPlotDataSet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoHTMLprivate ArrayList preRenderEventListeners
private ArrayList postRenderEventListeners
public abstract void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
PropertyExceptionpublic void addPreRenderEventListener(PreAxisValueRenderListener preRenderListener)
preRenderListener - public void firePreRender(AxisValueRenderEvent axisValueRenderEvent)
axisValueRenderEvent - public void addPostRenderEventListener(PostAxisValueRenderListener postRenderListener)
postRenderListener - public void firePostRender(AxisValueRenderEvent axisValueRenderEvent)
axisValueRenderEvent -