Class AbstractMarkerCustomizer
java.lang.Object
net.sf.jasperreports.charts.JRAbstractChartCustomizer
net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
- All Implemented Interfaces:
JRChartCustomizer,NamedChartCustomizer
- Direct Known Subclasses:
AbstractIntervalMarkerCustomizer,AbstractValueMarkerCustomizer,CategoryMarkerCustomizer
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
chart, fillerFields inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
CUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidaddMarker(org.jfree.chart.plot.Plot plot, org.jfree.chart.plot.Marker marker) protected voidconfigureMarker(org.jfree.chart.plot.Marker marker) protected voidconfigureStroke(org.jfree.chart.plot.Marker marker) protected org.jfree.chart.ui.LayergetLayer()protected BasicStrokeMethods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
customize
-
Field Details
-
PROPERTY_LABEL
- See Also:
-
PROPERTY_LABEL_ANCHOR
- See Also:
-
PROPERTY_LABEL_OFFSET_TOP
- See Also:
-
PROPERTY_LABEL_OFFSET_LEFT
- See Also:
-
PROPERTY_LABEL_OFFSET_BOTTOM
- See Also:
-
PROPERTY_LABEL_OFFSET_RIGHT
- See Also:
-
PROPERTY_LABEL_TEXT_ANCHOR
- See Also:
-
PROPERTY_COLOR
- See Also:
-
PROPERTY_ALPHA
- See Also:
-
PROPERTY_STROKE_WIDTH
- See Also:
-
PROPERTY_STROKE_STYLE
- See Also:
-
PROPERTY_LAYER
- See Also:
-
-
Constructor Details
-
AbstractMarkerCustomizer
public AbstractMarkerCustomizer()
-
-
Method Details
-
configureMarker
protected void configureMarker(org.jfree.chart.plot.Marker marker) -
configureStroke
protected void configureStroke(org.jfree.chart.plot.Marker marker) -
getStroke
-
addMarker
protected abstract void addMarker(org.jfree.chart.plot.Plot plot, org.jfree.chart.plot.Marker marker) -
getLayer
protected org.jfree.chart.ui.Layer getLayer()
-