public class HistogramType extends java.lang.Object implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static HistogramType |
FREQUENCY
Frequency histogram.
|
static HistogramType |
RELATIVE_FREQUENCY
Relative frequency.
|
static HistogramType |
SCALE_AREA_TO_1
Scale area to one.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Tests this type for equality with an arbitrary object.
|
int |
hashCode()
Returns a hash code value for the object.
|
java.lang.String |
toString()
Returns a string representing the object.
|
public static final HistogramType FREQUENCY
public static final HistogramType RELATIVE_FREQUENCY
public static final HistogramType SCALE_AREA_TO_1
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to test against.public int hashCode()
hashCode
in class java.lang.Object