Class DomainIntervalMarkerCustomizer
- java.lang.Object
-
- net.sf.jasperreports.charts.JRAbstractChartCustomizer
-
- net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
-
- net.sf.jasperreports.customizers.marker.AbstractIntervalMarkerCustomizer
-
- net.sf.jasperreports.customizers.marker.DomainIntervalMarkerCustomizer
-
- All Implemented Interfaces:
JRChartCustomizer
,NamedChartCustomizer
public class DomainIntervalMarkerCustomizer extends AbstractIntervalMarkerCustomizer
This customizer plots a line chart as spline.- Author:
- Giulio Toffoli (gt78@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.customizers.marker.AbstractIntervalMarkerCustomizer
PROPERTY_END_VALUE, PROPERTY_OUTLINE_COLOR, PROPERTY_START_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 DomainIntervalMarkerCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addMarker(org.jfree.chart.plot.Plot plot, org.jfree.chart.plot.Marker marker)
void
customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
This method is called at fill time, before the chart is rendered.-
Methods inherited from class net.sf.jasperreports.customizers.marker.AbstractIntervalMarkerCustomizer
createMarker
-
Methods inherited from class net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
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
-
-
-
-
Method Detail
-
customize
public void customize(org.jfree.chart.JFreeChart jfc, JRChart jrc)
Description copied from interface:JRChartCustomizer
This method is called at fill time, before the chart is rendered.- Parameters:
jfc
- the JFreeChart object, which can be accessed and modifiedjrc
- the JasperReports version of the chart, containing data that might be needed in customization
-
addMarker
protected void addMarker(org.jfree.chart.plot.Plot plot, org.jfree.chart.plot.Marker marker)
- Specified by:
addMarker
in classAbstractMarkerCustomizer
-
-