Class JRDesignAreaPlot
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseChartPlot
-
- net.sf.jasperreports.charts.base.JRBaseAreaPlot
-
- net.sf.jasperreports.charts.design.JRDesignAreaPlot
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRDesignCategoryPlot
,JRAreaPlot
,JRCategoryAxisFormat
,JRCategoryPlot
,JRChartPlot
,JRValueAxisFormat
,JRChangeEventsSupport
,JRCloneable
public class JRDesignAreaPlot extends JRBaseAreaPlot implements JRDesignCategoryPlot
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_CATEGORY_AXIS_LABEL_COLOR
static String
PROPERTY_CATEGORY_AXIS_LABEL_FONT
static String
PROPERTY_CATEGORY_AXIS_LINE_COLOR
static String
PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
static String
PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
static String
PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
static String
PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
static String
PROPERTY_VALUE_AXIS_LABEL_COLOR
static String
PROPERTY_VALUE_AXIS_LABEL_FONT
static String
PROPERTY_VALUE_AXIS_LINE_COLOR
static String
PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
static String
PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
static String
PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
static String
PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseAreaPlot
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, categoryAxisVerticalTickLabels, domainAxisMaxValueExpression, domainAxisMinValueExpression, rangeAxisMaxValueExpression, rangeAxisMinValueExpression, valueAxisLabelColor, valueAxisLabelExpression, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFont, valueAxisTickLabelMask, valueAxisVerticalTickLabels
-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
backcolor, backgroundAlpha, chart, foregroundAlpha, labelRotation, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
-
Fields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
-
Fields inherited from interface net.sf.jasperreports.charts.design.JRDesignCategoryPlot
PROPERTY_CATEGORY_AXIS_LABEL_EXPRESSION, PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION, PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION, PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION, PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION, PROPERTY_VALUE_AXIS_LABEL_EXPRESSION
-
-
Constructor Summary
Constructors Constructor Description JRDesignAreaPlot(JRChartPlot plot, JRChart chart)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseAreaPlot
clone, collectExpressions, getCategoryAxisLabelColor, getCategoryAxisLabelExpression, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels, setCategoryAxisTickLabelRotation
-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
PROPERTY_CATEGORY_AXIS_LABEL_COLOR
public static final String PROPERTY_CATEGORY_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_LABEL_FONT
public static final String PROPERTY_CATEGORY_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_LINE_COLOR
public static final String PROPERTY_CATEGORY_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_LABEL_COLOR
public static final String PROPERTY_VALUE_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_LABEL_FONT
public static final String PROPERTY_VALUE_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_LINE_COLOR
public static final String PROPERTY_VALUE_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRDesignAreaPlot
public JRDesignAreaPlot(JRChartPlot plot, JRChart chart)
-
-
Method Detail
-
setCategoryAxisLabelExpression
public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
- Specified by:
setCategoryAxisLabelExpression
in interfaceJRDesignCategoryPlot
-
setCategoryAxisLabelFont
public void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
-
setCategoryAxisLabelColor
public void setCategoryAxisLabelColor(Color categoryAxisLabelColor)
-
setCategoryAxisTickLabelFont
public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
-
setCategoryAxisTickLabelColor
public void setCategoryAxisTickLabelColor(Color categoryAxisTickLabelColor)
-
setCategoryAxisTickLabelMask
public void setCategoryAxisTickLabelMask(String categoryAxisTickLabelMask)
-
setCategoryAxisVerticalTickLabels
public void setCategoryAxisVerticalTickLabels(Boolean categoryAxisVerticalTickLabels)
-
setCategoryAxisLineColor
public void setCategoryAxisLineColor(Color categoryAxisLineColor)
-
setValueAxisLabelExpression
public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
- Specified by:
setValueAxisLabelExpression
in interfaceJRDesignCategoryPlot
-
setDomainAxisMinValueExpression
public void setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression)
- Specified by:
setDomainAxisMinValueExpression
in interfaceJRDesignCategoryPlot
-
setDomainAxisMaxValueExpression
public void setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression)
- Specified by:
setDomainAxisMaxValueExpression
in interfaceJRDesignCategoryPlot
-
setRangeAxisMinValueExpression
public void setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression)
- Specified by:
setRangeAxisMinValueExpression
in interfaceJRDesignCategoryPlot
-
setRangeAxisMaxValueExpression
public void setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression)
- Specified by:
setRangeAxisMaxValueExpression
in interfaceJRDesignCategoryPlot
-
setValueAxisLabelFont
public void setValueAxisLabelFont(JRFont valueAxisLabelFont)
-
setValueAxisLabelColor
public void setValueAxisLabelColor(Color valueAxisLabelColor)
-
setValueAxisTickLabelFont
public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
-
setValueAxisTickLabelColor
public void setValueAxisTickLabelColor(Color valueAxisTickLabelColor)
-
setValueAxisTickLabelMask
public void setValueAxisTickLabelMask(String valueAxisTickLabelMask)
-
setValueAxisVerticalTickLabels
public void setValueAxisVerticalTickLabels(Boolean valueAxisVerticalTickLabels)
-
setValueAxisLineColor
public void setValueAxisLineColor(Color valueAxisLineColor)
-
setCategoryAxisFormat
public void setCategoryAxisFormat(JRAxisFormat axisFormat)
- Specified by:
setCategoryAxisFormat
in interfaceJRDesignCategoryPlot
-
setValueAxisFormat
public void setValueAxisFormat(JRAxisFormat axisFormat)
- Specified by:
setValueAxisFormat
in interfaceJRDesignCategoryPlot
-
-