Class LytAxisBox
java.lang.Object
guideme.document.block.LytNode
guideme.document.block.LytBlock
guideme.document.block.LytBox
guideme.document.block.LytAxisBox
- All Implemented Interfaces:
LytBlockContainer, LytErrorSink, Styleable
A box that just aligns its content along the vertical or horizontal axis.
-
Field Summary
Fields inherited from class LytBox
children, paddingBottom, paddingLeft, paddingRight, paddingTop -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetGap()voidsetAlignItems(AlignItems alignItems) voidsetGap(int gap) Methods inherited from class LytBox
append, clearContent, computeBoxLayout, computeLayout, getBackgroundColor, getChildren, onLayoutMoved, removeChild, render, setBackgroundColor, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTopMethods inherited from class LytBlock
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getBounds, getMarginBottom, getMarginEnd, getMarginLeft, getMarginRight, getMarginStart, getMarginTop, isCulled, isFullWidth, layout, setBorder, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setFullWidth, setLayoutPos, setMarginBottom, setMarginLeft, setMarginRight, setMarginTopMethods inherited from class LytNode
getDocument, getHoverStyle, getParent, getSourceNode, getStyle, getStylingParent, getTextContent, onMouseEnter, onMouseLeave, pickNode, setHoverStyle, setSourceNode, setStyle, tick, visit, visit, visitChildrenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LytBlockContainer
appendErrorMethods inherited from interface Styleable
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytAxisBox
public LytAxisBox()
-
-
Method Details
-
getAlignItems
-
setAlignItems
-
getGap
public int getGap() -
setGap
public void setGap(int gap)
-