Uses of Class
net.sf.jasperreports.charts.type.MeterShapeEnum
-
Packages that use MeterShapeEnum Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.charts.type Containsenumtypes used by the built-in chart component. -
-
Uses of MeterShapeEnum in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return MeterShapeEnum Modifier and Type Method Description MeterShapeEnumJRMeterPlot. getShapeValue()Returns the shape of the Meter. -
Uses of MeterShapeEnum in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as MeterShapeEnum Modifier and Type Field Description protected MeterShapeEnumJRBaseMeterPlot. shapeValueThe shape to use when drawing the Meter.Methods in net.sf.jasperreports.charts.base that return MeterShapeEnum Modifier and Type Method Description MeterShapeEnumJRBaseMeterPlot. getShapeValue() -
Uses of MeterShapeEnum in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type MeterShapeEnum Modifier and Type Method Description voidJRDesignMeterPlot. setShape(MeterShapeEnum shape)Sets the shape of the meter. -
Uses of MeterShapeEnum in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return MeterShapeEnum Modifier and Type Method Description MeterShapeEnumJRFillMeterPlot. getShapeValue() -
Uses of MeterShapeEnum in net.sf.jasperreports.charts.type
Methods in net.sf.jasperreports.charts.type that return MeterShapeEnum Modifier and Type Method Description static MeterShapeEnumMeterShapeEnum. getByName(java.lang.String name)static MeterShapeEnumMeterShapeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static MeterShapeEnumMeterShapeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static MeterShapeEnumMeterShapeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MeterShapeEnum[]MeterShapeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-