Interface LytFlowContainer
- All Superinterfaces:
LytErrorSink, LytFlowParent
- All Known Implementing Classes:
LytHeading, LytParagraph
-
Method Summary
Modifier and TypeMethodDescriptionenumerateContentBounds(LytFlowContent content) Gets a stream of all the bounding rectangles for given flow content.@Nullable LytFlowContentpickContent(int x, int y) Methods inherited from interface LytFlowParent
append, appendBreak, appendComponent, appendError, appendText
-
Method Details
-
enumerateContentBounds
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
-