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