Uses of Class
org.openstreetmap.josm.actions.mapmode.ExtrudeAction.Mode
-
Packages that use ExtrudeAction.Mode Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
. -
-
Uses of ExtrudeAction.Mode in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as ExtrudeAction.Mode Modifier and Type Field Description private ExtrudeAction.Mode
ExtrudeAction. mode
Methods in org.openstreetmap.josm.actions.mapmode that return ExtrudeAction.Mode Modifier and Type Method Description static ExtrudeAction.Mode
ExtrudeAction.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtrudeAction.Mode[]
ExtrudeAction.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-