| java.lang.Object javax.media.j3d.IndexedObject javax.media.j3d.SceneGraphObjectRetained javax.media.j3d.NodeComponentRetained javax.media.j3d.PointAttributesRetained
PointAttributesRetained | class PointAttributesRetained extends NodeComponentRetained (Code) | | The PointAttributesRetained object defines all rendering state that can be set
as a component object of a Shape3D node.
|
POINT_AA_CHANGED | final static int POINT_AA_CHANGED(Code) | | |
POINT_SIZE_CHANGED | final static int POINT_SIZE_CHANGED(Code) | | |
pointAntialiasing | boolean pointAntialiasing(Code) | | |
pointSize | float pointSize(Code) | | |
createMirrorObject | synchronized void createMirrorObject()(Code) | | Creates and initializes a mirror object, point the mirror object
to the retained object if the object is not editable
|
getPointAntialiasingEnable | final boolean getPointAntialiasingEnable()(Code) | | Retrieves the state of the point antialiasing flag.
true if point antialiasing is enabled,false if point antialiasing is disabled |
getPointSize | final float getPointSize()(Code) | | Gets the point size for this appearance component object.
the size, in pixels, of point primitives |
handleFrequencyChange | void handleFrequencyChange(int bit)(Code) | | |
initMirrorObject | synchronized void initMirrorObject()(Code) | | Initializes a mirror object, point the mirror object to the retained
object if the object is not editable
|
initPointAntialiasingEnable | final void initPointAntialiasingEnable(boolean state)(Code) | | Enables or disables point antialiasing
for this appearance component object.
Parameters: state - true or false to enable or disable point antialiasing |
initPointSize | final void initPointSize(float pointSize)(Code) | | Sets the point size for this appearance component object.
Parameters: pointSize - the size, in pixels, of point primitives |
sendMessage | final void sendMessage(int attrMask, Object attr)(Code) | | |
setPointAntialiasingEnable | final void setPointAntialiasingEnable(boolean state)(Code) | | Enables or disables point antialiasing
for this appearance component object and sends a
message notifying the interested structures of the change.
Parameters: state - true or false to enable or disable point antialiasing |
setPointSize | final void setPointSize(float pointSize)(Code) | | Sets the point size for this appearance component object and sends a
message notifying the interested structures of the change.
Parameters: pointSize - the size, in pixels, of point primitives |
updateMirrorObject | synchronized void updateMirrorObject(int component, Object value)(Code) | | Update the "component" field of the mirror object with the
given "value"
|
updateNative | void updateNative(Context ctx)(Code) | | Update the native context
|
Fields inherited from javax.media.j3d.IndexedObject | int[][] listIdx(Code)(Java Doc)
|
|
|