Package guideme.document.flow
Class LytFlowBreak
java.lang.Object
guideme.document.flow.LytFlowContent
guideme.document.flow.LytFlowBreak
- All Implemented Interfaces:
Styleable
Line-Break that also clears floats.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setClearLeft
(boolean clearLeft) void
setClearRight
(boolean clearRight) Methods inherited from class guideme.document.flow.LytFlowContent
getFlowParent, getHoverStyle, getParent, getStyle, getStylingParent, isInclusiveAncestor, setHoverStyle, setParent, setStyle, visit, visitChildren
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
-
LytFlowBreak
public LytFlowBreak()
-
-
Method Details
-
isClearLeft
public boolean isClearLeft() -
setClearLeft
public void setClearLeft(boolean clearLeft) -
isClearRight
public boolean isClearRight() -
setClearRight
public void setClearRight(boolean clearRight)
-