net.sf.jasperreports.charts
Interface JRLinePlot
- All Superinterfaces:
- java.lang.Cloneable, JRCategoryAxisFormat, JRChartPlot, JRCloneable, JRValueAxisFormat
- All Known Implementing Classes:
- JRBaseLinePlot, JRDesignLinePlot, JRFillLinePlot
public interface JRLinePlot
- extends JRChartPlot, JRCategoryAxisFormat, JRValueAxisFormat
- Version:
- $Id: JRLinePlot.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Flavius Sana ([email protected])
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat |
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotation |
getCategoryAxisLabelExpression
JRExpression getCategoryAxisLabelExpression()
getValueAxisLabelExpression
JRExpression getValueAxisLabelExpression()
getDomainAxisMinValueExpression
JRExpression getDomainAxisMinValueExpression()
getDomainAxisMaxValueExpression
JRExpression getDomainAxisMaxValueExpression()
getRangeAxisMinValueExpression
JRExpression getRangeAxisMinValueExpression()
getRangeAxisMaxValueExpression
JRExpression getRangeAxisMaxValueExpression()
isShowLines
boolean isShowLines()
- Deprecated. Replaced by
getShowLines()
getShowLines
java.lang.Boolean getShowLines()
setShowLines
void setShowLines(boolean isShowLines)
- Deprecated. Replaced by
setShowLines(Boolean)
setShowLines
void setShowLines(java.lang.Boolean isShowLines)
isShowShapes
boolean isShowShapes()
- Deprecated. Replaced by
getShowShapes()
getShowShapes
java.lang.Boolean getShowShapes()
setShowShapes
void setShowShapes(boolean isShowShapes)
- Deprecated. Replaced by
setShowShapes(Boolean)
setShowShapes
void setShowShapes(java.lang.Boolean isShowShapes)
Copyright © 2011. All Rights Reserved.