Uses of Class
org.xith3d.scenegraph.PolygonAttributes

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

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

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

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

Methods in org.xith3d.render.states.units that return PolygonAttributes
 PolygonAttributes PolygonAttribsStateUnit.getNodeComponent()
          
 PolygonAttributes PolygonAttribsStateUnit.getPolygonAttributes()
           
 

Methods in org.xith3d.render.states.units with parameters of type PolygonAttributes
static PolygonAttribsStateUnit PolygonAttribsStateUnit.makePolygonAttribsStateUnit(PolygonAttributes pa, StateUnit[] cache)
           
 void PolygonAttribsStateUnit.update(PolygonAttributes pa)
           
 

Uses of PolygonAttributes in org.xith3d.scenegraph
 

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

Methods in org.xith3d.scenegraph with parameters of type PolygonAttributes
 int PolygonAttributes.compareTo(PolygonAttributes o)
          
 void Appearance.setPolygonAttributes(PolygonAttributes polygonAttrs)
          Sets the polygon attributes information.
 

Uses of PolygonAttributes in org.xith3d.ui.swingui
 

Methods in org.xith3d.ui.swingui that return PolygonAttributes
 PolygonAttributes UIOverlay.getPolygonAttributes()
          Return the polygon attributes shared by all the sub-overlays