org.apache.pivot.charts
Class ChartView.Category

java.lang.Object
  extended by org.apache.pivot.charts.ChartView.Category
Enclosing class:
ChartView

public static class ChartView.Category
extends Object

Represents a chart category.


Constructor Summary
ChartView.Category()
           
ChartView.Category(String key)
           
ChartView.Category(String key, String label)
           
 
Method Summary
 ChartView getChartView()
           
 String getKey()
           
 String getLabel()
           
 void setKey(String key)
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartView.Category

public ChartView.Category()

ChartView.Category

public ChartView.Category(String key)

ChartView.Category

public ChartView.Category(String key,
                          String label)
Method Detail

getChartView

public ChartView getChartView()

getKey

public String getKey()

setKey

public void setKey(String key)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)