com.steema.teechart
Class FloatRange

java.lang.Object
  extended by com.steema.teechart.FloatRange

public class FloatRange
extends java.lang.Object

Title: FloatRange class

Description:

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 double max
           
 double min
           
 
Constructor Summary
FloatRange()
           
FloatRange(double min, double max)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public double min

max

public double max
Constructor Detail

FloatRange

public FloatRange()

FloatRange

public FloatRange(double min,
                  double max)