|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.SceneGraphObject
javax.media.j3d.NodeComponent
javax.media.j3d.TextureAttributes
net.jbeans.j3d.scenegraph.TextureAttributes
generally describe TextureAttributes in here
TextureAttributes
,
Serializable
,
Serialized FormField Summary |
Fields inherited from class javax.media.j3d.TextureAttributes |
ALLOW_BLEND_COLOR_READ, ALLOW_BLEND_COLOR_WRITE, ALLOW_COLOR_TABLE_READ, ALLOW_COLOR_TABLE_WRITE, ALLOW_COMBINE_READ, ALLOW_COMBINE_WRITE, ALLOW_MODE_READ, ALLOW_MODE_WRITE, ALLOW_TRANSFORM_READ, ALLOW_TRANSFORM_WRITE, BLEND, COMBINE, COMBINE_ADD, COMBINE_ADD_SIGNED, COMBINE_CONSTANT_COLOR, COMBINE_DOT3, COMBINE_INTERPOLATE, COMBINE_MODULATE, COMBINE_OBJECT_COLOR, COMBINE_ONE_MINUS_SRC_ALPHA, COMBINE_ONE_MINUS_SRC_COLOR, COMBINE_PREVIOUS_TEXTURE_UNIT_STATE, COMBINE_REPLACE, COMBINE_SRC_ALPHA, COMBINE_SRC_COLOR, COMBINE_SUBTRACT, COMBINE_TEXTURE_COLOR, DECAL, FASTEST, MODULATE, NICEST, REPLACE |
Fields inherited from class javax.media.j3d.NodeComponent |
|
Fields inherited from class javax.media.j3d.SceneGraphObject |
|
Constructor Summary | |
TextureAttributes()
|
|
TextureAttributes(int textureMode,
javax.media.j3d.Transform3D transform,
javax.vecmath.Color4f textureBlendColor,
int perspCorrectionMode)
|
Method Summary | |
java.awt.Color |
getTextureBlendColor()
|
javax.media.j3d.Transform3D |
getTextureTransform()
|
void |
setTextureBlendColor(java.awt.Color color)
|
Methods inherited from class javax.media.j3d.TextureAttributes |
cloneNodeComponent, getCombineAlphaFunction, getCombineAlphaMode, getCombineAlphaScale, getCombineAlphaSource, getCombineRgbFunction, getCombineRgbMode, getCombineRgbScale, getCombineRgbSource, getNumTextureColorTableComponents, getPerspectiveCorrectionMode, getTextureBlendColor, getTextureColorTable, getTextureColorTableSize, getTextureMode, getTextureTransform, setCombineAlphaFunction, setCombineAlphaMode, setCombineAlphaScale, setCombineAlphaSource, setCombineRgbFunction, setCombineRgbMode, setCombineRgbScale, setCombineRgbSource, setPerspectiveCorrectionMode, setTextureBlendColor, setTextureBlendColor, setTextureColorTable, setTextureMode, setTextureTransform |
Methods inherited from class javax.media.j3d.NodeComponent |
cloneNodeComponent, duplicateNodeComponent, duplicateNodeComponent, getDuplicateOnCloneTree, setDuplicateOnCloneTree |
Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData, updateNodeReferences |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextureAttributes()
public TextureAttributes(int textureMode, javax.media.j3d.Transform3D transform, javax.vecmath.Color4f textureBlendColor, int perspCorrectionMode)
Method Detail |
public void setTextureBlendColor(java.awt.Color color)
public java.awt.Color getTextureBlendColor()
public javax.media.j3d.Transform3D getTextureTransform()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |