Class Pixel
java.lang.Object
|
+----java.awt.Point
|
+----Pixel
- public class Pixel
- extends Point
A subclass of Point that includes not only a location,
but a color value.
-
color
-
-
Pixel()
- A default constructor.
-
Pixel(Point, Color)
- Construct a new Pixel from the named Point and Color values.
color
public Color color
Pixel
public Pixel()
- A default constructor.
Pixel
public Pixel(Point p,
Color c)
- Construct a new Pixel from the named Point and Color values.