JFreeChart 1.0.14-redhat-2

org.jfree.data.xml
Interface DatasetTags

All 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 Detail

PIEDATASET_TAG

static final String PIEDATASET_TAG
The 'PieDataset' element name.

See Also:
Constant Field Values

CATEGORYDATASET_TAG

static final String CATEGORYDATASET_TAG
The 'CategoryDataset' element name.

See Also:
Constant Field Values

SERIES_TAG

static final String SERIES_TAG
The 'Series' element name.

See Also:
Constant Field Values

ITEM_TAG

static final String ITEM_TAG
The 'Item' element name.

See Also:
Constant Field Values

KEY_TAG

static final String KEY_TAG
The 'Key' element name.

See Also:
Constant Field Values

VALUE_TAG

static final String VALUE_TAG
The 'Value' element name.

See Also:
Constant Field Values

JFreeChart 1.0.14-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.