Class JRDesignTimeSeriesPlot
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseChartPlot
-
- net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot
-
- net.sf.jasperreports.charts.design.JRDesignTimeSeriesPlot
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRChartPlot
,JRCommonLinePlot
,JRTimeAxisFormat
,JRTimeSeriesPlot
,JRValueAxisFormat
,JRChangeEventsSupport
,JRCloneable
public class JRDesignTimeSeriesPlot extends JRBaseTimeSeriesPlot
- 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 inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot
domainAxisMaxValueExpression, domainAxisMinValueExpression, PROPERTY_SHOW_LINES, PROPERTY_SHOW_SHAPES, rangeAxisMaxValueExpression, rangeAxisMinValueExpression, timeAxisLabelColor, timeAxisLabelExpression, timeAxisLabelFont, timeAxisLineColor, timeAxisTickLabelColor, timeAxisTickLabelFont, timeAxisTickLabelMask, timeAxisVerticalTickLabels, 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
-
-
Constructor Summary
Constructors Constructor Description JRDesignTimeSeriesPlot(JRChartPlot plot, JRChart chart)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot
clone, collectExpressions, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getOwnTimeAxisLabelColor, getOwnTimeAxisLineColor, getOwnTimeAxisTickLabelColor, getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getShowLines, getShowShapes, getTimeAxisLabelColor, getTimeAxisLabelExpression, getTimeAxisLabelFont, getTimeAxisLineColor, getTimeAxisTickLabelColor, getTimeAxisTickLabelFont, getTimeAxisTickLabelMask, getTimeAxisVerticalTickLabels, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels, setShowLines, setShowShapes
-
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_TIME_AXIS_LABEL_COLOR
public static final String PROPERTY_TIME_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_TIME_AXIS_LABEL_EXPRESSION
public static final String PROPERTY_TIME_AXIS_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_TIME_AXIS_LABEL_FONT
public static final String PROPERTY_TIME_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_TIME_AXIS_LINE_COLOR
public static final String PROPERTY_TIME_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_TIME_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_TIME_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_TIME_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_TIME_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_TIME_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_TIME_AXIS_TICK_LABEL_MASK
- See Also:
- Constant Field Values
-
PROPERTY_TIME_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_TIME_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_EXPRESSION
public static final String PROPERTY_VALUE_AXIS_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION
public static final String PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION
public static final String PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION
public static final String PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION
public static final String PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION
- 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
-
JRDesignTimeSeriesPlot
public JRDesignTimeSeriesPlot(JRChartPlot plot, JRChart chart)
-
-
Method Detail
-
setTimeAxisLabelExpression
public void setTimeAxisLabelExpression(JRExpression timeAxisLabelExpression)
-
setTimeAxisLabelFont
public void setTimeAxisLabelFont(JRFont timeAxisLabelFont)
-
setTimeAxisLabelColor
public void setTimeAxisLabelColor(Color timeAxisLabelColor)
-
setTimeAxisTickLabelFont
public void setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)
-
setTimeAxisTickLabelColor
public void setTimeAxisTickLabelColor(Color timeAxisTickLabelColor)
-
setTimeAxisTickLabelMask
public void setTimeAxisTickLabelMask(String timeAxisTickLabelMask)
-
setTimeAxisVerticalTickLabels
public void setTimeAxisVerticalTickLabels(Boolean timeAxisVerticalTickLabels)
-
setTimeAxisLineColor
public void setTimeAxisLineColor(Color timeAxisLineColor)
-
setValueAxisLabelExpression
public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
-
setDomainAxisMinValueExpression
public void setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression)
-
setDomainAxisMaxValueExpression
public void setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression)
-
setRangeAxisMinValueExpression
public void setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression)
-
setRangeAxisMaxValueExpression
public void setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression)
-
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)
-
setTimeAxisFormat
public void setTimeAxisFormat(JRAxisFormat axisFormat)
-
setValueAxisFormat
public void setValueAxisFormat(JRAxisFormat axisFormat)
-
-