org.jfree.data.xml

Interface DatasetTags

Known Implementing Classes:
CategoryDatasetHandler, CategorySeriesHandler, ItemHandler, KeyHandler, PieDatasetHandler, RootHandler, ValueHandler

public interface DatasetTags

Constants for the tags that identify the elements in the XML files.

Field Summary

static String
CATEGORYDATASET_TAG
The 'CategoryDataset' element name.
static String
ITEM_TAG
The 'Item' element name.
static String
KEY_TAG
The 'Key' element name.
static String
PIEDATASET_TAG
The 'PieDataset' element name.
static String
SERIES_TAG
The 'Series' element name.
static String
VALUE_TAG
The 'Value' element name.

Field Details

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.