|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.GeometryAtom
class GeometryAtom
A GeometryAtom is the smallest object representing Geometry.
Field Summary | |
---|---|
(package private) boolean |
alphaEditable
|
(package private) BHLeafNode |
bhLeafNode
The BHLeafNode for this GeometryAtom. |
(package private) Point3d[] |
centroid
|
(package private) boolean |
centroidIsDirty
|
(package private) GeometryRetained[] |
geometryArray
Array of geometry components of this geometry atom |
(package private) int |
geoType
This is the original geometry type from which this atom came |
(package private) Transform3D[] |
lastLocalTransformArray
Array of transforms used only for Text3d. |
(package private) Locale |
locale
The locale that this geometry atom is attatched to. |
(package private) java.lang.Object |
lockObj
|
(package private) int |
nnuId
|
(package private) RenderAtom[] |
renderAtoms
The list of RenderAtoms for this GeometryAtom |
(package private) Shape3DRetained |
source
The mirror Shape3DRetained for this GeometryAtom. |
(package private) boolean |
visible
|
Constructor Summary | |
---|---|
GeometryAtom()
|
Method Summary | |
---|---|
BoundingBox |
computeBoundingHull()
|
int |
equal(NnuId obj)
|
int |
getId()
|
Locale |
getLocale2()
|
(package private) RenderAtom |
getRenderAtom(View view)
Gets a RenderAtom for the given viewIndex. |
boolean |
isEnable()
|
boolean |
isEnable(int vis)
|
(package private) void |
updateCentroid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
GeometryRetained[] geometryArray
Transform3D[] lastLocalTransformArray
Locale locale
Shape3DRetained source
BHLeafNode bhLeafNode
boolean alphaEditable
boolean visible
int geoType
RenderAtom[] renderAtoms
int nnuId
Point3d[] centroid
boolean centroidIsDirty
java.lang.Object lockObj
Constructor Detail |
---|
GeometryAtom()
Method Detail |
---|
public int getId()
getId
in interface NnuId
public int equal(NnuId obj)
equal
in interface NnuId
public BoundingBox computeBoundingHull()
computeBoundingHull
in interface BHLeafInterface
public boolean isEnable()
isEnable
in interface BHLeafInterface
public boolean isEnable(int vis)
isEnable
in interface BHLeafInterface
public Locale getLocale2()
getLocale2
in interface BHLeafInterface
RenderAtom getRenderAtom(View view)
void updateCentroid()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |