gnu.x11.extension.render
Class ColorPoint

java.lang.Object
  extended by gnu.x11.Point
      extended by gnu.x11.extension.render.ColorPoint

public class ColorPoint
extends Point

Color point in RENDER.


Field Summary
 int alpha
           
 int blue
           
 int green
           
 int red
           
 
Fields inherited from class gnu.x11.Point
x, y
 
Constructor Summary
ColorPoint()
           
 
Method Summary
 
Methods inherited from class gnu.x11.Point
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

red

public int red

green

public int green

blue

public int blue

alpha

public int alpha
Constructor Detail

ColorPoint

public ColorPoint()