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 StringROOT_LEVEL_NAME
-
Constructor Summary
Constructors Constructor Description StandardAxisLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisgetAxis()intgetDepth()StringgetLabel()StringgetName()AxisLevel.TypegetType()Class<?>getValueType()voidsetAxis(Axis axis)voidsetDepth(int depth)voidsetLabel(String label)voidsetName(String name)voidsetType(AxisLevel.Type type)voidsetValueType(Class<?> valueType)StringtoString()
-
-
-
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:
getValueTypein interfaceAxisLevel
-
setValueType
public void setValueType(Class<?> valueType)
-
setDepth
public void setDepth(int depth)
-
-