public class JRBaseScatterPlot extends JRBaseChartPlot implements JRScatterPlot
JRBaseChartPlot.JRBaseSeriesColor
JRChartPlot.JRSeriesColor
Modifier and Type | Field and Description |
---|---|
protected JRExpression |
domainAxisMaxValueExpression |
protected JRExpression |
domainAxisMinValueExpression |
static String |
PROPERTY_SHOW_LINES |
static String |
PROPERTY_SHOW_SHAPES |
protected JRExpression |
rangeAxisMaxValueExpression |
protected JRExpression |
rangeAxisMinValueExpression |
protected Color |
xAxisLabelColor |
protected JRExpression |
xAxisLabelExpression |
protected JRFont |
xAxisLabelFont |
protected Color |
xAxisLineColor |
protected Color |
xAxisTickLabelColor |
protected JRFont |
xAxisTickLabelFont |
protected String |
xAxisTickLabelMask |
protected Boolean |
xAxisVerticalTickLabels |
protected Color |
yAxisLabelColor |
protected JRExpression |
yAxisLabelExpression |
protected JRFont |
yAxisLabelFont |
protected Color |
yAxisLineColor |
protected Color |
yAxisTickLabelColor |
protected JRFont |
yAxisTickLabelFont |
protected String |
yAxisTickLabelMask |
protected Boolean |
yAxisVerticalTickLabels |
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
Constructor and Description |
---|
JRBaseScatterPlot(JRChartPlot plot,
JRChart chart) |
JRBaseScatterPlot(JRScatterPlot scatterPlot,
JRBaseObjectFactory factory) |
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
clone
public static final String PROPERTY_SHOW_LINES
public static final String PROPERTY_SHOW_SHAPES
protected JRExpression xAxisLabelExpression
protected JRFont xAxisLabelFont
protected Color xAxisLabelColor
protected JRFont xAxisTickLabelFont
protected Color xAxisTickLabelColor
protected String xAxisTickLabelMask
protected Boolean xAxisVerticalTickLabels
protected Color xAxisLineColor
protected JRExpression yAxisLabelExpression
protected JRFont yAxisLabelFont
protected Color yAxisLabelColor
protected JRFont yAxisTickLabelFont
protected Color yAxisTickLabelColor
protected String yAxisTickLabelMask
protected Boolean yAxisVerticalTickLabels
protected Color yAxisLineColor
protected JRExpression domainAxisMinValueExpression
protected JRExpression domainAxisMaxValueExpression
protected JRExpression rangeAxisMinValueExpression
protected JRExpression rangeAxisMaxValueExpression
public JRBaseScatterPlot(JRChartPlot plot, JRChart chart)
public JRBaseScatterPlot(JRScatterPlot scatterPlot, JRBaseObjectFactory factory)
public JRExpression getXAxisLabelExpression()
getXAxisLabelExpression
in interface JRScatterPlot
public JRFont getXAxisLabelFont()
getXAxisLabelFont
in interface JRXAxisFormat
public Color getXAxisLabelColor()
getXAxisLabelColor
in interface JRXAxisFormat
public Color getOwnXAxisLabelColor()
getOwnXAxisLabelColor
in interface JRXAxisFormat
public JRFont getXAxisTickLabelFont()
getXAxisTickLabelFont
in interface JRXAxisFormat
public Color getXAxisTickLabelColor()
getXAxisTickLabelColor
in interface JRXAxisFormat
public Color getOwnXAxisTickLabelColor()
getOwnXAxisTickLabelColor
in interface JRXAxisFormat
public String getXAxisTickLabelMask()
getXAxisTickLabelMask
in interface JRXAxisFormat
public Boolean getXAxisVerticalTickLabels()
getXAxisVerticalTickLabels
in interface JRXAxisFormat
public Color getXAxisLineColor()
getXAxisLineColor
in interface JRXAxisFormat
public Color getOwnXAxisLineColor()
getOwnXAxisLineColor
in interface JRXAxisFormat
public JRExpression getYAxisLabelExpression()
getYAxisLabelExpression
in interface JRScatterPlot
public JRFont getYAxisLabelFont()
getYAxisLabelFont
in interface JRYAxisFormat
public Color getYAxisLabelColor()
getYAxisLabelColor
in interface JRYAxisFormat
public Color getOwnYAxisLabelColor()
getOwnYAxisLabelColor
in interface JRYAxisFormat
public JRFont getYAxisTickLabelFont()
getYAxisTickLabelFont
in interface JRYAxisFormat
public Color getYAxisTickLabelColor()
getYAxisTickLabelColor
in interface JRYAxisFormat
public Color getOwnYAxisTickLabelColor()
getOwnYAxisTickLabelColor
in interface JRYAxisFormat
public String getYAxisTickLabelMask()
getYAxisTickLabelMask
in interface JRYAxisFormat
public Boolean getYAxisVerticalTickLabels()
getYAxisVerticalTickLabels
in interface JRYAxisFormat
public Color getYAxisLineColor()
getYAxisLineColor
in interface JRYAxisFormat
public Color getOwnYAxisLineColor()
getOwnYAxisLineColor
in interface JRYAxisFormat
public Boolean getShowShapes()
getShowShapes
in interface JRCommonLinePlot
public Boolean getShowLines()
getShowLines
in interface JRCommonLinePlot
public JRExpression getDomainAxisMinValueExpression()
getDomainAxisMinValueExpression
in interface JRScatterPlot
public JRExpression getDomainAxisMaxValueExpression()
getDomainAxisMaxValueExpression
in interface JRScatterPlot
public JRExpression getRangeAxisMinValueExpression()
getRangeAxisMinValueExpression
in interface JRScatterPlot
public JRExpression getRangeAxisMaxValueExpression()
getRangeAxisMaxValueExpression
in interface JRScatterPlot
public void setShowShapes(Boolean value)
JRCommonLinePlot
setShowShapes
in interface JRCommonLinePlot
value
- the show shapes flagpublic void setShowLines(Boolean value)
JRCommonLinePlot
setShowLines
in interface JRCommonLinePlot
value
- the show lines flagpublic void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
public Object clone(JRChart parentChart)
clone
in interface JRChartPlot
clone
in class JRBaseChartPlot
Copyright © 2021 TIBCO Software Inc.. All rights reserved.