Java org.jfree.data.statistics HistogramBin fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.statistics HistogramBin fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.statistics HistogramBin.

The text is from its open source code.

Constructor

Method

Objectclone()
Returns a clone of the bin.
booleanequals(Object obj)
Tests this object for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetCount()
Returns the number of items in the bin.
doublegetEndBoundary()
Returns the end boundary.
doublegetStartBoundary()
Returns the start boundary.
voidincrementCount()
Increments the item count.