Uses of Class
net.sf.jasperreports.engine.analytics.data.AxisLevel.Type
-
Packages that use AxisLevel.Type Package Description net.sf.jasperreports.engine.analytics.data -
-
Uses of AxisLevel.Type in net.sf.jasperreports.engine.analytics.data
Methods in net.sf.jasperreports.engine.analytics.data that return AxisLevel.Type Modifier and Type Method Description AxisLevel.TypeAxisLevel. getType()AxisLevel.TypeStandardAxisLevel. getType()static AxisLevel.TypeAxisLevel.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AxisLevel.Type[]AxisLevel.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.engine.analytics.data with parameters of type AxisLevel.Type Modifier and Type Method Description voidStandardAxisLevel. setType(AxisLevel.Type type)
-