|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillMeterPlot
public class JRFillMeterPlot
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
JRChartPlot.JRSeriesColor |
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot |
---|
chart, parent |
Fields inherited from interface net.sf.jasperreports.charts.JRMeterPlot |
---|
SHAPE_CHORD, SHAPE_CIRCLE, SHAPE_PIE |
Constructor Summary | |
---|---|
JRFillMeterPlot(JRMeterPlot meterPlot,
JRFillObjectFactory factory)
|
Method Summary | |
---|---|
JRDataRange |
getDataRange()
Returns the range of values that the Meter can display. |
java.util.List |
getIntervals()
Returns a list of all the intervals contained in this Meter. |
int |
getMeterAngle()
Returns the size of the Meter face in degrees. |
java.awt.Color |
getMeterBackgroundColor()
Returns the background color of the meter. |
java.awt.Color |
getNeedleColor()
Returns the color used when drawing the meter's pointer. |
byte |
getShape()
Returns the shape of the Meter. |
java.awt.Color |
getTickColor()
Returns the color used when drawing tick marks on the meter. |
double |
getTickInterval()
Returns the spacing between the ticks on the face of the meter. |
java.lang.String |
getUnits()
Returns the name of the units that the Meter is displaying. |
JRValueDisplay |
getValueDisplay()
Returns a description of how the value of the Meter is displayed. |
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot |
---|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors |
Constructor Detail |
---|
public JRFillMeterPlot(JRMeterPlot meterPlot, JRFillObjectFactory factory)
Method Detail |
---|
public JRDataRange getDataRange()
JRMeterPlot
getDataRange
in interface JRMeterPlot
public JRValueDisplay getValueDisplay()
JRMeterPlot
getValueDisplay
in interface JRMeterPlot
public byte getShape()
JRMeterPlot
SHAPE_
constants defined in this class.
getShape
in interface JRMeterPlot
public java.util.List getIntervals()
JRMeterPlot
null
but can be an empty list. Each element in the list is a
net.sf.jasperreports.charts.util.JRMeterInterval
getIntervals
in interface JRMeterPlot
public int getMeterAngle()
JRMeterPlot
getMeterAngle
in interface JRMeterPlot
public java.lang.String getUnits()
JRMeterPlot
getUnits
in interface JRMeterPlot
public double getTickInterval()
JRMeterPlot
getTickInterval
in interface JRMeterPlot
public java.awt.Color getMeterBackgroundColor()
JRMeterPlot
getMeterBackgroundColor
in interface JRMeterPlot
public java.awt.Color getNeedleColor()
JRMeterPlot
getNeedleColor
in interface JRMeterPlot
public java.awt.Color getTickColor()
JRMeterPlot
getTickColor
in interface JRMeterPlot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |