lt.monarch.chart.spc.math
Class BinCenter

java.lang.Object
  extended by lt.monarch.chart.spc.math.BinCenter

public class BinCenter
extends java.lang.Object

Histogram bin center data


Constructor Summary
Constructor and Description
BinCenter()
           
 
Method Summary
Modifier and Type Method and Description
 double getCenter()
          Bin interval center.
 double getFrom()
          Bin interval start
 double getTo()
          Bin interval end.
 void setCenter(double center)
          Bin interval center.
 void setFrom(double from)
          Bin interval start
 void setTo(double to)
          Bin interval end.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinCenter

public BinCenter()
Method Detail

getFrom

public double getFrom()
Bin interval start


setFrom

public void setFrom(double from)
Bin interval start


getTo

public double getTo()
Bin interval end.


setTo

public void setTo(double to)
Bin interval end.


getCenter

public double getCenter()
Bin interval center.


setCenter

public void setCenter(double center)
Bin interval center.