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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetClearLeft(boolean clearLeft) voidsetClearRight(boolean clearRight) Methods inherited from class guideme.document.flow.LytFlowContent
getFlowParent, getHoverStyle, getParent, getStyle, getStylingParent, isInclusiveAncestor, setHoverStyle, setParent, setStyle, visit, visitChildrenMethods 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
-
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)
-