Uses of Class
org.xith3d.scenegraph.TransparencyAttributes

Packages that use TransparencyAttributes
org.xith3d.loaders.models.conversion   
org.xith3d.render.states.units   
org.xith3d.scenegraph   
org.xith3d.ui.swingui A swing based UserInterface package for Xith3D. 
org.xith3d.ui.text2d Dynamic Text for Xith (DTX) As there is no ( or no dynamic ) text node for xith3d here is mine. 
 

Uses of TransparencyAttributes in org.xith3d.loaders.models.conversion
 

Methods in org.xith3d.loaders.models.conversion that return TransparencyAttributes
 TransparencyAttributes XithAppearanceFactory.createTransparencyAttributes(java.lang.String name)
           
 

Uses of TransparencyAttributes in org.xith3d.render.states.units
 

Fields in org.xith3d.render.states.units declared as TransparencyAttributes
static TransparencyAttributes ColoringStateUnit.DEFAULT_TRANS_ATTR
           
 

Methods in org.xith3d.render.states.units that return TransparencyAttributes
 TransparencyAttributes ColoringStateUnit.getTransparencyAttributes()
           
 

Methods in org.xith3d.render.states.units with parameters of type TransparencyAttributes
static ColoringStateUnit ColoringStateUnit.makeColoringStateUnit(ColoringAttributes ca, TransparencyAttributes ta, StateUnit[] cache)
           
 void ColoringStateUnit.update(ColoringAttributes ca, TransparencyAttributes ta)
           
 

Uses of TransparencyAttributes in org.xith3d.scenegraph
 

Methods in org.xith3d.scenegraph that return TransparencyAttributes
 TransparencyAttributes TransparencyAttributes.cloneNodeComponent(boolean forceDuplicate)
          
 TransparencyAttributes TransparencyAttributes.getCopy()
           
 TransparencyAttributes Appearance.getTransparencyAttributes()
           
 TransparencyAttributes Appearance.getTransparencyAttributes(boolean forceExistance)
          Returns this Appearance'es TransparencyAttributes, if they exist.
 

Methods in org.xith3d.scenegraph with parameters of type TransparencyAttributes
 int TransparencyAttributes.compareTo(TransparencyAttributes o)
           
 void Appearance.setTransparencyAttributes(TransparencyAttributes transparencyAttrs)
          Sets the transparency attributes information.
 

Uses of TransparencyAttributes in org.xith3d.ui.swingui
 

Methods in org.xith3d.ui.swingui that return TransparencyAttributes
 TransparencyAttributes UIOverlay.getTransparencyAttributes()
          Return the transparency attributes
 

Uses of TransparencyAttributes in org.xith3d.ui.text2d
 

Methods in org.xith3d.ui.text2d with parameters of type TransparencyAttributes
protected  void Line2D.setTransparency(TransparencyAttributes ta)