Package guideme.document.flow
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 LytFlowContent
pickContent
(int x, int y) Methods inherited from interface guideme.document.flow.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
-