Package org.jCharts.properties
Class AxisChartTypeProperties
java.lang.Object
org.jCharts.properties.ChartTypeProperties
org.jCharts.properties.AxisChartTypeProperties
- All Implemented Interfaces:
HTMLTestable
- Direct Known Subclasses:
AreaChartProperties,BarChartProperties,LineChartProperties,PointChartProperties,ScatterPlotProperties,StockChartProperties
Common parent for all Chart type specific properties Objects.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPostRenderEventListener(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.voidaddPreRenderEventListener(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.voidfirePostRender(AxisValueRenderEvent axisValueRenderEvent) voidfirePreRender(AxisValueRenderEvent axisValueRenderEvent) abstract voidvalidate(IAxisPlotDataSet iAxisPlotDataSet) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jCharts.test.HTMLTestable
toHTML
-
Field Details
-
preRenderEventListeners
-
postRenderEventListeners
-
-
Constructor Details
-
AxisChartTypeProperties
public AxisChartTypeProperties()
-
-
Method Details
-
validate
- Throws:
PropertyException
-
addPreRenderEventListener
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.- Parameters:
preRenderListener-
-
firePreRender
- Parameters:
axisValueRenderEvent-
-
addPostRenderEventListener
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.- Parameters:
postRenderListener-
-
firePostRender
- Parameters:
axisValueRenderEvent-
-