Interface ILayerComponent<L>

Type Parameters:
L - is the type of the layer a ILayerComponent can belong to.
All Known Subinterfaces:
IControlParent
All Known Implementing Classes:
ControlParent

public interface ILayerComponent<L>
A ILayerComponent can belong to a layer.
Author:
Silvan Wyss
  • Method Details

    • belongsToLayer

      boolean belongsToLayer()
      Returns:
      true if the current ILayerComponent belongs to a layer, false otherwise.
    • getStoredParentLayer

      L getStoredParentLayer()
      Returns:
      the parent layer of the current ILayerComponent.
      Throws:
      RuntimeException - if the current ILayerComponent does not belong to a layer.