org.jfree.data.statistics
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.
|
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
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.