gnu.x11
Class Colormap.ColorPlaneReply

java.lang.Object
  extended by gnu.x11.Colormap.ColorPlaneReply
Enclosing class:
Colormap

public class Colormap.ColorPlaneReply
extends java.lang.Object

Reply for Colormap.alloc_planes(boolean, int, int, int, int).


Field Summary
 int blue_mask
           
 int green_mask
           
 int[] pixels
           
 int red_mask
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red_mask

public int red_mask

green_mask

public int green_mask

blue_mask

public int blue_mask

pixels

public int[] pixels