Package guideme.document.flow
Class LytFlowContent
java.lang.Object
guideme.document.flow.LytFlowContent
- All Implemented Interfaces:
Styleable
- Direct Known Subclasses:
LytFlowAnchor
,LytFlowBreak
,LytFlowInlineBlock
,LytFlowSpan
,LytFlowText
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable LytFlowContent
Gets the parent of this flow content that is itself flow content.getStyle()
@Nullable Styleable
boolean
isInclusiveAncestor
(LytFlowContent flowContent) void
setHoverStyle
(TextStyle style) void
setParent
(LytFlowParent parent) void
final void
visit
(LytVisitor visitor) protected void
visitChildren
(LytVisitor visitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface guideme.style.Styleable
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytFlowContent
public LytFlowContent()
-
-
Method Details
-
getParent
-
setParent
-
getFlowParent
Gets the parent of this flow content that is itself flow content. Null if the parent is null or not flow content. -
isInclusiveAncestor
-
getStyle
-
setStyle
-
getHoverStyle
- Specified by:
getHoverStyle
in interfaceStyleable
-
setHoverStyle
- Specified by:
setHoverStyle
in interfaceStyleable
-
getStylingParent
- Specified by:
getStylingParent
in interfaceStyleable
-
visit
-
visitChildren
-