Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.layer |
Toggle dialog allowing to display the list of layers.
|
Modifier and Type | Class and Description |
---|---|
private class |
LayerVisibilityAction.ColorfulnessSlider
This slider allows you to change the colorfulness of a layer.
|
private class |
LayerVisibilityAction.GammaFilterSlider
This slider allows you to change the gamma value of a layer.
|
(package private) class |
LayerVisibilityAction.OpacitySlider
This slider allows you to change the opacity of a layer.
|
private class |
LayerVisibilityAction.SharpnessSlider
This slider allows you to change the sharpness of a layer.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<LayerVisibilityAction.FilterSlider<?>> |
LayerVisibilityAction.sliders |
Modifier and Type | Method and Description |
---|---|
private void |
LayerVisibilityAction.addSlider(javax.swing.JPanel content,
LayerVisibilityAction.FilterSlider<?> slider) |