Chart FX for Java 6.5

SoftwareFX.ChartFX.Statistical
Class Calculator.Interval

java.lang.Object
  extended by SoftwareFX.ChartFX.Statistical.Calculator.Interval
Enclosing class:
Calculator

public static class Calculator.Interval
extends java.lang.Object

Provides access to the Calculator.Interval object.


Constructor Summary
Calculator.Interval(double low, double high)
           
 
Method Summary
 double getHigh()
          Gets the high interval value for the calculator.
 double getLow()
          Gets the low interval value for the calculator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calculator.Interval

public Calculator.Interval(double low,
                           double high)
Method Detail

getHigh

public double getHigh()

Gets the high interval value for the calculator.

See Also:
getLow(), Calculator

getLow

public double getLow()

Gets the low interval value for the calculator.

See Also:
getHigh(), Calculator

http://www.softwarefx.com

2007 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.