|
||||||||||
| 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 |
| Method Summary | |
|---|---|
JRDataRange |
getDataRange()
Returns the range of values that the Meter can display. |
List<JRMeterInterval> |
getIntervals()
Returns a list of all the intervals contained in this Meter. |
Integer |
getMeterAngleInteger()
Returns the size of the Meter face in degrees. |
Color |
getMeterBackgroundColor()
Returns the background color of the meter. |
Color |
getNeedleColor()
Returns the color used when drawing the meter's pointer. |
MeterShapeEnum |
getShapeValue()
Returns the shape of the Meter. |
Color |
getTickColor()
Returns the color used when drawing tick marks on the meter. |
Integer |
getTickCount()
Returns the number of major ticks on the meter scale. |
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. |
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, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors |
| Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
|---|
clone |
| Method Detail |
|---|
JRDataRange getDataRange()
JRValueDisplay getValueDisplay()
MeterShapeEnum getShapeValue()
MeterShapeEnum.
List<JRMeterInterval> getIntervals()
null but can be an empty list. Each element in the list is a
net.sf.jasperreports.charts.util.JRMeterInterval
Integer getMeterAngleInteger()
String getUnits()
Double getTickIntervalDouble()
Integer getTickCount()
Color getMeterBackgroundColor()
Color getNeedleColor()
Color getTickColor()
JRFont getTickLabelFont()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||