| java.lang.Object javax.media.j3d.IndexedObject javax.media.j3d.SceneGraphObjectRetained javax.media.j3d.NodeComponentRetained javax.media.j3d.TransparencyAttributesRetained
TransparencyAttributesRetained | class TransparencyAttributesRetained extends NodeComponentRetained (Code) | | The TransparencyAttributes object defines all attributes affecting
transparency of the object.
|
DST_BLEND_FUNCTION_CHANGED | final static int DST_BLEND_FUNCTION_CHANGED(Code) | | |
MODE_CHANGED | final static int MODE_CHANGED(Code) | | |
SRC_BLEND_FUNCTION_CHANGED | final static int SRC_BLEND_FUNCTION_CHANGED(Code) | | |
VALUE_CHANGED | final static int VALUE_CHANGED(Code) | | |
dstBlendFunction | int dstBlendFunction(Code) | | |
srcBlendFunction | int srcBlendFunction(Code) | | |
transparency | float transparency(Code) | | |
transparencyMode | int transparencyMode(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
|
getDstBlendFunction | final int getDstBlendFunction()(Code) | | Retrieves this appearance's destination blend function.
the appearance's destination blend function |
getSrcBlendFunction | final int getSrcBlendFunction()(Code) | | Retrieves this appearance's source blend function.
the appearance's source blend function |
getTransparency | final float getTransparency()(Code) | | Retrieves this appearance's transparency.
the appearance's transparency |
getTransparencyMode | final int getTransparencyMode()(Code) | | Gets the transparency mode for this
appearance component object.
transparencyMode the transparency mode |
handleFrequencyChange | void handleFrequencyChange(int bit)(Code) | | |
initDstBlendFunction | final void initDstBlendFunction(int blendFunction)(Code) | | Sets the destination blend function used in blended transparency
and antialiasing operations. The destination function specifies the
factor that is multiplied by the destination color; this value is
added to the product of the source factor and the
source color. The default destination blend function is
BLEND_ONE_MINUS_SRC_ALPHA .
Parameters: blendFunction - the blend function to be used for the destinationcolor, one of BLEND_ZERO , BLEND_ONE ,BLEND_SRC_ALPHA , or BLEND_ONE_MINUS_SRC_ALPHA . |
initMirrorObject | synchronized void initMirrorObject()(Code) | | Initializes a mirror object, point the mirror object to the retained
object if the object is not editable
|
initSrcBlendFunction | final void initSrcBlendFunction(int blendFunction)(Code) | | Sets the source blend function used in blended transparency
and antialiasing operations. The source function specifies the
factor that is multiplied by the source color; this value is
added to the product of the destination factor and the
destination color. The default source blend function is
BLEND_SRC_ALPHA .
Parameters: blendFunction - the blend function to be used for the sourcecolor, one of BLEND_ZERO , BLEND_ONE ,BLEND_SRC_ALPHA , or BLEND_ONE_MINUS_SRC_ALPHA . |
initTransparency | final void initTransparency(float transparency)(Code) | | Sets this appearance's transparency.
Parameters: transparency - the appearance's transparencyin the range [0.0, 1.0] with 0.0 beingfully opaque and 1.0 being fully transparent |
initTransparencyMode | final void initTransparencyMode(int transparencyMode)(Code) | | Sets the transparency mode for this
appearance component object.
Parameters: transparencyMode - the transparency mode to be used, one ofNONE , FASTEST , NICEST , SCREEN_DOOR , or BLENDED |
sendMessage | final void sendMessage(int attrMask, Object attr)(Code) | | |
setDstBlendFunction | final void setDstBlendFunction(int blendFunction)(Code) | | Sets the destination blend function used in blended transparency
and antialiasing operations and sends a message notifying the
interested structures of the change. The destination function
specifies the factor that is multiplied by the destination
color; this value is added to the product of the source factor
and the source color. The default destination blend function is
BLEND_ONE_MINUS_SRC_ALPHA .
Parameters: blendFunction - the blend function to be used for the destinationcolor, one of BLEND_ZERO , BLEND_ONE ,BLEND_SRC_ALPHA , or BLEND_ONE_MINUS_SRC_ALPHA . |
setSrcBlendFunction | final void setSrcBlendFunction(int blendFunction)(Code) | | Sets the source blend function used in blended transparency
and antialiasing operations and sends a message notifying the
interested structures of the change. The source function specifies the
factor that is multiplied by the source color; this value is
added to the product of the destination factor and the
destination color. The default source blend function is
BLEND_SRC_ALPHA .
Parameters: blendFunction - the blend function to be used for the sourcecolor, one of BLEND_ZERO , BLEND_ONE ,BLEND_SRC_ALPHA , or BLEND_ONE_MINUS_SRC_ALPHA . |
setTransparency | final void setTransparency(float transparency)(Code) | | Sets this appearance's transparency and sends a message notifying
the interested structures of the change.
Parameters: transparency - the appearance's transparencyin the range [0.0, 1.0] with 0.0 beingfully opaque and 1.0 being fully transparent |
setTransparencyMode | final void setTransparencyMode(int transparencyMode)(Code) | | Sets the transparency mode for this
appearance component object and sends a message notifying
the interested structures of the change.
Parameters: transparencyMode - the transparency mode to be used, one ofFASTEST , NICEST ,SCREEN_DOOR , or BLENDED |
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, float alpha, int geometryType, int polygonMode, boolean lineAA, boolean pointAA)(Code) | | |
Fields inherited from javax.media.j3d.IndexedObject | int[][] listIdx(Code)(Java Doc)
|
|
|