Java org.jfree.data RangeType fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data RangeType fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

RangeTypeFULL
Full range (positive and negative).
RangeTypePOSITIVE
Positive range.
RangeTypeNEGATIVE
Negative range.

Method

booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
inthashCode()
Returns a hash code value for the object.