Package | Description |
---|---|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.data.xml |
This package contains readers and writers that allow read/write Chart
data from/to org.w3c.dom.Document object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvInputDataSource.load(InputStream in,
IlvDataReader reader)
Loads data sets from the specified input source,
using the provided reader.
|
void |
IlvInputDataSource.load(String url,
IlvDataReader reader)
Loads data sets from the specified URL, using the provided reader.
|
Constructor and Description |
---|
IlvInputDataSource(InputStream in,
IlvDataReader reader)
Creates an input data source and initializes it
with data sets loaded from the specified
input stream, using the provided reader.
|
IlvInputDataSource(String url,
IlvDataReader reader)
Creates an input data source and initializes it
with data sets loaded from the specified
URL, using the provided reader.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvXMLDataReader
A class to load data from an XML stream.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.