Uses of Class
gov.nasa.worldwindx.examples.ShapeClippingPanel.ClipMode
-
Packages that use ShapeClippingPanel.ClipMode Package Description gov.nasa.worldwindx.examples -
-
Uses of ShapeClippingPanel.ClipMode in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as ShapeClippingPanel.ClipMode Modifier and Type Field Description protected ShapeClippingPanel.ClipMode
ShapeClippingPanel. clipMode
Methods in gov.nasa.worldwindx.examples that return ShapeClippingPanel.ClipMode Modifier and Type Method Description ShapeClippingPanel.ClipMode
ShapeClippingPanel. getClipMode()
static ShapeClippingPanel.ClipMode
ShapeClippingPanel.ClipMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShapeClippingPanel.ClipMode[]
ShapeClippingPanel.ClipMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.worldwindx.examples with parameters of type ShapeClippingPanel.ClipMode Modifier and Type Method Description protected void
ShapeClippingPanel. setClipMode(ShapeClippingPanel.ClipMode clipMode)
-