Uses of Class
io.openraven.magpie.core.layers.LayerType
-
Packages that use LayerType Package Description io.openraven.magpie.core.layers -
-
Uses of LayerType in io.openraven.magpie.core.layers
Methods in io.openraven.magpie.core.layers that return LayerType Modifier and Type Method Description LayerTypeIntermediateLayer. getType()LayerTypeLayer. getType()LayerTypeOriginLayer. getType()LayerTypeTerminalLayer. getType()static LayerTypeLayerType. valueOf(String name)Returns the enum constant of this type with the specified name.static LayerType[]LayerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-