net.sf.jasperreports.charts.design
Class JRDesignTimeSeriesPlot

java.lang.Object
  extended by net.sf.jasperreports.engine.base.JRBaseChartPlot
      extended by net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot
          extended by net.sf.jasperreports.charts.design.JRDesignTimeSeriesPlot
All Implemented Interfaces:
java.io.Serializable, JRTimeAxisFormat, JRTimeSeriesPlot, JRValueAxisFormat, JRChangeEventsSupport, JRChartPlot

public class JRDesignTimeSeriesPlot
extends JRBaseTimeSeriesPlot

Version:
$Id: JRDesignTimeSeriesPlot.java 1923 2007-10-25 09:44:32Z lucianc $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
static java.lang.String PROPERTY_TIME_AXIS_LABEL_COLOR
           
static java.lang.String PROPERTY_TIME_AXIS_LABEL_EXPRESSION
           
static java.lang.String PROPERTY_TIME_AXIS_LABEL_FONT
           
static java.lang.String PROPERTY_TIME_AXIS_LINE_COLOR
           
static java.lang.String PROPERTY_TIME_AXIS_TICK_LABEL_COLOR
           
static java.lang.String PROPERTY_TIME_AXIS_TICK_LABEL_FONT
           
static java.lang.String PROPERTY_TIME_AXIS_TICK_LABEL_MASK
           
static java.lang.String PROPERTY_VALUE_AXIS_LABEL_COLOR
           
static java.lang.String PROPERTY_VALUE_AXIS_LABEL_EXPRESSION
           
static java.lang.String PROPERTY_VALUE_AXIS_LABEL_FONT
           
static java.lang.String PROPERTY_VALUE_AXIS_LINE_COLOR
           
static java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
           
static java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
           
static java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
           
 
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot
PROPERTY_SHOW_LINES, PROPERTY_SHOW_SHAPES, timeAxisLabelColor, timeAxisLabelExpression, timeAxisLabelFont, timeAxisLineColor, timeAxisTickLabelColor, timeAxisTickLabelFont, timeAxisTickLabelMask, valueAxisLabelColor, valueAxisLabelExpression, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFont, valueAxisTickLabelMask
 
Fields inherited from class net.sf.jasperreports.engine.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
JRDesignTimeSeriesPlot(JRChartPlot plot, JRChart chart)
           
 
Method Summary
 void setTimeAxisFormat(JRAxisFormat axisFormat)
           
 void setTimeAxisLabelColor(java.awt.Color timeAxisLabelColor)
           
 void setTimeAxisLabelExpression(JRExpression timeAxisLabelExpression)
           
 void setTimeAxisLabelFont(JRFont timeAxisLabelFont)
           
 void setTimeAxisLineColor(java.awt.Color timeAxisLineColor)
           
 void setTimeAxisTickLabelColor(java.awt.Color timeAxisTickLabelColor)
           
 void setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)
           
 void setTimeAxisTickLabelMask(java.lang.String timeAxisTickLabelMask)
           
 void setValueAxisFormat(JRAxisFormat axisFormat)
           
 void setValueAxisLabelColor(java.awt.Color valueAxisLabelColor)
           
 void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
           
 void setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void setValueAxisLineColor(java.awt.Color valueAxisLineColor)
           
 void setValueAxisTickLabelColor(java.awt.Color valueAxisTickLabelColor)
           
 void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void setValueAxisTickLabelMask(java.lang.String valueAxisTickLabelMask)
           
 
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseTimeSeriesPlot
clone, collectExpressions, getOwnTimeAxisLabelColor, getOwnTimeAxisLineColor, getOwnTimeAxisTickLabelColor, getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getTimeAxisLabelColor, getTimeAxisLabelExpression, getTimeAxisLabelFont, getTimeAxisLineColor, getTimeAxisTickLabelColor, getTimeAxisTickLabelFont, getTimeAxisTickLabelMask, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, isShowLines, isShowShapes, setShowLines, setShowShapes
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
 

Field Detail

PROPERTY_TIME_AXIS_LABEL_COLOR

public static final java.lang.String PROPERTY_TIME_AXIS_LABEL_COLOR
See Also:
Constant Field Values

PROPERTY_TIME_AXIS_LABEL_EXPRESSION

public static final java.lang.String PROPERTY_TIME_AXIS_LABEL_EXPRESSION
See Also:
Constant Field Values

PROPERTY_TIME_AXIS_LABEL_FONT

public static final java.lang.String PROPERTY_TIME_AXIS_LABEL_FONT
See Also:
Constant Field Values

PROPERTY_TIME_AXIS_LINE_COLOR

public static final java.lang.String PROPERTY_TIME_AXIS_LINE_COLOR
See Also:
Constant Field Values

PROPERTY_TIME_AXIS_TICK_LABEL_COLOR

public static final java.lang.String PROPERTY_TIME_AXIS_TICK_LABEL_COLOR
See Also:
Constant Field Values

PROPERTY_TIME_AXIS_TICK_LABEL_FONT

public static final java.lang.String PROPERTY_TIME_AXIS_TICK_LABEL_FONT
See Also:
Constant Field Values

PROPERTY_TIME_AXIS_TICK_LABEL_MASK

public static final java.lang.String PROPERTY_TIME_AXIS_TICK_LABEL_MASK
See Also:
Constant Field Values

PROPERTY_VALUE_AXIS_LABEL_COLOR

public static final java.lang.String PROPERTY_VALUE_AXIS_LABEL_COLOR
See Also:
Constant Field Values

PROPERTY_VALUE_AXIS_LABEL_EXPRESSION

public static final java.lang.String PROPERTY_VALUE_AXIS_LABEL_EXPRESSION
See Also:
Constant Field Values

PROPERTY_VALUE_AXIS_LABEL_FONT

public static final java.lang.String PROPERTY_VALUE_AXIS_LABEL_FONT
See Also:
Constant Field Values

PROPERTY_VALUE_AXIS_LINE_COLOR

public static final java.lang.String PROPERTY_VALUE_AXIS_LINE_COLOR
See Also:
Constant Field Values

PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR

public static final java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
See Also:
Constant Field Values

PROPERTY_VALUE_AXIS_TICK_LABEL_FONT

public static final java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
See Also:
Constant Field Values

PROPERTY_VALUE_AXIS_TICK_LABEL_MASK

public static final java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
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(java.awt.Color timeAxisLabelColor)

setTimeAxisTickLabelFont

public void setTimeAxisTickLabelFont(JRFont timeAxisTickLabelFont)

setTimeAxisTickLabelColor

public void setTimeAxisTickLabelColor(java.awt.Color timeAxisTickLabelColor)

setTimeAxisTickLabelMask

public void setTimeAxisTickLabelMask(java.lang.String timeAxisTickLabelMask)

setTimeAxisLineColor

public void setTimeAxisLineColor(java.awt.Color timeAxisLineColor)

setValueAxisLabelExpression

public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)

setValueAxisLabelFont

public void setValueAxisLabelFont(JRFont valueAxisLabelFont)

setValueAxisLabelColor

public void setValueAxisLabelColor(java.awt.Color valueAxisLabelColor)

setValueAxisTickLabelFont

public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)

setValueAxisTickLabelColor

public void setValueAxisTickLabelColor(java.awt.Color valueAxisTickLabelColor)

setValueAxisTickLabelMask

public void setValueAxisTickLabelMask(java.lang.String valueAxisTickLabelMask)

setValueAxisLineColor

public void setValueAxisLineColor(java.awt.Color valueAxisLineColor)

setTimeAxisFormat

public void setTimeAxisFormat(JRAxisFormat axisFormat)

setValueAxisFormat

public void setValueAxisFormat(JRAxisFormat axisFormat)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com