edu.jhu.tmaj.beans.masks.color
Class Point

java.lang.Object
  extended by edu.jhu.tmaj.beans.masks.color.Point

final class Point
extends java.lang.Object

Represents a point on a graph.


Field Summary
(package private)  double x
           
(package private)  double y
           
 
Constructor Summary
Point(double x, double y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

final double x

y

final double y
Constructor Detail

Point

public Point(double x,
             double y)