org.jfree.data.xml
Class CategoryDatasetHandler
- DatasetTags
void | addItem(Comparable rowKey, Comparable columnKey, Number value)- Adds an item to the dataset.
|
void | endElement(String namespaceURI, String localName, String qName)- The end of an element.
|
CategoryDataset | getDataset()- Returns the dataset.
|
void | startElement(String namespaceURI, String localName, String qName, Attributes atts)- The start of an element.
|
addItem
public void addItem(Comparable rowKey,
Comparable columnKey,
Number value) Adds an item to the dataset.
rowKey - the row key.columnKey - the column key.value - the value.
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException The end of an element.
namespaceURI - the namespace.localName - the element name.qName - the element name.
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException The start of an element.
namespaceURI - the namespace.localName - the element name.qName - the element name.atts - the element attributes.