All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.media.j3d.DepthImage
public DepthImage()
public final void setDuplicateOnCloneTree(boolean duplicate)
cloneTree
operation. A value of true
means
that this NodeComponent object should be duplicated, while a value
of false
indicates that this NodeComponent object's
reference will be copied into the newly cloned object. This value
can be overriden via the forceDuplicate
parameter of
the cloneTree
method.
public final boolean getDuplicateOnCloneTree()
cloneTree
operation. A value of true
means
that this NodeComponent object should be duplicated, while a value
of false
indicates that this NodeComponent object's
reference will be copied into the newly cloned object. This value
can be overriden via the forceDuplicate
parameter of
the cloneTree
method.
All Packages Class Hierarchy This Package Previous Next Index