NASA World Wind

Uses of Interface
gov.nasa.worldwind.render.markers.MarkerAttributes

Packages that use MarkerAttributes
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.examples.shapebuilder The shapebuilder package contains shape building applications for 3D shapes, including the rigid shapes (Ellipsoid, Box, Cylinder, Cone, Pyramid, Wedge) and ExtrudedPolygon
gov.nasa.worldwind.examples.util   
gov.nasa.worldwind.render.markers   
 

Uses of MarkerAttributes in gov.nasa.worldwind.applications.sar
 

Methods in gov.nasa.worldwind.applications.sar that return MarkerAttributes
 MarkerAttributes ScalebarHint.getMarkerAttributes()
           
 

Uses of MarkerAttributes in gov.nasa.worldwind.examples.shapebuilder
 

Constructors in gov.nasa.worldwind.examples.shapebuilder with parameters of type MarkerAttributes
ExtrudedPolygonEditor.ControlPointMarker(String type, Position position, Vec4 point, MarkerAttributes attrs, int index)
           
RigidShapeEditor.ControlPointMarker(String type, Position position, Vec4 point, MarkerAttributes attrs, int index)
           
 

Uses of MarkerAttributes in gov.nasa.worldwind.examples.util
 

Constructors in gov.nasa.worldwind.examples.util with parameters of type MarkerAttributes
SurfaceImageEditor.ControlPointMarker(Position position, MarkerAttributes attrs, int index)
           
 

Uses of MarkerAttributes in gov.nasa.worldwind.render.markers
 

Classes in gov.nasa.worldwind.render.markers that implement MarkerAttributes
 class BasicMarkerAttributes
           
 

Fields in gov.nasa.worldwind.render.markers declared as MarkerAttributes
protected  MarkerAttributes BasicMarker.attributes
           
 

Methods in gov.nasa.worldwind.render.markers that return MarkerAttributes
 MarkerAttributes Marker.getAttributes()
           
 MarkerAttributes BasicMarker.getAttributes()
           
 

Methods in gov.nasa.worldwind.render.markers with parameters of type MarkerAttributes
 void Marker.setAttributes(MarkerAttributes attributes)
           
 void BasicMarker.setAttributes(MarkerAttributes attributes)
           
 

Constructors in gov.nasa.worldwind.render.markers with parameters of type MarkerAttributes
BasicMarker(Position position, MarkerAttributes attrs)
           
BasicMarker(Position position, MarkerAttributes attrs, Angle heading)
           
 


NASA World Wind