public class DepthComponentNative extends DepthComponent
ALLOW_DATA_READ, ALLOW_SIZE_READ
Constructor | Description |
---|---|
DepthComponentNative(int width,
int height) |
Constructs a new native depth (z-buffer) component object with the
specified width and height.
|
Modifier and Type | Method | Description |
---|---|---|
NodeComponent |
cloneNodeComponent() |
Creates a new DepthComponentNative object.
|
getHeight, getWidth
cloneNodeComponent, duplicateNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getName, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setName, setUserData, toString, updateNodeReferences
public DepthComponentNative(int width, int height)
width
- the width of the array of depth valuesheight
- the height of the array of depth valuespublic NodeComponent cloneNodeComponent()
duplicateNode
method.cloneNodeComponent
in class NodeComponent
Node.duplicateNode(javax.media.j3d.Node, boolean)
,
Node.cloneTree()
,
NodeComponent.setDuplicateOnCloneTree(boolean)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.