org.jfree.data

Interface Value

Known Subinterfaces:
KeyedValue, KeyedValueDataset, ValueDataset
Known Implementing Classes:
DefaultKeyedValue, DefaultKeyedValueDataset, DefaultValueDataset

public interface Value

A general purpose interface for accessing a value.

Method Summary

Number
getValue()
Returns the value.

Method Details

getValue

public Number getValue()
Returns the value.
Returns:
The value (possibly null).