NASA World Wind

gov.nasa.worldwind.examples.shapebuilder
Interface RigidShapeBuilder.AbstractShapeFactory

All Known Implementing Classes:
RigidShapeBuilder.BoxFactory, RigidShapeBuilder.ConeFactory, RigidShapeBuilder.CylinderFactory, RigidShapeBuilder.EllipsoidFactory, RigidShapeBuilder.ExtrudedPolygonFactory, RigidShapeBuilder.PyramidFactory, RigidShapeBuilder.WedgeFactory
Enclosing class:
RigidShapeBuilder

protected static interface RigidShapeBuilder.AbstractShapeFactory


Method Summary
 AbstractShapeEditor createEditor(AbstractShape shape)
           
 AbstractShape createShape(WorldWindow wwd, boolean fitShapeToViewport)
           
 

Method Detail

createEditor

AbstractShapeEditor createEditor(AbstractShape shape)

createShape

AbstractShape createShape(WorldWindow wwd,
                          boolean fitShapeToViewport)

NASA World Wind