NASA World Wind

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

Packages that use RigidShapeBuilder.AbstractShapeFactory
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
 

Uses of RigidShapeBuilder.AbstractShapeFactory in gov.nasa.worldwind.examples.shapebuilder
 

Classes in gov.nasa.worldwind.examples.shapebuilder that implement RigidShapeBuilder.AbstractShapeFactory
protected static class RigidShapeBuilder.BoxFactory
           
protected static class RigidShapeBuilder.ConeFactory
           
protected static class RigidShapeBuilder.CylinderFactory
           
protected static class RigidShapeBuilder.EllipsoidFactory
           
protected static class RigidShapeBuilder.ExtrudedPolygonFactory
           
protected static class RigidShapeBuilder.PyramidFactory
           
protected static class RigidShapeBuilder.WedgeFactory
           
 

Fields in gov.nasa.worldwind.examples.shapebuilder declared as RigidShapeBuilder.AbstractShapeFactory
protected static RigidShapeBuilder.AbstractShapeFactory[] RigidShapeBuilder.defaultAbstractShapeFactories
           
 

Methods in gov.nasa.worldwind.examples.shapebuilder that return RigidShapeBuilder.AbstractShapeFactory
 RigidShapeBuilder.AbstractShapeFactory RigidShapeBuilder.AbstractShapeBuilderPanel.getSelectedFactory()
           
 

Methods in gov.nasa.worldwind.examples.shapebuilder with parameters of type RigidShapeBuilder.AbstractShapeFactory
 void RigidShapeBuilder.AbstractShapeBuilderController.createNewEntry(RigidShapeBuilder.AbstractShapeFactory factory)
           
 void RigidShapeBuilder.AbstractShapeBuilderPanel.setSelectedFactory(RigidShapeBuilder.AbstractShapeFactory factory)
           
 


NASA World Wind