public class JRBaseTimeSeriesPlot extends JRBaseChartPlot implements JRTimeSeriesPlot
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 |
timeAxisLabelColor |
protected JRExpression |
timeAxisLabelExpression |
protected JRFont |
timeAxisLabelFont |
protected Color |
timeAxisLineColor |
protected Color |
timeAxisTickLabelColor |
protected JRFont |
timeAxisTickLabelFont |
protected String |
timeAxisTickLabelMask |
protected Boolean |
timeAxisVerticalTickLabels |
protected Color |
valueAxisLabelColor |
protected JRExpression |
valueAxisLabelExpression |
protected JRFont |
valueAxisLabelFont |
protected Color |
valueAxisLineColor |
protected Color |
valueAxisTickLabelColor |
protected JRFont |
valueAxisTickLabelFont |
protected String |
valueAxisTickLabelMask |
protected Boolean |
valueAxisVerticalTickLabels |
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
Modifier | Constructor and Description |
---|---|
protected |
JRBaseTimeSeriesPlot(JRChartPlot plot,
JRChart chart) |
|
JRBaseTimeSeriesPlot(JRTimeSeriesPlot plot,
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 timeAxisLabelExpression
protected JRFont timeAxisLabelFont
protected Color timeAxisLabelColor
protected JRFont timeAxisTickLabelFont
protected Color timeAxisTickLabelColor
protected String timeAxisTickLabelMask
protected Boolean timeAxisVerticalTickLabels
protected Color timeAxisLineColor
protected JRExpression valueAxisLabelExpression
protected JRExpression rangeAxisMinValueExpression
protected JRExpression rangeAxisMaxValueExpression
protected JRExpression domainAxisMinValueExpression
protected JRExpression domainAxisMaxValueExpression
protected JRFont valueAxisLabelFont
protected Color valueAxisLabelColor
protected JRFont valueAxisTickLabelFont
protected Color valueAxisTickLabelColor
protected String valueAxisTickLabelMask
protected Boolean valueAxisVerticalTickLabels
protected Color valueAxisLineColor
protected JRBaseTimeSeriesPlot(JRChartPlot plot, JRChart chart)
public JRBaseTimeSeriesPlot(JRTimeSeriesPlot plot, JRBaseObjectFactory factory)
public JRExpression getTimeAxisLabelExpression()
getTimeAxisLabelExpression
in interface JRTimeSeriesPlot
public JRFont getTimeAxisLabelFont()
getTimeAxisLabelFont
in interface JRTimeAxisFormat
public Color getTimeAxisLabelColor()
getTimeAxisLabelColor
in interface JRTimeAxisFormat
public Color getOwnTimeAxisLabelColor()
getOwnTimeAxisLabelColor
in interface JRTimeAxisFormat
public JRFont getTimeAxisTickLabelFont()
getTimeAxisTickLabelFont
in interface JRTimeAxisFormat
public Color getTimeAxisTickLabelColor()
getTimeAxisTickLabelColor
in interface JRTimeAxisFormat
public Color getOwnTimeAxisTickLabelColor()
getOwnTimeAxisTickLabelColor
in interface JRTimeAxisFormat
public String getTimeAxisTickLabelMask()
getTimeAxisTickLabelMask
in interface JRTimeAxisFormat
public Boolean getTimeAxisVerticalTickLabels()
getTimeAxisVerticalTickLabels
in interface JRTimeAxisFormat
public Color getTimeAxisLineColor()
getTimeAxisLineColor
in interface JRTimeAxisFormat
public Color getOwnTimeAxisLineColor()
getOwnTimeAxisLineColor
in interface JRTimeAxisFormat
public JRExpression getValueAxisLabelExpression()
getValueAxisLabelExpression
in interface JRTimeSeriesPlot
public JRExpression getDomainAxisMinValueExpression()
getDomainAxisMinValueExpression
in interface JRTimeSeriesPlot
public JRExpression getDomainAxisMaxValueExpression()
getDomainAxisMaxValueExpression
in interface JRTimeSeriesPlot
public JRExpression getRangeAxisMinValueExpression()
getRangeAxisMinValueExpression
in interface JRTimeSeriesPlot
public JRExpression getRangeAxisMaxValueExpression()
getRangeAxisMaxValueExpression
in interface JRTimeSeriesPlot
public JRFont getValueAxisLabelFont()
getValueAxisLabelFont
in interface JRValueAxisFormat
public Color getValueAxisLabelColor()
getValueAxisLabelColor
in interface JRValueAxisFormat
public Color getOwnValueAxisLabelColor()
getOwnValueAxisLabelColor
in interface JRValueAxisFormat
public JRFont getValueAxisTickLabelFont()
getValueAxisTickLabelFont
in interface JRValueAxisFormat
public Color getValueAxisTickLabelColor()
getValueAxisTickLabelColor
in interface JRValueAxisFormat
public Color getOwnValueAxisTickLabelColor()
getOwnValueAxisTickLabelColor
in interface JRValueAxisFormat
public String getValueAxisTickLabelMask()
getValueAxisTickLabelMask
in interface JRValueAxisFormat
public Boolean getValueAxisVerticalTickLabels()
getValueAxisVerticalTickLabels
in interface JRValueAxisFormat
public Color getValueAxisLineColor()
getValueAxisLineColor
in interface JRValueAxisFormat
public Color getOwnValueAxisLineColor()
getOwnValueAxisLineColor
in interface JRValueAxisFormat
public Boolean getShowLines()
getShowLines
in interface JRCommonLinePlot
public Boolean getShowShapes()
getShowShapes
in interface JRCommonLinePlot
public void setShowLines(Boolean val)
JRCommonLinePlot
setShowLines
in interface JRCommonLinePlot
val
- the show lines flagpublic void setShowShapes(Boolean val)
JRCommonLinePlot
setShowShapes
in interface JRCommonLinePlot
val
- the show shapes flagpublic void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
public Object clone(JRChart parentChart)
clone
in interface JRChartPlot
clone
in class JRBaseChartPlot
Copyright © 2016. All rights reserved.