| Package | Description | 
|---|---|
| gov.nasa.worldwind.render | |
| gov.nasa.worldwindx.examples.shapebuilder | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Box
A general box volume defined by a center position and three axis radii. 
 | 
class  | 
Cone
A general cone volume defined by a center position, a height and a radius, or alternatively, by three axis radii. 
 | 
class  | 
Cylinder
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. 
 | 
class  | 
Ellipsoid
A general ellipsoid volume defined by a center position and the three ellipsoid axis radii. 
 | 
class  | 
Pyramid
A general pyramid volume defined by a center position, a height, and two axis lengths. 
 | 
class  | 
Wedge
A general cylinder volume defined by a center position, height and radius, or alternatively, by three axis radii. 
 | 
| Constructor and Description | 
|---|
ShapeData(DrawContext dc,
         RigidShape shape)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected RigidShape | 
RigidShapeEditor.activeControlPoint  | 
protected RigidShape | 
RigidShapeEditor.shape  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<RigidShape> | 
RigidShapeEditor.controlPoints  | 
| Modifier and Type | Method and Description | 
|---|---|
RigidShape | 
RigidShapeBuilder.EllipsoidFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
RigidShape | 
RigidShapeBuilder.BoxFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
RigidShape | 
RigidShapeBuilder.CylinderFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
RigidShape | 
RigidShapeBuilder.PyramidFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
RigidShape | 
RigidShapeBuilder.ConeFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
RigidShape | 
RigidShapeBuilder.WedgeFactory.createShape(WorldWindow wwd,
           boolean fitShapeToViewport)  | 
RigidShape | 
RigidShapeEditor.getShape()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
RigidShapeBuilder.EllipsoidFactory.initializeShape(WorldWindow wwd,
               RigidShape shape,
               boolean fitShapeToViewport)  | 
protected void | 
RigidShapeBuilder.BoxFactory.initializeShape(WorldWindow wwd,
               RigidShape shape,
               boolean fitShapeToViewport)  | 
protected void | 
RigidShapeBuilder.CylinderFactory.initializeShape(WorldWindow wwd,
               RigidShape shape,
               boolean fitShapeToViewport)  | 
protected void | 
RigidShapeBuilder.PyramidFactory.initializeShape(WorldWindow wwd,
               RigidShape shape,
               boolean fitShapeToViewport)  | 
protected void | 
RigidShapeBuilder.ConeFactory.initializeShape(WorldWindow wwd,
               RigidShape shape,
               boolean fitShapeToViewport)  | 
protected void | 
RigidShapeBuilder.WedgeFactory.initializeShape(WorldWindow wwd,
               RigidShape shape,
               boolean fitShapeToViewport)  |