All Packages Class Hierarchy This Package Previous Next Index
Class crw.awt.FloatPoint
java.lang.Object
|
+----crw.awt.FloatPoint
- public class FloatPoint
- extends Object
A class for Point of two floating point values.
- Version:
- 1.0 2-11-1998
- Author:
- C.R.Wie
-
x
- The x-value of this point, usually used as the minimum value
if this FloatPoint is used to indicate the range for double values.
-
y
- The y-value of this point, usually used as the maximum value
if this FloatPoint is used to indicate the range for double values.
-
FloatPoint()
- Default constructor, x=0.0 and y=0.0.
-
FloatPoint(double, double)
- Sets the x- and y-values at the parameters.
x
public double x
- The x-value of this point, usually used as the minimum value
if this FloatPoint is used to indicate the range for double values.
y
public double y
- The y-value of this point, usually used as the maximum value
if this FloatPoint is used to indicate the range for double values.
FloatPoint
public FloatPoint()
- Default constructor, x=0.0 and y=0.0.
FloatPoint
public FloatPoint(double x,
double y)
- Sets the x- and y-values at the parameters.
- Parameters:
- x - the x-value
- y - the y-value
All Packages Class Hierarchy This Package Previous Next Index