Class edu.umn.geom.IFSoft.ColPoint
All Packages Class Hierarchy This Package Previous Next Index
Class edu.umn.geom.IFSoft.ColPoint
java.lang.Object
|
+----edu.umn.geom.IFSoft.ColPoint
- public class ColPoint
- extends Object
A point given by two doubles and a Color. Default is black.
-
color
-
-
x
-
-
y
-
-
ColPoint(ColPoint, Color)
-
-
ColPoint(double, double)
-
-
ColPoint(double, double, Color)
-
color
public Color color
x
public double x
y
public double y
ColPoint
public ColPoint(double xs,
double ys,
Color c)
ColPoint
public ColPoint(ColPoint p,
Color c)
ColPoint
public ColPoint(double xs,
double ys)
All Packages Class Hierarchy This Package Previous Next Index