com.jidesoft.chart.model
Class ChartCategory<T>
java.lang.Object
com.jidesoft.range.Category<T>
com.jidesoft.chart.model.ChartCategory<T>
- All Implemented Interfaces:
- Named, Positionable, Serializable, Comparable<Positionable>
public class ChartCategory<T>
- extends Category<T>
- implements Named
A ChartCategory is an extension of a Category that allows you to set a highlight.
- Author:
- Simon White (swhite@catalysoft.com)
- See Also:
- Serialized Form
Methods inherited from interface com.jidesoft.chart.util.Named |
getName |
ChartCategory
public ChartCategory(T value)
ChartCategory
public ChartCategory(String name,
T value)
ChartCategory
public ChartCategory(String name,
T value,
Highlight highlight)
ChartCategory
public ChartCategory(T value,
Highlight highlight)
ChartCategory
public ChartCategory(T value,
CategoryRange<T> range)
ChartCategory
public ChartCategory(T value,
CategoryRange<T> range,
Highlight highlight)
getHighlight
public Highlight getHighlight()
setHighlight
public void setHighlight(Highlight highlight)
toString
public String toString()
- Overrides:
toString
in class Category<T>