Uses of Interface
org.openstreetmap.josm.gui.dialogs.layer.LayerVisibilityAction.VisibilityMenuEntry
-
Packages that use LayerVisibilityAction.VisibilityMenuEntry Package Description org.openstreetmap.josm.gui.dialogs.layer Toggle dialog allowing to display the list of layers. -
-
Uses of LayerVisibilityAction.VisibilityMenuEntry in org.openstreetmap.josm.gui.dialogs.layer
Classes in org.openstreetmap.josm.gui.dialogs.layer that implement LayerVisibilityAction.VisibilityMenuEntry Modifier and Type Class Description private static class
LayerVisibilityAction.AbstractFilterSlider
This is a slider for a filter value.private class
LayerVisibilityAction.ColorfulnessSlider
This slider allows you to change the colorfulness.private class
LayerVisibilityAction.ColorSelector
Allows to select the color of a layerprivate class
LayerVisibilityAction.GammaFilterSlider
This slider allows you to change the gamma value.(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.private class
LayerVisibilityAction.VisibilityCheckbox
Fields in org.openstreetmap.josm.gui.dialogs.layer with type parameters of type LayerVisibilityAction.VisibilityMenuEntry Modifier and Type Field Description (package private) java.util.List<LayerVisibilityAction.VisibilityMenuEntry>
LayerVisibilityAction. sliders
Methods in org.openstreetmap.josm.gui.dialogs.layer with parameters of type LayerVisibilityAction.VisibilityMenuEntry Modifier and Type Method Description private void
LayerVisibilityAction. addContentEntry(LayerVisibilityAction.VisibilityMenuEntry slider)
-