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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(LytFlowContent child) protected void
visitChildren
(LytVisitor visitor) Methods inherited from class guideme.document.flow.LytFlowContent
getFlowParent, getHoverStyle, getParent, getStyle, getStylingParent, isInclusiveAncestor, setHoverStyle, setParent, setStyle, visit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface guideme.document.flow.LytFlowParent
appendBreak, appendComponent, appendError, appendText
Methods 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:
append
in interfaceLytFlowParent
-
visitChildren
- Overrides:
visitChildren
in classLytFlowContent
-