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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleanaccepts(double value)
Returns true if the specified value belongs in the bin, and false otherwise.
Objectclone()
Returns a clone of the bin.
booleanequals(Object obj)
Tests this bin for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetItemCount()
Returns the item count.
doublegetLowerBound()
Returns the lower bound.
doublegetUpperBound()
Return the upper bound.
booleanoverlapsWith(SimpleHistogramBin bin)
Returns true if this bin overlaps with the specified bin, and false otherwise.
voidsetItemCount(int count)
Sets the item count.