JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jfree.data
Interface Value
All Known Subinterfaces:
KeyedValue
,
KeyedValueDataset
,
ValueDataset
All Known Implementing Classes:
DefaultKeyedValue
,
DefaultKeyedValueDataset
,
DefaultValueDataset
public interface
Value
A general purpose interface for accessing a value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Number
getValue
()
Returns the value.
Method Detail
getValue
java.lang.Number
getValue
()
Returns the value.
Returns:
The value (possibly
null
).
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method