public interface

DatasetTags

org.jfree.data.xml.DatasetTags
Known Indirect Subclasses

Class Overview

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

Summary

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

Constants

public static final String CATEGORYDATASET_TAG

The 'CategoryDataset' element name.

Constant Value: "CategoryDataset"

public static final String ITEM_TAG

The 'Item' element name.

Constant Value: "Item"

public static final String KEY_TAG

The 'Key' element name.

Constant Value: "Key"

public static final String PIEDATASET_TAG

The 'PieDataset' element name.

Constant Value: "PieDataset"

public static final String SERIES_TAG

The 'Series' element name.

Constant Value: "Series"

public static final String VALUE_TAG

The 'Value' element name.

Constant Value: "Value"