org.jfree.data.statistics
Class HistogramType
java.lang.Objectorg.jfree.data.statistics.HistogramType
- Serializable
extends java.lang.Object
implements Serializable
A class for creating constants to represent the histogram type. See Bloch's
enum tip in 'Effective Java'.
boolean | equals(Object obj)- Tests this type for equality with an arbitrary object.
|
int | hashCode()- Returns a hash code value for the object.
|
String | toString()- Returns a string representing the object.
|
equals
public boolean equals(Object obj)
Tests this type for equality with an arbitrary object.
obj - the object to test against.
hashCode
public int hashCode()
Returns a hash code value for the object.
toString
public String toString()
Returns a string representing the object.