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.

Variable Index

 o color
 o x
 o y

Constructor Index

 o ColPoint(ColPoint, Color)
 o ColPoint(double, double)
 o ColPoint(double, double, Color)

Variables

 o color
  public Color color
 o x
  public double x
 o y
  public double y

Constructors

 o ColPoint
  public ColPoint(double xs,
                  double ys,
                  Color c)
 o ColPoint
  public ColPoint(ColPoint p,
                  Color c)
 o ColPoint
  public ColPoint(double xs,
                  double ys)

All Packages  Class Hierarchy  This Package  Previous  Next  Index