Package net.sf.jasperreports.charts.base
Class JRBaseHighLowPlot
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseHighLowPlot
- All Implemented Interfaces:
Serializable,Cloneable,JRChartPlot,JRHighLowPlot,JRTimeAxisFormat,JRValueAxisFormat,JRChangeEventsSupport,JRCloneable
- Direct Known Subclasses:
JRDesignHighLowPlot
- 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 Stringstatic final Stringprotected JRExpressionprotected JRExpressionprotected Booleanprotected 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
ConstructorsConstructorDescriptionJRBaseHighLowPlot(JRChartPlot plot, JRChart chart) JRBaseHighLowPlot(JRHighLowPlot highLowPlot, ChartsBaseObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectExpressions(ChartsExpressionCollector collector) voidsetShowCloseTicks(Boolean showCloseTicks) voidsetShowOpenTicks(Boolean showOpenTicks) 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_CLOSE_TICKS
- See Also:
-
PROPERTY_SHOW_OPEN_TICKS
- See Also:
-
timeAxisLabelExpression
-
timeAxisLabelFont
-
timeAxisLabelColor
-
timeAxisTickLabelFont
-
timeAxisTickLabelColor
-
timeAxisTickLabelMask
-
timeAxisVerticalTickLabels
-
timeAxisLineColor
-
valueAxisLabelExpression
-
rangeAxisMinValueExpression
-
rangeAxisMaxValueExpression
-
domainAxisMinValueExpression
-
domainAxisMaxValueExpression
-
valueAxisLabelFont
-
valueAxisLabelColor
-
valueAxisTickLabelFont
-
valueAxisTickLabelColor
-
valueAxisTickLabelMask
-
valueAxisVerticalTickLabels
-
valueAxisLineColor
-
showOpenTicks
-
showCloseTicks
-
-
Constructor Details
-
JRBaseHighLowPlot
-
JRBaseHighLowPlot
-
-
Method Details
-
getTimeAxisLabelExpression
- Specified by:
getTimeAxisLabelExpressionin interfaceJRHighLowPlot
-
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 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
-
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
-
getShowOpenTicks
- Specified by:
getShowOpenTicksin interfaceJRHighLowPlot
-
setShowOpenTicks
-
getShowCloseTicks
- Specified by:
getShowCloseTicksin interfaceJRHighLowPlot
-
setShowCloseTicks
-
collectExpressions
- Specified by:
collectExpressionsin interfaceJRChartPlot
-
clone
- Specified by:
clonein interfaceJRChartPlot- Overrides:
clonein classJRBaseChartPlot
-