Uses of Interface
gov.nasa.worldwindx.examples.shapebuilder.RigidShapeBuilder.AbstractShapeFactory
-
Packages that use RigidShapeBuilder.AbstractShapeFactory Package Description gov.nasa.worldwindx.examples.shapebuilder -
-
Uses of RigidShapeBuilder.AbstractShapeFactory in gov.nasa.worldwindx.examples.shapebuilder
Classes in gov.nasa.worldwindx.examples.shapebuilder that implement RigidShapeBuilder.AbstractShapeFactory Modifier and Type Class Description 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.worldwindx.examples.shapebuilder declared as RigidShapeBuilder.AbstractShapeFactory Modifier and Type Field Description protected static RigidShapeBuilder.AbstractShapeFactory[]
RigidShapeBuilder. defaultAbstractShapeFactories
Methods in gov.nasa.worldwindx.examples.shapebuilder that return RigidShapeBuilder.AbstractShapeFactory Modifier and Type Method Description RigidShapeBuilder.AbstractShapeFactory
RigidShapeBuilder.AbstractShapeBuilderPanel. getSelectedFactory()
Methods in gov.nasa.worldwindx.examples.shapebuilder with parameters of type RigidShapeBuilder.AbstractShapeFactory Modifier and Type Method Description void
RigidShapeBuilder.AbstractShapeBuilderController. createNewEntry(RigidShapeBuilder.AbstractShapeFactory factory)
void
RigidShapeBuilder.AbstractShapeBuilderPanel. setSelectedFactory(RigidShapeBuilder.AbstractShapeFactory factory)
-