Package org.apache.pivot.charts
Class ChartView.Category
- java.lang.Object
-
- org.apache.pivot.charts.ChartView.Category
-
- Enclosing class:
- ChartView
public static class ChartView.Category extends java.lang.Object
Represents a chart category.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartView
getChartView()
java.lang.String
getKey()
java.lang.String
getLabel()
void
setKey(java.lang.String key)
void
setLabel(java.lang.String label)
-
-
-
Method Detail
-
getChartView
public ChartView getChartView()
-
getKey
public java.lang.String getKey()
-
setKey
public void setKey(java.lang.String key)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
-