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

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

Introduction

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

The text is from its open source code.

Constructor

Method

Objectclone()
Returns a clone of this object.
booleanequals(Object obj)
Tests if this object is equal to another.
ClassgetClass()
Returns the runtime class of this Object .
doublegetCloseValue()
Returns the close value.
doublegetHighValue()
Returns the high value.
doublegetLowValue()
Returns the low value.
doublegetOpenValue()
Returns the open value.
RegularTimePeriodgetPeriod()
Returns the period.
doublegetYValue()
Returns the y-value.
inthashCode()
Returns a hash code.