net.sf.jasperreports.charts
public interface JRMeterPlot extends JRChartPlot
JRChartPlot.JRSeriesColor| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColorsclonestatic final byte SHAPE_CHORD
MeterShapeEnum.CHORDstatic final byte SHAPE_CIRCLE
MeterShapeEnum.CIRCLEstatic final byte SHAPE_PIE
MeterShapeEnum.PIEstatic final byte SHAPE_DIAL
MeterShapeEnum.DIALJRDataRange 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.JRMeterIntervalint 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()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com