Class DomainValueMarkerCustomizer
java.lang.Object
net.sf.jasperreports.charts.JRAbstractChartCustomizer
net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizer
net.sf.jasperreports.customizers.marker.AbstractValueMarkerCustomizer
net.sf.jasperreports.customizers.marker.DomainValueMarkerCustomizer
- All Implemented Interfaces:
- JRChartCustomizer,- NamedChartCustomizer
This customizer plots a line chart as spline.
- Author:
- Giulio Toffoli (gt78@users.sourceforge.net)
- 
Field SummaryFields inherited from class net.sf.jasperreports.customizers.marker.AbstractValueMarkerCustomizerPROPERTY_VALUEFields inherited from class net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizerPROPERTY_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_WIDTHFields inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizerchart, fillerFields inherited from interface net.sf.jasperreports.charts.JRChartCustomizerCUSTOMIZER_CLASS_PROPERTY_PREFIX, CUSTOMIZER_PROPERTY_PREFIX
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.sf.jasperreports.customizers.marker.AbstractValueMarkerCustomizercreateMarkerMethods inherited from class net.sf.jasperreports.customizers.marker.AbstractMarkerCustomizerconfigureMarker, configureStroke, getLayer, getStrokeMethods inherited from class net.sf.jasperreports.charts.JRAbstractChartCustomizergetBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, setName
- 
Constructor Details- 
DomainValueMarkerCustomizerpublic DomainValueMarkerCustomizer()
 
- 
- 
Method Details- 
customizeDescription copied from interface:JRChartCustomizerThis method is called at fill time, before the chart is rendered.- Parameters:
- jfc- the JFreeChart object, which can be accessed and modified
- jrc- the JasperReports version of the chart, containing data that might be needed in customization
 
- 
addMarkerprotected void addMarker(org.jfree.chart.plot.Plot plot, org.jfree.chart.plot.Marker marker) - Specified by:
- addMarkerin class- AbstractMarkerCustomizer
 
 
-