Package net.sf.jasperreports.charts.fill
Class JRFillHighLowPlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillHighLowPlot
- All Implemented Interfaces:
Cloneable,JRChartPlot,JRHighLowPlot,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
ConstructorsConstructorDescriptionJRFillHighLowPlot(JRHighLowPlot highLowPlot, 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
-
JRFillHighLowPlot
-
-
Method Details
-
getTimeAxisLabelExpression
- Specified by:
getTimeAxisLabelExpressionin interfaceJRHighLowPlot
-
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 interfaceJRHighLowPlot
-
getDomainAxisMinValueExpression
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRHighLowPlot
-
getDomainAxisMaxValueExpression
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRHighLowPlot
-
getRangeAxisMinValueExpression
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRHighLowPlot
-
getRangeAxisMaxValueExpression
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRHighLowPlot
-
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
-
getShowOpenTicks
- Specified by:
getShowOpenTicksin interfaceJRHighLowPlot
-
getShowCloseTicks
- Specified by:
getShowCloseTicksin interfaceJRHighLowPlot
-