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
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable LytFlowContentGets the parent of this flow content that is itself flow content.getStyle()@Nullable StyleablebooleanisInclusiveAncestor(LytFlowContent flowContent) voidsetHoverStyle(TextStyle style) voidsetParent(LytFlowParent parent) voidfinal voidvisit(LytVisitor visitor) protected voidvisitChildren(LytVisitor visitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getHoverStylein interfaceStyleable
-
setHoverStyle
- Specified by:
setHoverStylein interfaceStyleable
-
getStylingParent
- Specified by:
getStylingParentin interfaceStyleable
-
visit
-
visitChildren
-