Class StandardAxisLevel
- java.lang.Object
-
- net.sf.jasperreports.engine.analytics.data.StandardAxisLevel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.analytics.data.AxisLevel
AxisLevel.Type
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROOT_LEVEL_NAME
-
Constructor Summary
Constructors Constructor Description StandardAxisLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Axis
getAxis()
int
getDepth()
String
getLabel()
String
getName()
AxisLevel.Type
getType()
Class<?>
getValueType()
void
setAxis(Axis axis)
void
setDepth(int depth)
void
setLabel(String label)
void
setName(String name)
void
setType(AxisLevel.Type type)
void
setValueType(Class<?> valueType)
String
toString()
-
-
-
Field Detail
-
ROOT_LEVEL_NAME
public static final String ROOT_LEVEL_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setAxis
public void setAxis(Axis axis)
-
getType
public AxisLevel.Type getType()
-
setType
public void setType(AxisLevel.Type type)
-
setName
public void setName(String name)
-
setLabel
public void setLabel(String label)
-
getValueType
public Class<?> getValueType()
- Specified by:
getValueType
in interfaceAxisLevel
-
setValueType
public void setValueType(Class<?> valueType)
-
setDepth
public void setDepth(int depth)
-
-