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 TypeMethodDescriptionvoid
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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-
-