|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRMeterPlot
Represents the display options of a Meter Chart. A meter chart consists of a dial, a needle pointing to the current value on the dial, and the value itself. The Meter can be broken up into shaded regions to highlight portions of the range.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
JRChartPlot.JRSeriesColor |
Field Summary | |
---|---|
static byte |
SHAPE_CHORD
Deprecated. Replaced by MeterShapeEnum.CHORD |
static byte |
SHAPE_CIRCLE
Deprecated. Replaced by MeterShapeEnum.CIRCLE |
static byte |
SHAPE_DIAL
Deprecated. Replaced by MeterShapeEnum.DIAL |
static byte |
SHAPE_PIE
Deprecated. Replaced by MeterShapeEnum.PIE |
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()
Deprecated. Replaced by getMeterAngleInteger() |
java.lang.Integer |
getMeterAngleInteger()
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()
Deprecated. Replaced by getShapeValue() |
java.lang.Byte |
getShapeByte()
Deprecated. Replaced by getShapeValue() |
MeterShapeEnum |
getShapeValue()
Returns the shape of the Meter. |
java.awt.Color |
getTickColor()
Returns the color used when drawing tick marks on the meter. |
double |
getTickInterval()
Deprecated. Replaced by getTickIntervalDouble() |
java.lang.Double |
getTickIntervalDouble()
Returns the spacing between the ticks on the face of the meter. |
JRFont |
getTickLabelFont()
Returns the font used to write tick labels on 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 interface net.sf.jasperreports.engine.JRChartPlot |
---|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
---|
clone |
Field Detail |
---|
static final byte SHAPE_CHORD
MeterShapeEnum.CHORD
static final byte SHAPE_CIRCLE
MeterShapeEnum.CIRCLE
static final byte SHAPE_PIE
MeterShapeEnum.PIE
static final byte SHAPE_DIAL
MeterShapeEnum.DIAL
Method Detail |
---|
JRDataRange getDataRange()
JRValueDisplay getValueDisplay()
byte getShape()
getShapeValue()
java.lang.Byte getShapeByte()
getShapeValue()
MeterShapeEnum getShapeValue()
MeterShapeEnum
.
java.util.List getIntervals()
null
but can be an empty list. Each element in the list is a
net.sf.jasperreports.charts.util.JRMeterInterval
int getMeterAngle()
getMeterAngleInteger()
java.lang.Integer getMeterAngleInteger()
java.lang.String getUnits()
double getTickInterval()
getTickIntervalDouble()
java.lang.Double getTickIntervalDouble()
java.awt.Color getMeterBackgroundColor()
java.awt.Color getNeedleColor()
java.awt.Color getTickColor()
JRFont getTickLabelFont()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |