net.jbeans.j3d.scenegraph
Class TextureAttributes

java.lang.Object
  extended byjavax.media.j3d.SceneGraphObject
      extended byjavax.media.j3d.NodeComponent
          extended byjavax.media.j3d.TextureAttributes
              extended bynet.jbeans.j3d.scenegraph.TextureAttributes
All Implemented Interfaces:
java.io.Serializable

public class TextureAttributes
extends javax.media.j3d.TextureAttributes
implements java.io.Serializable

generally describe TextureAttributes in here

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
TextureAttributes, Serializable, Serialized Form

Field 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

TextureAttributes

public TextureAttributes()

TextureAttributes

public TextureAttributes(int textureMode,
                         javax.media.j3d.Transform3D transform,
                         javax.vecmath.Color4f textureBlendColor,
                         int perspCorrectionMode)
Method Detail

setTextureBlendColor

public void setTextureBlendColor(java.awt.Color color)

getTextureBlendColor

public java.awt.Color getTextureBlendColor()

getTextureTransform

public javax.media.j3d.Transform3D getTextureTransform()


Copyright © 1995-2004 net.jbeans. All Rights Reserved.