|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.data.statistics.HistogramType
public class HistogramType
A class for creating constants to represent the histogram type. See Bloch's enum tip in 'Effective Java'.
| Field Summary | |
|---|---|
static HistogramType |
FREQUENCY
Frequency histogram. |
static HistogramType |
RELATIVE_FREQUENCY
Relative frequency. |
static HistogramType |
SCALE_AREA_TO_1
Scale area to one. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final HistogramType FREQUENCY
public static final HistogramType RELATIVE_FREQUENCY
public static final HistogramType SCALE_AREA_TO_1
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to test against.
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||