All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.profiler.RangeValue

java.lang.Object
   |
   +----w3c.pics.profiler.RangeValue

public class RangeValue
extends Object

Constructor Index

 o RangeValue(double, double)
 o RangeValue(double, double, Boolean, Boolean)

Method Index

 o getMax()
 o getMaxEndPt()
 o getMin()
 o getMinEndPt()
 o toString()

Constructors

 o RangeValue
 public RangeValue(double min,
                   double max)
 o RangeValue
 public RangeValue(double min,
                   double max,
                   Boolean minincendpt,
                   Boolean maxincendpt)

Methods

 o getMin
 public double getMin()
 o getMax
 public double getMax()
 o getMinEndPt
 public Boolean getMinEndPt()
 o getMaxEndPt
 public Boolean getMaxEndPt()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index