Package | Description |
---|---|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDateConverter
A class that handles conversions between a
Date object
and a double value. |
class |
IlvDoubleConverter
A class that handles conversions between a
Double object
and a double value. |
class |
IlvNumberConverter
A class that handles conversions between a
java.lang.Number object
and a double value. |
class |
IlvStringConverter
A class that handles conversions between a
String object
and a double value. |
Modifier and Type | Method and Description |
---|---|
IlvDataConverter |
IlvSwingTableDataSource.getDataConverter(Class<?> dataClass)
Returns the converter of the given data class.
|
IlvDataConverter |
IlvSwingTableDataSource.getDataConverter(int column)
Returns the data converter for the given column.
|
IlvDataConverter |
IlvJDBCDataSource.getDataConverter(int col)
Returns an
IlvDataConverter object to convert data for the
specified column. |
static IlvDataConverter |
IlvSwingTableDataSource.getDefaultConverter(Class<?> dataClass)
Returns the default converter of the given data class.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSwingTableDataSource.setDataConverter(int column,
IlvDataConverter conv)
Sets the data converter for the given column.
|
static void |
IlvSwingTableDataSource.setDefaultConverter(Class<?> dataClass,
IlvDataConverter converter)
Sets the default converter of a data class.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.