Package guideme.document.flow
Class LytFlowSpan
java.lang.Object
guideme.document.flow.LytFlowContent
guideme.document.flow.LytFlowSpan
- All Implemented Interfaces:
LytFlowParent,LytErrorSink,Styleable
- Direct Known Subclasses:
LytTooltipSpan
Attaches properties to a span of
LytFlowContent, such as links or formatting.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(LytFlowContent child) protected voidvisitChildren(LytVisitor visitor) Methods inherited from class guideme.document.flow.LytFlowContent
getFlowParent, getHoverStyle, getParent, getStyle, getStylingParent, isInclusiveAncestor, setHoverStyle, setParent, setStyle, visitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface guideme.document.flow.LytFlowParent
appendBreak, appendComponent, appendError, appendTextMethods inherited from interface guideme.style.Styleable
getHoverStyle, getStyle, getStylingParent, modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle, setHoverStyle, setStyle
-
Constructor Details
-
LytFlowSpan
public LytFlowSpan()
-
-
Method Details
-
getChildren
-
append
- Specified by:
appendin interfaceLytFlowParent
-
visitChildren
- Overrides:
visitChildrenin classLytFlowContent
-