Uses of Class
javax.media.j3d.PolygonAttributes

Packages that use PolygonAttributes
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of PolygonAttributes in javax.media.j3d
 

Methods in javax.media.j3d that return PolygonAttributes
 PolygonAttributes Appearance.getPolygonAttributes()
          Retrieves the current polygonAttributes object.
 

Methods in javax.media.j3d with parameters of type PolygonAttributes
 void Appearance.setPolygonAttributes(PolygonAttributes polygonAttributes)
          Sets the polygonAttributes object to the specified object.