org.jfree.data.xml

Interface DatasetTags

public interface DatasetTags

Constants for the tags that identify the elements in the XML files.
Field Summary
static StringCATEGORYDATASET_TAG
The 'CategoryDataset' element name.
static StringITEM_TAG
The 'Item' element name.
static StringKEY_TAG
The 'Key' element name.
static StringPIEDATASET_TAG
The 'PieDataset' element name.
static StringSERIES_TAG
The 'Series' element name.
static StringVALUE_TAG
The 'Value' element name.

Field Detail

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.
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.