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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractShapeEditorcreateEditor(AbstractShape shape)AbstractShapecreateShape(WorldWindow wwd, boolean fitShapeToViewport)
-
-
-
Method Detail
-
createShape
AbstractShape createShape(WorldWindow wwd, boolean fitShapeToViewport)
-
createEditor
AbstractShapeEditor createEditor(AbstractShape shape)
-
-