Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
Modifier and Type | Field and Description |
---|---|
private AutoScaleAction.AutoScaleMode |
AutoScaleAction.mode
One of
AutoScaleAction.AutoScaleMode . |
Modifier and Type | Method and Description |
---|---|
static AutoScaleAction.AutoScaleMode |
AutoScaleAction.AutoScaleMode.of(java.lang.String englishLabel)
Returns
AutoScaleMode for a given English label |
static 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AutoScaleAction(AutoScaleAction.AutoScaleMode mode)
Constructs a new
AutoScaleAction . |
AutoScaleAction(AutoScaleAction.AutoScaleMode mode,
boolean marker)
Constructs a new
AutoScaleAction . |