SORTIE Java Interface  1
Public Member Functions | Private Attributes | List of all members
sortie.datavisualizer.HistogramBin Class Reference

Copied from HistogramBin in JFreeChart by Jelai Wang with some modifications. More...

Public Member Functions

float getCount ()
 Returns the number of items in the bin. More...
 
void setCount (float fCount)
 Sets the number of items in the bin. More...
 
void incrementCount ()
 Increments the item count. More...
 
float getStartBoundary ()
 Returns the start boundary. More...
 
float getEndBoundary ()
 Returns the end boundary. More...
 
float getBinWidth ()
 Returns the bin width. More...
 

Private Attributes

float m_fCount = 0
 The number of items in the bin. More...
 
float m_fStartBoundary
 The start boundary. More...
 
float m_fEndBoundary
 The end boundary. More...
 

Detailed Description

Copied from HistogramBin in JFreeChart by Jelai Wang with some modifications.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
April 28, 2004: Submitted in beta version (LEM)
June 28, 2004: Made the count a float (LEM)

Member Function Documentation

◆ getBinWidth()

float sortie.datavisualizer.HistogramBin.getBinWidth ( )

Returns the bin width.

Returns
The bin width.

◆ getCount()

float sortie.datavisualizer.HistogramBin.getCount ( )

Returns the number of items in the bin.

Returns
The item count.

◆ getEndBoundary()

float sortie.datavisualizer.HistogramBin.getEndBoundary ( )

Returns the end boundary.

Returns
The end boundary.

◆ getStartBoundary()

float sortie.datavisualizer.HistogramBin.getStartBoundary ( )

Returns the start boundary.

Returns
The start boundary.

◆ incrementCount()

void sortie.datavisualizer.HistogramBin.incrementCount ( )

Increments the item count.

◆ setCount()

void sortie.datavisualizer.HistogramBin.setCount ( float  fCount)

Sets the number of items in the bin.

Lora added this.

Parameters
fCountThe item count.

Member Data Documentation

◆ m_fCount

float sortie.datavisualizer.HistogramBin.m_fCount = 0
private

The number of items in the bin.

◆ m_fEndBoundary

float sortie.datavisualizer.HistogramBin.m_fEndBoundary
private

The end boundary.

◆ m_fStartBoundary

float sortie.datavisualizer.HistogramBin.m_fStartBoundary
private

The start boundary.


The documentation for this class was generated from the following file: