|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PieDataset
The interface for a general-purpose dataset where values are associated with categories.
| Method Summary | |
|---|---|
java.util.List |
getCategories()
Returns the categories in the dataset. |
java.lang.Number |
getValue(java.lang.Object category)
Returns the value for a category. |
| Methods inherited from interface com.jrefinery.data.Dataset |
|---|
addChangeListener, removeChangeListener |
| Method Detail |
|---|
java.util.List getCategories()
java.lang.Number getValue(java.lang.Object category)
This method should return null if the category is not found.
category - The category.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||