datavisualizer.HistogramBin Class Reference

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

List of all members.

Public Member Functions

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

Package Functions

 HistogramBin (float m_fStartBoundary, float m_fEndBoundary)
 Creates a new bin.

Private Attributes

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


Detailed Description

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

Copyright: Copyright (c) Charles D. Canham 2003

Company: 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)

Constructor & Destructor Documentation

datavisualizer.HistogramBin.HistogramBin ( float  m_fStartBoundary,
float  m_fEndBoundary 
) [package]

Creates a new bin.

Parameters:
m_fStartBoundary the start boundary.
m_fEndBoundary the end boundary.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Function Documentation

float datavisualizer.HistogramBin.getCount (  ) 

Returns the number of items in the bin.

Returns:
The item count.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

void datavisualizer.HistogramBin.setCount ( float  fCount  ) 

Sets the number of items in the bin.

Lora added this.

Parameters:
fCount The item count.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

void datavisualizer.HistogramBin.incrementCount (  ) 

Increments the item count.


Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

float datavisualizer.HistogramBin.getStartBoundary (  ) 

Returns the start boundary.

Returns:
The start boundary.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

float datavisualizer.HistogramBin.getEndBoundary (  ) 

Returns the end boundary.

Returns:
The end boundary.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

float datavisualizer.HistogramBin.getBinWidth (  ) 

Returns the bin width.

Returns:
The bin width.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Data Documentation

The number of items in the bin.

The start boundary.

The end boundary.


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

Generated on Tue Apr 19 13:59:33 2011 for SORTIE Java Interface by  doxygen 1.5.6