java.lang.Object
org.jfree.data.statistics.HistogramType
- All Implemented Interfaces:
Serializable
A class for creating constants to represent the histogram type. See Bloch's
enum tip in 'Effective Java'.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HistogramType
Frequency histogram.static final HistogramType
Relative frequency.static final HistogramType
Scale area to one. -
Method Summary
-
Field Details
-
FREQUENCY
Frequency histogram. -
RELATIVE_FREQUENCY
Relative frequency. -
SCALE_AREA_TO_1
Scale area to one.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Tests this type for equality with an arbitrary object. -
hashCode
public int hashCode()Returns a hash code value for the object.
-