Package gov.nasa.worldwindx.examples
Class ShapeEditingExtension
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- gov.nasa.worldwindx.examples.ShapeEditingExtension
-
public class ShapeEditingExtension extends ApplicationTemplate
Shows how to extendShapeEditorto operate on a custom Renderable. This example defines a custom renderable and an extension ofShapeEditorthat knows how to edit it.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShapeEditingExtension.AppFrameThis is the app that instantiates the custom shape and the extended shape editor.static classShapeEditingExtension.ArrowDefines a custom Renderable that we'll use to illustrate editing extension.static classShapeEditingExtension.ShapeEditorExtensionDefines an extension toShapeEditorthat knows how to operate on the custom shape defined above.-
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
-
-
Constructor Summary
Constructors Constructor Description ShapeEditingExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)-
Methods inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
-
-