Package net.sf.jasperreports.charts.base
Class JRBaseCandlestickPlot
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseCandlestickPlot
- All Implemented Interfaces:
Serializable,Cloneable,JRCandlestickPlot,JRChartPlot,JRTimeAxisFormat,JRValueAxisFormat,JRChangeEventsSupport,JRCloneable
- Direct Known Subclasses:
JRDesignCandlestickPlot
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColorNested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JRExpressionprotected JRExpressionstatic final Stringprotected JRExpressionprotected JRExpressionprotected Booleanprotected Colorprotected JRExpressionprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Stringprotected Booleanprotected Colorprotected JRExpressionprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Stringprotected BooleanFields inherited from class net.sf.jasperreports.charts.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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionJRBaseCandlestickPlot(JRCandlestickPlot candlestickPlot, ChartsBaseObjectFactory factory) protectedJRBaseCandlestickPlot(JRChartPlot plot, JRChart chart) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectExpressions(ChartsExpressionCollector collector) voidsetShowVolume(Boolean showVolume) Methods inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Field Details
-
PROPERTY_SHOW_VOLUME
- See Also:
-
timeAxisLabelExpression
-
timeAxisLabelFont
-
timeAxisLabelColor
-
timeAxisTickLabelFont
-
timeAxisTickLabelColor
-
timeAxisTickLabelMask
-
timeAxisVerticalTickLabels
-
timeAxisLineColor
-
valueAxisLabelExpression
-
rangeAxisMinValueExpression
-
rangeAxisMaxValueExpression
-
domainAxisMinValueExpression
-
domainAxisMaxValueExpression
-
valueAxisLabelFont
-
valueAxisLabelColor
-
valueAxisTickLabelFont
-
valueAxisTickLabelColor
-
valueAxisTickLabelMask
-
valueAxisVerticalTickLabels
-
valueAxisLineColor
-
showVolume
-
-
Constructor Details
-
JRBaseCandlestickPlot
-
JRBaseCandlestickPlot
-
-
Method Details
-
getTimeAxisLabelExpression
- Specified by:
getTimeAxisLabelExpressionin interfaceJRCandlestickPlot
-
getTimeAxisLabelFont
- Specified by:
getTimeAxisLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisLabelColor
- Specified by:
getTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLabelColor
- Specified by:
getOwnTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
getTimeAxisTickLabelFont
- Specified by:
getTimeAxisTickLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisTickLabelColor
- Specified by:
getTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisTickLabelColor
- Specified by:
getOwnTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
getTimeAxisTickLabelMask
- Specified by:
getTimeAxisTickLabelMaskin interfaceJRTimeAxisFormat
-
getTimeAxisVerticalTickLabels
- Specified by:
getTimeAxisVerticalTickLabelsin interfaceJRTimeAxisFormat
-
getTimeAxisLineColor
- Specified by:
getTimeAxisLineColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLineColor
- Specified by:
getOwnTimeAxisLineColorin interfaceJRTimeAxisFormat
-
getValueAxisLabelExpression
- Specified by:
getValueAxisLabelExpressionin interfaceJRCandlestickPlot
-
getDomainAxisMinValueExpression
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRCandlestickPlot
-
getDomainAxisMaxValueExpression
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRCandlestickPlot
-
getRangeAxisMinValueExpression
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRCandlestickPlot
-
getRangeAxisMaxValueExpression
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRCandlestickPlot
-
getValueAxisLabelFont
- Specified by:
getValueAxisLabelFontin interfaceJRValueAxisFormat
-
getValueAxisLabelColor
- Specified by:
getValueAxisLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLabelColor
- Specified by:
getOwnValueAxisLabelColorin interfaceJRValueAxisFormat
-
getValueAxisTickLabelFont
- Specified by:
getValueAxisTickLabelFontin interfaceJRValueAxisFormat
-
getValueAxisTickLabelColor
- Specified by:
getValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisTickLabelColor
- Specified by:
getOwnValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
getValueAxisTickLabelMask
- Specified by:
getValueAxisTickLabelMaskin interfaceJRValueAxisFormat
-
getValueAxisVerticalTickLabels
- Specified by:
getValueAxisVerticalTickLabelsin interfaceJRValueAxisFormat
-
getValueAxisLineColor
- Specified by:
getValueAxisLineColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLineColor
- Specified by:
getOwnValueAxisLineColorin interfaceJRValueAxisFormat
-
getShowVolume
- Specified by:
getShowVolumein interfaceJRCandlestickPlot
-
setShowVolume
-
collectExpressions
- Specified by:
collectExpressionsin interfaceJRChartPlot
-
clone
- Specified by:
clonein interfaceJRChartPlot- Overrides:
clonein classJRBaseChartPlot
-