public static interface VisibilityOutput.Factory<R extends Node.LayoutResult<?>>
VisibilityExtension
to
create a VisibilityOutput
for every visited Node.LayoutResult
during the layout
pass.Modifier and Type | Method and Description |
---|---|
VisibilityOutput |
createVisibilityOutput(R result,
Rect absoluteBounds) |
boolean |
hasRenderTreeHosts(R result)
Specifies if the
Node.LayoutResult will host RenderTreeHost |
VisibilityOutput createVisibilityOutput(R result, Rect absoluteBounds)
result
- The Node.LayoutResult
for which a VisibilityOutput
is requiredabsoluteBounds
- The absolute bounds of .boolean hasRenderTreeHosts(R result)
Node.LayoutResult
will host RenderTreeHost