public interface JRMeterPlot extends JRChartPlot
JRChartPlot.JRSeriesColor
Modifier and Type | Method and Description |
---|---|
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.
|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
clone
JRDataRange getDataRange()
JRValueDisplay getValueDisplay()
MeterShapeEnum getShapeValue()
MeterShapeEnum
.List<JRMeterInterval> getIntervals()
null
but can be an empty list. Each element in the list is a
JRMeterInterval
Integer getMeterAngleInteger()
String getUnits()
Double getTickIntervalDouble()
Integer getTickCount()
Color getMeterBackgroundColor()
Color getNeedleColor()
Color getTickColor()
JRFont getTickLabelFont()
Copyright © 2017. All rights reserved.