Class AbstractValueMarkerCustomizer
- java.lang.Object
-
- net.sf.jasperreports.charts.JRAbstractChartCustomizer
-
- net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
-
- net.sf.jasperreports.customizers.marker.AbstractValueMarkerCustomizer
-
- All Implemented Interfaces:
JRChartCustomizer
,NamedChartCustomizer
- Direct Known Subclasses:
DomainValueMarkerCustomizer
,RangeValueMarkerCustomizer
public abstract class AbstractValueMarkerCustomizer extends AbstractMarkerCustomizer
This customizer plots a line chart as spline.- Author:
- Giulio Toffoli (gt78@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_VALUE
-
Fields inherited from class net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
PROPERTY_ALPHA, PROPERTY_COLOR, PROPERTY_LABEL, PROPERTY_LABEL_ANCHOR, PROPERTY_LABEL_OFFSET_BOTTOM, PROPERTY_LABEL_OFFSET_LEFT, PROPERTY_LABEL_OFFSET_RIGHT, PROPERTY_LABEL_OFFSET_TOP, PROPERTY_LABEL_TEXT_ANCHOR, PROPERTY_LAYER, PROPERTY_STROKE_STYLE, PROPERTY_STROKE_WIDTH
-
Fields inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
chart, filler
-
Fields inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
CUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description AbstractValueMarkerCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jfree.chart.plot.ValueMarker
createMarker()
-
Methods inherited from class net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
addMarker, configureMarker, configureStroke, getLayer, getStroke
-
Methods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizer
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.charts.JRChartCustomizer
customize
-
-
-
-
Field Detail
-
PROPERTY_VALUE
public static final String PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-