class PointAttributesRetained extends NodeComponentRetained
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
POINT_AA_CHANGED |
(package private) static int |
POINT_SIZE_CHANGED |
(package private) boolean |
pointAntialiasing |
(package private) float |
pointSize |
changedFrequent, compChanged, duplicateOnCloneTree, mirror, refCnt, refCount, usersDONT_MERGE, inBackgroundGroup, inSetLive, MERGE, MERGE_DONE, mergeFlag, onUpdateList, sourcelistIdx| Constructor and Description |
|---|
PointAttributesRetained() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
createMirrorObject()
Creates and initializes a mirror object, point the mirror object
to the retained object if the object is not editable
|
(package private) boolean |
equivalent(PointAttributesRetained pr) |
(package private) boolean |
getPointAntialiasingEnable()
Retrieves the state of the point antialiasing flag.
|
(package private) float |
getPointSize()
Gets the point size for this appearance component object.
|
(package private) void |
handleFrequencyChange(int bit) |
(package private) void |
initMirrorObject()
Initializes a mirror object, point the mirror object to the retained
object if the object is not editable
|
(package private) void |
initPointAntialiasingEnable(boolean state)
Enables or disables point antialiasing
for this appearance component object.
|
(package private) void |
initPointSize(float pointSize)
Sets the point size for this appearance component object.
|
(package private) void |
sendMessage(int attrMask,
java.lang.Object attr) |
protected void |
set(PointAttributesRetained pr) |
(package private) void |
setPointAntialiasingEnable(boolean state)
Enables or disables point antialiasing
for this appearance component object and sends a
message notifying the interested structures of the change.
|
(package private) void |
setPointSize(float pointSize)
Sets the point size for this appearance component object and sends a
message notifying the interested structures of the change.
|
(package private) void |
updateMirrorObject(int component,
java.lang.Object value)
Update the "component" field of the mirror object with the
given "value"
|
(package private) void |
updateNative(Context ctx)
Update the native context
|
addAMirrorUser, addUser, clearLive, clone, copyMirrorUsers, decRefCnt, doSetLive, getDuplicateOnCloneTree, getInImmCtx, incRefCnt, notifyUsers, removeAMirrorUser, removeMirrorUsers, removeUser, set, setDuplicateOnCloneTree, setFrequencyChangeMask, setInImmCtx, setLiveclearLive, clearLive, compile, doSetLive, doSetLive, getSource, getVirtualUniverse, isInSetLive, isStatic, markAsLive, merge, mergeTransform, setCompiled, setLive, setLive, setSource, traversegetIdxUsed, incIdxUsedstatic final int POINT_SIZE_CHANGED
static final int POINT_AA_CHANGED
float pointSize
boolean pointAntialiasing
final void initPointSize(float pointSize)
pointSize - the size, in pixels, of point primitivesfinal void setPointSize(float pointSize)
pointSize - the size, in pixels, of point primitivesfinal float getPointSize()
final void initPointAntialiasingEnable(boolean state)
state - true or false to enable or disable point antialiasingfinal void setPointAntialiasingEnable(boolean state)
state - true or false to enable or disable point antialiasingfinal boolean getPointAntialiasingEnable()
void createMirrorObject()
createMirrorObject in class NodeComponentRetainedvoid updateNative(Context ctx)
void initMirrorObject()
initMirrorObject in class NodeComponentRetainedvoid updateMirrorObject(int component,
java.lang.Object value)
updateMirrorObject in class NodeComponentRetainedboolean equivalent(PointAttributesRetained pr)
protected void set(PointAttributesRetained pr)
final void sendMessage(int attrMask,
java.lang.Object attr)
void handleFrequencyChange(int bit)
handleFrequencyChange in class SceneGraphObjectRetainedCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.