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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.data.ComparableObjectItem has subclasses.
Click this link to see all its subclasses.

Constructor

Method

Objectclone()
Returns a clone of this object.
intcompareTo(Object o1)
Returns an integer indicating the order of this object relative to another object.
ClassgetClass()
Returns the runtime class of this Object .
ComparablegetComparable()
Returns the x-value.
inthashCode()
Returns a hash code.
voidsetObject(Object y)
Sets the y-value for this data item.