javax.media.j3d
Class ImageComponentUpdateInfo

java.lang.Object
  extended by javax.media.j3d.ImageComponentUpdateInfo

 class ImageComponentUpdateInfo
extends java.lang.Object

Image Component update information for the users


Field Summary
(package private)  boolean entireImage
           
(package private)  int height
           
(package private)  int updateMask
           
(package private)  int width
           
(package private)  int x
           
(package private)  int y
           
(package private)  int z
           
 
Constructor Summary
ImageComponentUpdateInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

z

int z

width

int width

height

int height

updateMask

int updateMask

entireImage

boolean entireImage
Constructor Detail

ImageComponentUpdateInfo

ImageComponentUpdateInfo()


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.