public interface IlvDataConverter
Object
type and a corresponding double representation.IlvSwingTableDataSource.setDefaultConverter(java.lang.Class<?>, ilog.views.chart.data.IlvDataConverter)
Modifier and Type | Method and Description |
---|---|
Object |
toObject(double value)
Converts the given double value to the object type handled by the
converter.
|
double |
toValue(Object object)
Converts the given object to a double value.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.