protected static class RigidShapeBuilder.EllipsoidFactory extends java.lang.Object implements RigidShapeBuilder.AbstractShapeFactory
| Constructor and Description |
|---|
EllipsoidFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractShapeEditor |
createEditor(AbstractShape shape) |
RigidShape |
createShape(WorldWindow wwd,
boolean fitShapeToViewport) |
protected void |
initializeShape(WorldWindow wwd,
RigidShape shape,
boolean fitShapeToViewport) |
java.lang.String |
toString() |
public AbstractShapeEditor createEditor(AbstractShape shape)
createEditor in interface RigidShapeBuilder.AbstractShapeFactorypublic RigidShape createShape(WorldWindow wwd, boolean fitShapeToViewport)
createShape in interface RigidShapeBuilder.AbstractShapeFactoryprotected void initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)
public java.lang.String toString()
toString in class java.lang.Object