|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.media.j3d.SceneGraphObject | +--javax.media.j3d.NodeComponent | +--javax.media.j3d.DepthComponent
Abstract base class that defines a 2D array of depth (Z) values.
Field Summary | |
static int |
ALLOW_DATA_READ
Specifies that this DepthComponent object allows reading its depth data component information. |
static int |
ALLOW_SIZE_READ
Specifies that this DepthComponent object allows reading its size component information (width and height). |
Method Summary | |
int |
getHeight()
Retrieves the height of this depth component object. |
int |
getWidth()
Retrieves the width of this depth component object. |
Methods inherited from class javax.media.j3d.NodeComponent |
cloneNodeComponent,
cloneNodeComponent,
duplicateNodeComponent,
duplicateNodeComponent,
getDuplicateOnCloneTree,
setDuplicateOnCloneTree |
Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability,
duplicateSceneGraphObject,
getCapability,
getUserData,
isCompiled,
isLive,
setCapability,
setUserData,
updateNodeReferences |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int ALLOW_SIZE_READ
public static final int ALLOW_DATA_READ
Method Detail |
public int getWidth()
public int getHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |