Java org.jfree.data.time.ohlc OHLC fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.time.ohlc OHLC fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.time.ohlc OHLC.

The text is from its open source code.

Constructor

Method

booleanequals(Object obj)
Tests this instance for equality with an arbitrary object.
doublegetClose()
Returns the close value.
doublegetHigh()
Returns the high value.
doublegetLow()
Returns the low value.
doublegetOpen()
Returns the open value.
inthashCode()
Returns a hash code for this instance.