org.jfree.data.time.ohlc
public class OHLC extends Object implements Serializable
Since: 1.0.4
Constructor Summary | |
---|---|
OHLC(double open, double high, double low, double close)
Creates a new instance of OHLC .
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests this instance for equality with an arbitrary object.
|
double | getClose()
Returns the close value.
|
double | getHigh()
Returns the high value.
|
double | getLow()
Returns the low value.
|
double | getOpen()
Returns the open value.
|
OHLC
.
Parameters: open the open value. close the close value. high the high value. low the low value.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The close value.
Returns: The high value.
Returns: The low value.
Returns: The open value.