org.jfree.data.statistics
public class HistogramType extends Object implements Serializable
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(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.
|
Parameters: obj the object to test against.
Returns: A boolean.
Returns: The hashcode
Returns: The string.