public abstract class AbstractMarkerCustomizer
extends net.sf.jasperreports.engine.JRAbstractChartCustomizer
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ALPHA |
static String |
PROPERTY_COLOR |
static String |
PROPERTY_LABEL |
static String |
PROPERTY_LABEL_ANCHOR |
static String |
PROPERTY_LABEL_OFFSET_BOTTOM |
static String |
PROPERTY_LABEL_OFFSET_LEFT |
static String |
PROPERTY_LABEL_OFFSET_RIGHT |
static String |
PROPERTY_LABEL_OFFSET_TOP |
static String |
PROPERTY_LABEL_TEXT_ANCHOR |
static String |
PROPERTY_LAYER |
static String |
PROPERTY_STROKE_STYLE |
static String |
PROPERTY_STROKE_WIDTH |
| Constructor and Description |
|---|
AbstractMarkerCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addMarker(org.jfree.chart.plot.Plot plot,
org.jfree.chart.plot.Marker marker) |
protected void |
configureMarker(org.jfree.chart.plot.Marker marker) |
protected void |
configureStroke(org.jfree.chart.plot.Marker marker) |
protected org.jfree.ui.Layer |
getLayer() |
protected BasicStroke |
getStroke(Float strokeWidth) |
getBooleanProperty, getCustomizerPropertyName, getDoubleProperty, getFieldValue, getFieldValue, getFloatProperty, getIntegerProperty, getParameterValue, getParameterValue, getProperty, getVariableValue, getVariableValue, init, init, setNamepublic static final String PROPERTY_LABEL
public static final String PROPERTY_LABEL_ANCHOR
public static final String PROPERTY_LABEL_OFFSET_TOP
public static final String PROPERTY_LABEL_OFFSET_LEFT
public static final String PROPERTY_LABEL_OFFSET_BOTTOM
public static final String PROPERTY_LABEL_OFFSET_RIGHT
public static final String PROPERTY_LABEL_TEXT_ANCHOR
public static final String PROPERTY_COLOR
public static final String PROPERTY_ALPHA
public static final String PROPERTY_STROKE_WIDTH
public static final String PROPERTY_STROKE_STYLE
public static final String PROPERTY_LAYER
protected void configureMarker(org.jfree.chart.plot.Marker marker)
protected void configureStroke(org.jfree.chart.plot.Marker marker)
protected BasicStroke getStroke(Float strokeWidth)
protected abstract void addMarker(org.jfree.chart.plot.Plot plot,
org.jfree.chart.plot.Marker marker)
protected org.jfree.ui.Layer getLayer()
Copyright © 2019 TIBCO Software Inc.. All rights reserved.