Java Doc for TextureAttributesRetained.java in  » 6.0-JDK-Modules » java-3d » javax » media » j3d » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » javax.media.j3d 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.media.j3d.IndexedObject
      javax.media.j3d.SceneGraphObjectRetained
         javax.media.j3d.NodeComponentRetained
            javax.media.j3d.TextureAttributesRetained

TextureAttributesRetained
class TextureAttributesRetained extends NodeComponentRetained (Code)
The TextureAttributes object defines attributes that apply to to texture mapping.


Field Summary
final static  intCOLOR_CHANGED
    
final static  intCOMBINE_ALPHA_FCN_CHANGED
    
final static  intCOMBINE_ALPHA_MODE_CHANGED
    
final static  intCOMBINE_ALPHA_SCALE_CHANGED
    
final static  intCOMBINE_ALPHA_SRC_CHANGED
    
final static  intCOMBINE_RGB_FCN_CHANGED
    
final static  intCOMBINE_RGB_MODE_CHANGED
    
final static  intCOMBINE_RGB_SCALE_CHANGED
    
final static  intCOMBINE_RGB_SRC_CHANGED
    
final static  intCORRECTION_CHANGED
    
final static  intMODE_CHANGED
    
final static  intTEXTURE_COLOR_TABLE_CHANGED
    
final static  intTRANSFORM_CHANGED
    
 int[]combineAlphaFcn
    
 intcombineAlphaMode
    
 intcombineAlphaScale
    
 int[]combineAlphaSrc
    
 int[]combineRgbFcn
    
 intcombineRgbMode
    
 intcombineRgbScale
    
 int[]combineRgbSrc
    
static  IntegercommandInt
    
static  Integerenums
    
 booleanmirrorCompDirty
    
 intnumTextureColorTableComponents
    
 intperspCorrectionMode
    
 Color4ftextureBlendColor
    
 inttextureColorTable
    
 inttextureColorTableSize
    
 inttextureMode
    
 Transform3Dtransform
    

Constructor Summary
 TextureAttributesRetained()
    

Method Summary
protected  Objectclone()
    
synchronized  voidcreateMirrorObject()
    
 booleanequivalent(TextureAttributesRetained tr)
    
final  intgetCombineAlphaFunction(int index)
    
final  intgetCombineAlphaMode()
    
final  intgetCombineAlphaScale()
    
final  intgetCombineAlphaSource(int index)
    
final  intgetCombineRgbFunction(int index)
    
final  intgetCombineRgbMode()
    
final  intgetCombineRgbScale()
    
final  intgetCombineRgbSource(int index)
    
final  intgetNumTextureColorTableComponents()
    
final  intgetPerspectiveCorrectionMode()
     Gets perspective correction mode value.
final  voidgetTextureBlendColor(Color4f textureBlendColor)
     Gets the texture blend color for this appearance component object.
final  voidgetTextureColorTable(int[][] table)
    
final  intgetTextureColorTableSize()
    
final  intgetTextureMode()
     Gets the texture mode parameter for this texture attributes object.
final  voidgetTextureTransform(Transform3D transform)
     Retrieves a copy of the texture transform object.
 voidhandleFrequencyChange(int bit)
    
final  voidinitCombineAlphaFunction(int index, int fcn)
    
final  voidinitCombineAlphaMode(int mode)
    
final  voidinitCombineAlphaScale(int scale)
    
final  voidinitCombineAlphaSource(int index, int src)
    
final  voidinitCombineMode(TextureAttributesRetained tr)
    
final  voidinitCombineRgbFunction(int index, int fcn)
    
final  voidinitCombineRgbMode(int mode)
    
final  voidinitCombineRgbScale(int scale)
    
final  voidinitCombineRgbSource(int index, int src)
    
synchronized  voidinitMirrorObject()
    
final  voidinitPerspectiveCorrectionMode(int mode)
    
final  voidinitTextureBlendColor(Color4f textureBlendColor)
    
final  voidinitTextureBlendColor(float r, float g, float b, float a)
    
final  voidinitTextureColorTable(int[][] table)
    
final static  voidinitTextureEnums()
    
final  voidinitTextureMode(int textureMode)
    
final  voidinitTextureTransform(Transform3D transform)
    
final  voidsendMessage(int attrMask, Object attr1, Object attr2)
    
protected  voidset(TextureAttributesRetained tr)
    
final  voidsetCombineAlphaFunction(int index, int fcn)
    
final  voidsetCombineAlphaMode(int mode)
    
final  voidsetCombineAlphaScale(int scale)
    
final  voidsetCombineAlphaSource(int index, int src)
    
final  voidsetCombineRgbFunction(int index, int fcn)
    
final  voidsetCombineRgbMode(int mode)
    
final  voidsetCombineRgbScale(int scale)
    
final  voidsetCombineRgbSource(int index, int src)
    
final  voidsetPerspectiveCorrectionMode(int mode)
     Sets perspective correction mode to be used for color and/or texture coordinate interpolation.
final  voidsetTextureBlendColor(Color4f textureBlendColor)
     Sets the texture blend color for this texture attributes object.
final  voidsetTextureBlendColor(float r, float g, float b, float a)
     Sets the texture blend color for this appearance component object.
final  voidsetTextureColorTable(int[][] table)
    
final  voidsetTextureMode(int textureMode)
     Sets the texture mode parameter for this appearance component object.
final  voidsetTextureTransform(Transform3D transform)
     Sets the texture transform object used to transform texture coordinates.
synchronized  voidupdateMirrorObject(int component, Object value, Object value2)
    
 voidupdateNative(Canvas3D cv, boolean simulate, int textureFormat)
    

Field Detail
COLOR_CHANGED
final static int COLOR_CHANGED(Code)



COMBINE_ALPHA_FCN_CHANGED
final static int COMBINE_ALPHA_FCN_CHANGED(Code)



COMBINE_ALPHA_MODE_CHANGED
final static int COMBINE_ALPHA_MODE_CHANGED(Code)



COMBINE_ALPHA_SCALE_CHANGED
final static int COMBINE_ALPHA_SCALE_CHANGED(Code)



COMBINE_ALPHA_SRC_CHANGED
final static int COMBINE_ALPHA_SRC_CHANGED(Code)



COMBINE_RGB_FCN_CHANGED
final static int COMBINE_RGB_FCN_CHANGED(Code)



COMBINE_RGB_MODE_CHANGED
final static int COMBINE_RGB_MODE_CHANGED(Code)



COMBINE_RGB_SCALE_CHANGED
final static int COMBINE_RGB_SCALE_CHANGED(Code)



COMBINE_RGB_SRC_CHANGED
final static int COMBINE_RGB_SRC_CHANGED(Code)



CORRECTION_CHANGED
final static int CORRECTION_CHANGED(Code)



MODE_CHANGED
final static int MODE_CHANGED(Code)



TEXTURE_COLOR_TABLE_CHANGED
final static int TEXTURE_COLOR_TABLE_CHANGED(Code)



TRANSFORM_CHANGED
final static int TRANSFORM_CHANGED(Code)



combineAlphaFcn
int[] combineAlphaFcn(Code)



combineAlphaMode
int combineAlphaMode(Code)



combineAlphaScale
int combineAlphaScale(Code)



combineAlphaSrc
int[] combineAlphaSrc(Code)



combineRgbFcn
int[] combineRgbFcn(Code)



combineRgbMode
int combineRgbMode(Code)



combineRgbScale
int combineRgbScale(Code)



combineRgbSrc
int[] combineRgbSrc(Code)



commandInt
static Integer commandInt(Code)



enums
static Integer enums(Code)



mirrorCompDirty
boolean mirrorCompDirty(Code)



numTextureColorTableComponents
int numTextureColorTableComponents(Code)



perspCorrectionMode
int perspCorrectionMode(Code)



textureBlendColor
Color4f textureBlendColor(Code)



textureColorTable
int textureColorTable(Code)



textureColorTableSize
int textureColorTableSize(Code)



textureMode
int textureMode(Code)



transform
Transform3D transform(Code)




Constructor Detail
TextureAttributesRetained
TextureAttributesRetained()(Code)




Method Detail
clone
protected Object clone()(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



equivalent
boolean equivalent(TextureAttributesRetained tr)(Code)



getCombineAlphaFunction
final int getCombineAlphaFunction(int index)(Code)



getCombineAlphaMode
final int getCombineAlphaMode()(Code)



getCombineAlphaScale
final int getCombineAlphaScale()(Code)



getCombineAlphaSource
final int getCombineAlphaSource(int index)(Code)



getCombineRgbFunction
final int getCombineRgbFunction(int index)(Code)



getCombineRgbMode
final int getCombineRgbMode()(Code)



getCombineRgbScale
final int getCombineRgbScale()(Code)



getCombineRgbSource
final int getCombineRgbSource(int index)(Code)



getNumTextureColorTableComponents
final int getNumTextureColorTableComponents()(Code)



getPerspectiveCorrectionMode
final int getPerspectiveCorrectionMode()(Code)
Gets perspective correction mode value. mode the value of perspective correction mode.



getTextureBlendColor
final void getTextureBlendColor(Color4f textureBlendColor)(Code)
Gets the texture blend color for this appearance component object.
Parameters:
  textureBlendColor - the vector that will receive the textureblend color used when the mode is BLEND



getTextureColorTable
final void getTextureColorTable(int[][] table)(Code)



getTextureColorTableSize
final int getTextureColorTableSize()(Code)



getTextureMode
final int getTextureMode()(Code)
Gets the texture mode parameter for this texture attributes object. textureMode the texture mode



getTextureTransform
final void getTextureTransform(Transform3D transform)(Code)
Retrieves a copy of the texture transform object.
Parameters:
  transform - the transform object that will receive thecurrent texture transform.



handleFrequencyChange
void handleFrequencyChange(int bit)(Code)



initCombineAlphaFunction
final void initCombineAlphaFunction(int index, int fcn)(Code)



initCombineAlphaMode
final void initCombineAlphaMode(int mode)(Code)



initCombineAlphaScale
final void initCombineAlphaScale(int scale)(Code)



initCombineAlphaSource
final void initCombineAlphaSource(int index, int src)(Code)



initCombineMode
final void initCombineMode(TextureAttributesRetained tr)(Code)



initCombineRgbFunction
final void initCombineRgbFunction(int index, int fcn)(Code)



initCombineRgbMode
final void initCombineRgbMode(int mode)(Code)



initCombineRgbScale
final void initCombineRgbScale(int scale)(Code)



initCombineRgbSource
final void initCombineRgbSource(int index, int src)(Code)



initMirrorObject
synchronized void initMirrorObject()(Code)
Initializes a mirror object



initPerspectiveCorrectionMode
final void initPerspectiveCorrectionMode(int mode)(Code)



initTextureBlendColor
final void initTextureBlendColor(Color4f textureBlendColor)(Code)



initTextureBlendColor
final void initTextureBlendColor(float r, float g, float b, float a)(Code)



initTextureColorTable
final void initTextureColorTable(int[][] table)(Code)



initTextureEnums
final static void initTextureEnums()(Code)



initTextureMode
final void initTextureMode(int textureMode)(Code)



initTextureTransform
final void initTextureTransform(Transform3D transform)(Code)



sendMessage
final void sendMessage(int attrMask, Object attr1, Object attr2)(Code)



set
protected void set(TextureAttributesRetained tr)(Code)



setCombineAlphaFunction
final void setCombineAlphaFunction(int index, int fcn)(Code)



setCombineAlphaMode
final void setCombineAlphaMode(int mode)(Code)



setCombineAlphaScale
final void setCombineAlphaScale(int scale)(Code)



setCombineAlphaSource
final void setCombineAlphaSource(int index, int src)(Code)



setCombineRgbFunction
final void setCombineRgbFunction(int index, int fcn)(Code)



setCombineRgbMode
final void setCombineRgbMode(int mode)(Code)



setCombineRgbScale
final void setCombineRgbScale(int scale)(Code)



setCombineRgbSource
final void setCombineRgbSource(int index, int src)(Code)



setPerspectiveCorrectionMode
final void setPerspectiveCorrectionMode(int mode)(Code)
Sets perspective correction mode to be used for color and/or texture coordinate interpolation. A value of NICEST indicates that perspective correction should be performed and that the highest quality method should be used. A value of FASTEST indicates that the most efficient perspective correction method should be used.
Parameters:
  mode - one of NICEST or FASTEST.The default value is NICEST.



setTextureBlendColor
final void setTextureBlendColor(Color4f textureBlendColor)(Code)
Sets the texture blend color for this texture attributes object.
Parameters:
  textureBlendColor - the texture blend color used whenthe mode is BLEND



setTextureBlendColor
final void setTextureBlendColor(float r, float g, float b, float a)(Code)
Sets the texture blend color for this appearance component object. This color is used when the mode is BLEND.
Parameters:
  r - the red component of the color
Parameters:
  g - the green component of the color
Parameters:
  b - the blue component of the color
Parameters:
  a - the alpha component of the color



setTextureColorTable
final void setTextureColorTable(int[][] table)(Code)



setTextureMode
final void setTextureMode(int textureMode)(Code)
Sets the texture mode parameter for this appearance component object.
Parameters:
  textureMode - the texture mode, one of: MODULATE,DECAL, BLEND, or REPLACE



setTextureTransform
final void setTextureTransform(Transform3D transform)(Code)
Sets the texture transform object used to transform texture coordinates. A copy of the specified Transform3D object is stored in this TextureAttributes object.
Parameters:
  transform - the new transform object



updateMirrorObject
synchronized void updateMirrorObject(int component, Object value, Object value2)(Code)
Update the "component" field of the mirror object with the given "value"



updateNative
void updateNative(Canvas3D cv, boolean simulate, int textureFormat)(Code)



Fields inherited from javax.media.j3d.NodeComponentRetained
int changedFrequent(Code)(Java Doc)
int compChanged(Code)(Java Doc)
boolean duplicateOnCloneTree(Code)(Java Doc)
NodeComponentRetained mirror(Code)(Java Doc)
int refCnt(Code)(Java Doc)
int refCount(Code)(Java Doc)
ArrayList users(Code)(Java Doc)

Methods inherited from javax.media.j3d.NodeComponentRetained
void addAMirrorUser(Shape3DRetained ms)(Code)(Java Doc)
synchronized void addUser(NodeRetained node)(Code)(Java Doc)
void clearLive(int refCount)(Code)(Java Doc)
protected Object clone()(Code)(Java Doc)
void copyMirrorUsers(NodeComponentRetained node)(Code)(Java Doc)
void createMirrorObject()(Code)(Java Doc)
synchronized void decRefCnt()(Code)(Java Doc)
void doSetLive(boolean inBackgroundGroup, int refCount)(Code)(Java Doc)
boolean getDuplicateOnCloneTree()(Code)(Java Doc)
boolean getInImmCtx()(Code)(Java Doc)
synchronized void incRefCnt()(Code)(Java Doc)
void initMirrorObject()(Code)(Java Doc)
synchronized void notifyUsers()(Code)(Java Doc)
void removeAMirrorUser(Shape3DRetained ms)(Code)(Java Doc)
void removeMirrorUsers(NodeComponentRetained node)(Code)(Java Doc)
synchronized void removeUser(NodeRetained node)(Code)(Java Doc)
protected void set(NodeComponentRetained nc)(Code)(Java Doc)
void setDuplicateOnCloneTree(boolean duplicate)(Code)(Java Doc)
void setFrequencyChangeMask(int bit, int mask)(Code)(Java Doc)
void setInImmCtx(boolean inCtx)(Code)(Java Doc)
void setLive(boolean inBackgroundGroup, int refCount)(Code)(Java Doc)
void updateMirrorObject(int component, Object obj)(Code)(Java Doc)

Fields inherited from javax.media.j3d.SceneGraphObjectRetained
final static int DONT_MERGE(Code)(Java Doc)
final static int MERGE(Code)(Java Doc)
final static int MERGE_DONE(Code)(Java Doc)
boolean inBackgroundGroup(Code)(Java Doc)
boolean inSetLive(Code)(Java Doc)
int mergeFlag(Code)(Java Doc)
boolean onUpdateList(Code)(Java Doc)
SceneGraphObject source(Code)(Java Doc)

Methods inherited from javax.media.j3d.SceneGraphObjectRetained
void clearLive(VirtualUniverse univ, int index, boolean sharedGroup, HashKey[] keys)(Code)(Java Doc)
void clearLive()(Code)(Java Doc)
protected Object clone()(Code)(Java Doc)
void compile(CompileState compState)(Code)(Java Doc)
void doSetLive(boolean inBackgroundGroup)(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
SceneGraphObject getSource()(Code)(Java Doc)
VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void handleFrequencyChange(int bit)(Code)(Java Doc)
boolean isInSetLive()(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
void markAsLive()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
void setCompiled()(Code)(Java Doc)
void setLive(boolean inBackgroundGroup)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setSource(SceneGraphObject source)(Code)(Java Doc)
void traverse(boolean sameLevel, int level)(Code)(Java Doc)

Fields inherited from javax.media.j3d.IndexedObject
int[][] listIdx(Code)(Java Doc)

Methods inherited from javax.media.j3d.IndexedObject
synchronized int getIdxUsed(VirtualUniverse u)(Code)(Java Doc)
abstract VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void incIdxUsed()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.