NASA World Wind

Uses of Interface
gov.nasa.worldwind.render.ShapeAttributes

Packages that use ShapeAttributes
gov.nasa.worldwind.render   
 

Uses of ShapeAttributes in gov.nasa.worldwind.render
 

Classes in gov.nasa.worldwind.render that implement ShapeAttributes
 class BasicShapeAttributes
           
 

Methods in gov.nasa.worldwind.render that return ShapeAttributes
 ShapeAttributes SurfaceShape.getAttributes()
          Returns the rendering attributes associated with this SurfaceShape.
 ShapeAttributes AbstractSurfaceShape.getAttributes()
           
 

Methods in gov.nasa.worldwind.render with parameters of type ShapeAttributes
 void SurfaceShapeSupport.applyInteriorState(DrawContext dc, ShapeAttributes attributes)
           
 void SurfaceShapeSupport.applyOutlineState(DrawContext dc, ShapeAttributes attributes)
           
 void SurfaceShape.setAttributes(ShapeAttributes attributes)
          Sets the rendering attributes associated with this SurfaceShape.
 void AbstractSurfaceShape.setAttributes(ShapeAttributes attributes)
           
 

Constructors in gov.nasa.worldwind.render with parameters of type ShapeAttributes
AbstractSurfaceShape(ShapeAttributes attributes)
           
BasicShapeAttributes(ShapeAttributes attributes)
           
SurfaceCircle(ShapeAttributes attributes)
           
SurfaceCircle(ShapeAttributes attributes, int intervals)
           
SurfaceCircle(ShapeAttributes attributes, LatLon center, double radius)
           
SurfaceCircle(ShapeAttributes attributes, LatLon center, double radius, int intervals)
           
SurfaceConvexShape(ShapeAttributes attributes)
           
SurfaceEllipse(ShapeAttributes attributes)
           
SurfaceEllipse(ShapeAttributes attributes, int intervals)
           
SurfaceEllipse(ShapeAttributes attributes, LatLon center, double semiMajorAxisLength, double semiMinorAxisLength, Angle heading)
           
SurfaceEllipse(ShapeAttributes attributes, LatLon center, double semiMajorAxisLength, double semiMinorAxisLength, Angle heading, int intervals)
           
SurfacePolygon(ShapeAttributes attributes)
           
SurfacePolygon(ShapeAttributes attributes, Iterable<? extends LatLon> locations)
           
SurfacePolyline(ShapeAttributes attributes)
           
SurfacePolyline(ShapeAttributes attributes, Iterable<? extends LatLon> locations)
           
SurfaceQuad(ShapeAttributes attributes)
           
SurfaceQuad(ShapeAttributes attributes, LatLon center, double width, double height, Angle heading)
           
SurfaceSector(ShapeAttributes attributes)
           
SurfaceSector(ShapeAttributes attributes, Sector sector)
           
SurfaceSquare(ShapeAttributes attributes)
           
SurfaceSquare(ShapeAttributes attributes, LatLon center, double size, Angle heading)
           
 


NASA World Wind