protected static class RigidShapeBuilder.BoxFactory extends java.lang.Object implements RigidShapeBuilder.AbstractShapeFactory
Constructor and Description |
---|
BoxFactory() |
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.AbstractShapeFactory
public RigidShape createShape(WorldWindow wwd, boolean fitShapeToViewport)
createShape
in interface RigidShapeBuilder.AbstractShapeFactory
protected void initializeShape(WorldWindow wwd, RigidShape shape, boolean fitShapeToViewport)
public java.lang.String toString()
toString
in class java.lang.Object