Uses of Interface
org.openstreetmap.josm.gui.layer.LayerPositionStrategy
-
Packages that use LayerPositionStrategy Package Description org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers. -
-
Uses of LayerPositionStrategy in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as LayerPositionStrategy Modifier and Type Field Description static LayerPositionStrategyLayerPositionStrategy. AFTER_LAST_DATA_LAYERA GPX layer is added below the lowest data layer.static LayerPositionStrategyLayerPositionStrategy. AFTER_LAST_VALIDATION_LAYERA normal layer is added after all validation layers.static LayerPositionStrategyLayerPositionStrategy. BEFORE_FIRST_BACKGROUND_LAYERThe default for background layers: They are added before the first background layer in the list.static LayerPositionStrategyLayerPositionStrategy. IN_FRONTalways inserts at the front of the stack.Methods in org.openstreetmap.josm.gui.layer that return LayerPositionStrategy Modifier and Type Method Description static LayerPositionStrategyLayerPositionStrategy. afterLast(java.util.function.Predicate<Layer> what)Creates a strategy that places the layer after the last layer of a given kind or at the beginning of the list if no such layer exists.LayerPositionStrategyGpxLayer. getDefaultLayerPosition()LayerPositionStrategyLayer. getDefaultLayerPosition()Gets the strategy that specifies where this layer should be inserted in a layer list.LayerPositionStrategyValidatorLayer. getDefaultLayerPosition()static LayerPositionStrategyLayerPositionStrategy. inFrontOf(Layer other)Gets aLayerPositionStrategythat inserts this layer in front of a given layerstatic LayerPositionStrategyLayerPositionStrategy. inFrontOfFirst(java.util.function.Predicate<Layer> what)Gets aLayerPositionStrategythat inserts the layer in front of the first layer that matches a condition.
-