Package net.sf.jasperreports.charts.fill
Class JRFillCandlestickPlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillCandlestickPlot
- All Implemented Interfaces:
Cloneable,JRCandlestickPlot,JRChartPlot,JRTimeAxisFormat,JRValueAxisFormat,JRCloneable
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontFields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parent -
Constructor Summary
ConstructorsConstructorDescriptionJRFillCandlestickPlot(JRCandlestickPlot candlestickPlot, ChartsFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTimeAxisLabelColor(Color color) voidsetTimeAxisLineColor(Color color) voidsetTimeAxisTickLabelColor(Color color) voidsetValueAxisLabelColor(Color color) voidsetValueAxisLineColor(Color color) voidsetValueAxisTickLabelColor(Color color) Methods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, 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, clone, collectExpressions, 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
-
timeAxisLabelFont
-
timeAxisLabelColor
-
timeAxisTickLabelFont
-
timeAxisTickLabelColor
-
timeAxisLineColor
-
valueAxisLabelFont
-
valueAxisLabelColor
-
valueAxisTickLabelFont
-
valueAxisTickLabelColor
-
valueAxisLineColor
-
-
Constructor Details
-
JRFillCandlestickPlot
-
-
Method Details
-
getTimeAxisLabelExpression
- Specified by:
getTimeAxisLabelExpressionin interfaceJRCandlestickPlot
-
getTimeAxisLabelFont
- Specified by:
getTimeAxisLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisLabelColor
- Specified by:
getTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLabelColor
- Specified by:
getOwnTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
setTimeAxisLabelColor
-
getTimeAxisTickLabelFont
- Specified by:
getTimeAxisTickLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisTickLabelColor
- Specified by:
getTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisTickLabelColor
- Specified by:
getOwnTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
setTimeAxisTickLabelColor
-
getTimeAxisTickLabelMask
- Specified by:
getTimeAxisTickLabelMaskin interfaceJRTimeAxisFormat
-
getTimeAxisVerticalTickLabels
- Specified by:
getTimeAxisVerticalTickLabelsin interfaceJRTimeAxisFormat
-
getTimeAxisLineColor
- Specified by:
getTimeAxisLineColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLineColor
- Specified by:
getOwnTimeAxisLineColorin interfaceJRTimeAxisFormat
-
setTimeAxisLineColor
-
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
-
setValueAxisLabelColor
-
getValueAxisTickLabelFont
- Specified by:
getValueAxisTickLabelFontin interfaceJRValueAxisFormat
-
getValueAxisTickLabelColor
- Specified by:
getValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisTickLabelColor
- Specified by:
getOwnValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
setValueAxisTickLabelColor
-
getValueAxisTickLabelMask
- Specified by:
getValueAxisTickLabelMaskin interfaceJRValueAxisFormat
-
getValueAxisVerticalTickLabels
- Specified by:
getValueAxisVerticalTickLabelsin interfaceJRValueAxisFormat
-
getValueAxisLineColor
- Specified by:
getValueAxisLineColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLineColor
- Specified by:
getOwnValueAxisLineColorin interfaceJRValueAxisFormat
-
setValueAxisLineColor
-
getShowVolume
- Specified by:
getShowVolumein interfaceJRCandlestickPlot
-