gov.nasa.worldwind.examples.util
Class RandomShapeAttributes
java.lang.Object
gov.nasa.worldwind.examples.util.RandomShapeAttributes
public class RandomShapeAttributes
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attrIndex
protected int attrIndex
pointAttrs
protected PointPlacemarkAttributes[] pointAttrs
polygonAttrs
protected ShapeAttributes[] polygonAttrs
polylineAttrs
protected ShapeAttributes[] polylineAttrs
RandomShapeAttributes
public RandomShapeAttributes()
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()