NASA World Wind

gov.nasa.worldwind.examples.util
Class RandomShapeAttributes

java.lang.Object
  extended by gov.nasa.worldwind.examples.util.RandomShapeAttributes

public class RandomShapeAttributes
extends Object


Field Summary
protected  int attrIndex
           
protected  PointPlacemarkAttributes[] pointAttrs
           
protected  ShapeAttributes[] polygonAttrs
           
protected  ShapeAttributes[] polylineAttrs
           
 
Constructor Summary
RandomShapeAttributes()
           
 
Method Summary
protected  PointPlacemarkAttributes createPointAttributes(Color color)
           
protected  ShapeAttributes createPolygonAttributes(Color color)
           
protected  ShapeAttributes createPolylineAttributes(Color color)
           
protected  void initialize()
           
 PointPlacemarkAttributes nextPointAttributes()
           
 ShapeAttributes nextPolygonAttributes()
           
 ShapeAttributes nextPolylineAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attrIndex

protected int attrIndex

pointAttrs

protected PointPlacemarkAttributes[] pointAttrs

polygonAttrs

protected ShapeAttributes[] polygonAttrs

polylineAttrs

protected ShapeAttributes[] polylineAttrs
Constructor Detail

RandomShapeAttributes

public RandomShapeAttributes()
Method Detail

createPointAttributes

protected PointPlacemarkAttributes createPointAttributes(Color color)

createPolygonAttributes

protected ShapeAttributes createPolygonAttributes(Color color)

createPolylineAttributes

protected ShapeAttributes createPolylineAttributes(Color color)

initialize

protected void initialize()

nextPointAttributes

public PointPlacemarkAttributes nextPointAttributes()

nextPolygonAttributes

public ShapeAttributes nextPolygonAttributes()

nextPolylineAttributes

public ShapeAttributes nextPolylineAttributes()

NASA World Wind