Uses of Class
net.sf.jasperreports.charts.type.ScaleTypeEnum
-
Packages that use ScaleTypeEnum 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.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.charts.type Containsenumtypes used by the built-in chart component.net.sf.jasperreports.charts.util Contains utility classes for complex chart customization. -
-
Uses of ScaleTypeEnum in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return ScaleTypeEnum Modifier and Type Method Description ScaleTypeEnumJRBubblePlot. getScaleTypeValue()Methods in net.sf.jasperreports.charts with parameters of type ScaleTypeEnum Modifier and Type Method Description voidJRBubblePlot. setScaleType(ScaleTypeEnum scaleType)Sets the scale type. -
Uses of ScaleTypeEnum in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as ScaleTypeEnum Modifier and Type Field Description protected ScaleTypeEnumJRBaseBubblePlot. scaleTypeValueMethods in net.sf.jasperreports.charts.base that return ScaleTypeEnum Modifier and Type Method Description ScaleTypeEnumJRBaseBubblePlot. getScaleTypeValue()Methods in net.sf.jasperreports.charts.base with parameters of type ScaleTypeEnum Modifier and Type Method Description voidJRBaseBubblePlot. setScaleType(ScaleTypeEnum scaleTypeValue) -
Uses of ScaleTypeEnum in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return ScaleTypeEnum Modifier and Type Method Description ScaleTypeEnumJRFillBubblePlot. getScaleTypeValue()Methods in net.sf.jasperreports.charts.fill with parameters of type ScaleTypeEnum Modifier and Type Method Description voidJRFillBubblePlot. setScaleType(ScaleTypeEnum scaleType) -
Uses of ScaleTypeEnum in net.sf.jasperreports.charts.type
Methods in net.sf.jasperreports.charts.type that return ScaleTypeEnum Modifier and Type Method Description static ScaleTypeEnumScaleTypeEnum. getByName(String name)static ScaleTypeEnumScaleTypeEnum. getByValue(Integer value)Deprecated.Used only by deprecated serialized fields.static ScaleTypeEnumScaleTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaleTypeEnum[]ScaleTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScaleTypeEnum in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util that return ScaleTypeEnum Modifier and Type Method Description static ScaleTypeEnumChartUtil. getScaleType(Integer scaleTypeValue)Methods in net.sf.jasperreports.charts.util with parameters of type ScaleTypeEnum Modifier and Type Method Description static IntegerChartUtil. getScaleType(ScaleTypeEnum scaleTypeEnum)
-