net.sf.jasperreports.charts.design
Class JRDesignLinePlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseLinePlot
net.sf.jasperreports.charts.design.JRDesignLinePlot
- All Implemented Interfaces:
- java.io.Serializable, JRCategoryAxisFormat, JRLinePlot, JRValueAxisFormat, JRChangeEventsSupport, JRChartPlot
public class JRDesignLinePlot
- extends JRBaseLinePlot
- Version:
- $Id: JRDesignLinePlot.java 1923 2007-10-25 09:44:32Z lucianc $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseLinePlot |
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, PROPERTY_SHOW_LINES, PROPERTY_SHOW_SHAPES, 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 |
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseLinePlot |
clone, collectExpressions, getCategoryAxisLabelColor, getCategoryAxisLabelExpression, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, 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 |
PROPERTY_CATEGORY_AXIS_LABEL_COLOR
public static final java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
PROPERTY_CATEGORY_AXIS_LABEL_EXPRESSION
public static final java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_CATEGORY_AXIS_LABEL_FONT
public static final java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
PROPERTY_CATEGORY_AXIS_LINE_COLOR
public static final java.lang.String PROPERTY_CATEGORY_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
public static final java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
public static final java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
public static final java.lang.String PROPERTY_CATEGORY_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
JRDesignLinePlot
public JRDesignLinePlot(JRChartPlot linePlot,
JRChart chart)
setCategoryAxisLabelExpression
public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
setCategoryAxisLabelFont
public void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
setCategoryAxisLabelColor
public void setCategoryAxisLabelColor(java.awt.Color categoryAxisLabelColor)
setCategoryAxisTickLabelFont
public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
setCategoryAxisTickLabelColor
public void setCategoryAxisTickLabelColor(java.awt.Color categoryAxisTickLabelColor)
setCategoryAxisTickLabelMask
public void setCategoryAxisTickLabelMask(java.lang.String categoryAxisTickLabelMask)
setCategoryAxisLineColor
public void setCategoryAxisLineColor(java.awt.Color categoryAxisLineColor)
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)
setCategoryAxisFormat
public void setCategoryAxisFormat(JRAxisFormat axisFormat)
setValueAxisFormat
public void setValueAxisFormat(JRAxisFormat axisFormat)
© 2001-2006 JasperSoft Corporation www.jaspersoft.com