org.jfree.data.xml
Interface DatasetTags
- CategoryDatasetHandler, CategorySeriesHandler, ItemHandler, KeyHandler, PieDatasetHandler, RootHandler, ValueHandler
Constants for the tags that identify the elements in the XML files.
CATEGORYDATASET_TAG
public static final String CATEGORYDATASET_TAG
The 'CategoryDataset' element name.
ITEM_TAG
public static final String ITEM_TAG
The 'Item' element name.
KEY_TAG
public static final String KEY_TAG
The 'Key' element name.
PIEDATASET_TAG
public static final String PIEDATASET_TAG
The 'PieDataset' element name.
SERIES_TAG
public static final String SERIES_TAG
The 'Series' element name.
VALUE_TAG
public static final String VALUE_TAG
The 'Value' element name.