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

Variable Index

 o 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.
 o 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.

Constructor Index

 o FloatPoint()
Default constructor, x=0.0 and y=0.0.
 o FloatPoint(double, double)
Sets the x- and y-values at the parameters.

Variables

 o 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.

 o 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.

Constructors

 o FloatPoint
 public FloatPoint()
Default constructor, x=0.0 and y=0.0.

 o 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