Interface LytFlowContainer

All Superinterfaces:
LytErrorSink, LytFlowParent
All Known Implementing Classes:
LytHeading, LytParagraph

public interface LytFlowContainer extends LytFlowParent
  • Method Details

    • enumerateContentBounds

      Stream<LytRect> enumerateContentBounds(LytFlowContent content)
      Gets a stream of all the bounding rectangles for given flow content. Since flow content may be wrapped, it may consist of several disjointed bounding boxes.
    • pickContent

      @Nullable @Nullable LytFlowContent pickContent(int x, int y)