Package org.jfree.data
Interface Value
-
- All Known Subinterfaces:
KeyedValue<K>,KeyedValueDataset,ValueDataset
- All Known Implementing Classes:
DefaultKeyedValue,DefaultKeyedValueDataset,DefaultValueDataset
public interface ValueA general purpose interface for accessing a value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.NumbergetValue()Returns the value.
-