Uses of Enum
net.sf.jasperreports.charts.type.MeterShapeEnum
Packages that use MeterShapeEnum
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains
enum types used by the built-in chart component.-
Uses of MeterShapeEnum in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return MeterShapeEnum -
Uses of MeterShapeEnum in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as MeterShapeEnumModifier and TypeFieldDescriptionprotected MeterShapeEnumJRBaseMeterPlot.shapeThe shape to use when drawing the Meter.Methods in net.sf.jasperreports.charts.base that return MeterShapeEnum -
Uses of MeterShapeEnum in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type MeterShapeEnumModifier and TypeMethodDescriptionvoidJRDesignMeterPlot.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 -
Uses of MeterShapeEnum in net.sf.jasperreports.charts.type
Methods in net.sf.jasperreports.charts.type that return MeterShapeEnumModifier and TypeMethodDescriptionstatic MeterShapeEnumstatic MeterShapeEnumReturns 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.