Uses of Class
org.xith3d.scenegraph.RenderingAttributes

Packages that use RenderingAttributes
org.xith3d.loaders.models.conversion   
org.xith3d.render.states.units   
org.xith3d.scenegraph   
org.xith3d.scenegraph.traversal.impl   
org.xith3d.ui.swingui A swing based UserInterface package for Xith3D. 
 

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

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

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

Methods in org.xith3d.render.states.units that return RenderingAttributes
 RenderingAttributes RenderingAttribsStateUnit.getNodeComponent()
          
 RenderingAttributes RenderingAttribsStateUnit.getRenderingAttributes()
           
 

Methods in org.xith3d.render.states.units with parameters of type RenderingAttributes
static RenderingAttribsStateUnit RenderingAttribsStateUnit.makeRenderingStateUnit(RenderingAttributes ra, StateUnit[] cache)
           
 void RenderingAttribsStateUnit.update(RenderingAttributes ra)
           
 

Uses of RenderingAttributes in org.xith3d.scenegraph
 

Methods in org.xith3d.scenegraph that return RenderingAttributes
 RenderingAttributes RenderingAttributes.cloneNodeComponent(boolean forceDuplicate)
          
 RenderingAttributes RenderingAttributes.getCopy()
           
 RenderingAttributes Appearance.getRenderingAttributes()
           
 RenderingAttributes Appearance.getRenderingAttributes(boolean forceExistence)
           
 

Methods in org.xith3d.scenegraph with parameters of type RenderingAttributes
 int RenderingAttributes.compareTo(RenderingAttributes o)
          
 void Appearance.setRenderingAttributes(RenderingAttributes renderingAttrs)
          Sets the rendering attributes information.
 

Uses of RenderingAttributes in org.xith3d.scenegraph.traversal.impl
 

Constructors in org.xith3d.scenegraph.traversal.impl with parameters of type RenderingAttributes
RenderingAttributesTraversal(RenderingAttributes ra)
           
 

Uses of RenderingAttributes in org.xith3d.ui.swingui
 

Methods in org.xith3d.ui.swingui that return RenderingAttributes
 RenderingAttributes UIOverlay.getRenderingAttributes()
          Return the rendering attributes shared by all sub-overlays