Interface ActiveLayerProvider
- All Known Implementing Classes:
LayerManagerModeling
public interface ActiveLayerProvider
Provides a method to get the currently active layer.
-
Method Summary
Modifier and Type Method Description org.opentcs.guing.components.layer.LayerWrappergetActiveLayer()Returns theLayerWrapperinstance that holds the currently active layer.
-
Method Details
-
getActiveLayer
org.opentcs.guing.components.layer.LayerWrapper getActiveLayer()Returns theLayerWrapperinstance that holds the currently active layer.- Returns:
- The currently active layer.
-