net.sf.jasperreports.charts
public interface JRScatterPlot extends JRChartPlot, JRXAxisFormat, JRYAxisFormat
JRChartPlot.JRSeriesColor
Modifier and Type | Method and Description |
---|---|
JRExpression |
getDomainAxisMaxValueExpression() |
JRExpression |
getDomainAxisMinValueExpression() |
JRExpression |
getRangeAxisMaxValueExpression() |
JRExpression |
getRangeAxisMinValueExpression() |
java.lang.Boolean |
getShowLines() |
java.lang.Boolean |
getShowShapes() |
JRExpression |
getXAxisLabelExpression() |
JRExpression |
getYAxisLabelExpression() |
boolean |
isShowLines()
Deprecated.
Replaced by
getShowLines() |
boolean |
isShowShapes()
Deprecated.
Replaced by
getShowShapes() |
void |
setShowLines(boolean isShowLines)
Deprecated.
Replaced by
setShowLines(Boolean) |
void |
setShowLines(java.lang.Boolean isShowLines) |
void |
setShowShapes(boolean isShowShapes)
Deprecated.
Replaced by
setShowShapes(Boolean) |
void |
setShowShapes(java.lang.Boolean isShowShapes) |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors
clone
getOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getXAxisLabelColor, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask, getXAxisVerticalTickLabels
getOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getYAxisLabelColor, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask, getYAxisVerticalTickLabels
JRExpression getXAxisLabelExpression()
JRExpression getYAxisLabelExpression()
boolean isShowLines()
getShowLines()
java.lang.Boolean getShowLines()
void setShowLines(boolean isShowLines)
setShowLines(Boolean)
void setShowLines(java.lang.Boolean isShowLines)
boolean isShowShapes()
getShowShapes()
java.lang.Boolean getShowShapes()
void setShowShapes(boolean isShowShapes)
setShowShapes(Boolean)
void setShowShapes(java.lang.Boolean isShowShapes)
JRExpression getDomainAxisMinValueExpression()
JRExpression getDomainAxisMaxValueExpression()
JRExpression getRangeAxisMinValueExpression()
JRExpression getRangeAxisMaxValueExpression()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com