Graphics
Class Point

java.lang.Object
  extended byGraphics.Point

public class Point
extends java.lang.Object

Coloured pixel.


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

Field Detail

x

public double x

y

public double y

color

public java.awt.Color color
Constructor Detail

Point

public Point(double x,
             double y,
             java.awt.Color color)