|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.data.xml.DatasetReader
public class DatasetReader
A utility class for reading datasets from XML.
| Constructor Summary | |
|---|---|
DatasetReader()
|
|
| Method Summary | |
|---|---|
static CategoryDataset |
readCategoryDatasetFromXML(java.io.File file)
Reads a CategoryDataset from a file. |
static CategoryDataset |
readCategoryDatasetFromXML(java.io.InputStream in)
Reads a CategoryDataset from a stream. |
static PieDataset |
readPieDatasetFromXML(java.io.File file)
Reads a PieDataset from an XML file. |
static PieDataset |
readPieDatasetFromXML(java.io.InputStream in)
Reads a PieDataset from a stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatasetReader()
| Method Detail |
|---|
public static PieDataset readPieDatasetFromXML(java.io.File file)
throws java.io.IOException
PieDataset from an XML file.
file - the file.
java.io.IOException - if there is a problem reading the file.
public static PieDataset readPieDatasetFromXML(java.io.InputStream in)
throws java.io.IOException
PieDataset from a stream.
in - the input stream.
java.io.IOException - if there is an I/O error.
public static CategoryDataset readCategoryDatasetFromXML(java.io.File file)
throws java.io.IOException
CategoryDataset from a file.
file - the file.
java.io.IOException - if there is a problem reading the file.
public static CategoryDataset readCategoryDatasetFromXML(java.io.InputStream in)
throws java.io.IOException
CategoryDataset from a stream.
in - the stream.
java.io.IOException - if there is a problem reading the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||