java.lang.Object | |
↳ | org.jfree.data.xml.DatasetReader |
A utility class for reading datasets from XML.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Reads a
CategoryDataset from a stream. | |||||||||||
Reads a
CategoryDataset from a file. | |||||||||||
Reads a
PieDataset from a stream. | |||||||||||
Reads a
PieDataset from an XML file. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Reads a CategoryDataset
from a stream.
in | the stream. |
---|
IOException | if there is a problem reading the file. |
---|
Reads a CategoryDataset
from a file.
file | the file. |
---|
IOException | if there is a problem reading the file. |
---|
Reads a PieDataset
from a stream.
in | the input stream. |
---|
IOException | if there is an I/O error. |
---|
Reads a PieDataset
from an XML file.
file | the file. |
---|
IOException | if there is a problem reading the file. |
---|