Uses of Class
org.openstreetmap.josm.actions.AutoScaleAction.AutoScaleMode
-
Packages that use AutoScaleAction.AutoScaleMode Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of AutoScaleAction.AutoScaleMode in org.openstreetmap.josm.actions
Fields in org.openstreetmap.josm.actions declared as AutoScaleAction.AutoScaleMode Modifier and Type Field Description private AutoScaleAction.AutoScaleMode
AutoScaleAction. mode
One ofAutoScaleAction.AutoScaleMode
.Methods in org.openstreetmap.josm.actions that return AutoScaleAction.AutoScaleMode Modifier and Type Method Description static AutoScaleAction.AutoScaleMode
AutoScaleAction.AutoScaleMode. of(java.lang.String englishLabel)
ReturnsAutoScaleMode
for a given English labelstatic AutoScaleAction.AutoScaleMode
AutoScaleAction.AutoScaleMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AutoScaleAction.AutoScaleMode[]
AutoScaleAction.AutoScaleMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.actions with parameters of type AutoScaleAction.AutoScaleMode Modifier and Type Method Description static void
AutoScaleAction. autoScale(AutoScaleAction.AutoScaleMode mode)
Performs the auto scale operation of the given mode without the need to create a new action.Constructors in org.openstreetmap.josm.actions with parameters of type AutoScaleAction.AutoScaleMode Constructor Description AutoScaleAction(AutoScaleAction.AutoScaleMode mode)
Constructs a newAutoScaleAction
.AutoScaleAction(AutoScaleAction.AutoScaleMode mode, boolean marker)
Constructs a newAutoScaleAction
. -
Uses of AutoScaleAction.AutoScaleMode in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type AutoScaleAction.AutoScaleMode Modifier and Type Field Description java.util.Map<AutoScaleAction.AutoScaleMode,AutoScaleAction>
MainMenu. autoScaleActions
View / "Zoom to"...
-