org.jfree.data

Interface Value

public interface Value

A general purpose interface for accessing a value.
Method Summary
NumbergetValue()
Returns the value.

Method Detail

getValue

public Number getValue()
Returns the value.

Returns: The value (possibly null).

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.