Uses of Class
org.xith3d.scenegraph.ColoringAttributes

Packages that use ColoringAttributes
org.xith3d.loaders.models.conversion   
org.xith3d.render.states.units   
org.xith3d.scenegraph   
 

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

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

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

Fields in org.xith3d.render.states.units declared as ColoringAttributes
static ColoringAttributes ColoringStateUnit.DEFAULT_COLOR_ATTR
           
 

Methods in org.xith3d.render.states.units that return ColoringAttributes
 ColoringAttributes ColoringStateUnit.getColoringAttributes()
           
 ColoringAttributes ColoringStateUnit.getNodeComponent()
          
 ColoringAttributes TextureUnitStateUnit.getNodeComponent()
          
 

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

Uses of ColoringAttributes in org.xith3d.scenegraph
 

Methods in org.xith3d.scenegraph that return ColoringAttributes
 ColoringAttributes ColoringAttributes.cloneNodeComponent(boolean forceDuplicate)
          
 ColoringAttributes Appearance.getColoringAttributes()
           
 ColoringAttributes Appearance.getColoringAttributes(boolean forceExistance)
           
 ColoringAttributes ColoringAttributes.getCopy()
           
 

Methods in org.xith3d.scenegraph with parameters of type ColoringAttributes
 int ColoringAttributes.compareTo(ColoringAttributes o)
           
 void Appearance.setColoringAttributes(ColoringAttributes coloringAttrs)
          Sets the coloring attributes information.