Interface ComposableSpace

All Known Implementing Classes:
Rect, SetSpace, Slot

public interface ComposableSpace
Represents space where composable elements can be rendered
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.lang3.tuple.Pair<Slot,Slot>
    Returns the first and last points of this space.
    Enumerates all slots inside this space
  • Method Details

    • slots

      Set<Slot> slots()
      Enumerates all slots inside this space
      Returns:
      All slots inside this composable space
    • points

      org.apache.commons.lang3.tuple.Pair<Slot,Slot> points()
      Returns the first and last points of this space. Used mostly within Rect
      Returns:
      Pair of first and last points of this space