Package guideme.document.block
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 guideme.document.block.LytBox
children, paddingBottom, paddingLeft, paddingRight, paddingTop
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getGap()
void
setAlignItems
(AlignItems alignItems) void
setGap
(int gap) Methods inherited from class guideme.document.block.LytBox
append, clearContent, computeBoxLayout, computeLayout, getChildren, onLayoutMoved, removeChild, render, renderBatch, setPadding
Methods inherited from class guideme.document.block.LytBlock
getBounds, getMarginBottom, getMarginEnd, getMarginLeft, getMarginRight, getMarginStart, getMarginTop, isCulled, layout, setLayoutPos, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop
Methods inherited from class guideme.document.block.LytNode
getDocument, getHoverStyle, getParent, getSourceNode, getStyle, getStylingParent, getTextContent, onMouseEnter, onMouseLeave, pickNode, setHoverStyle, setSourceNode, setStyle, tick, visit, 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.document.block.LytBlockContainer
appendError
Methods inherited from interface guideme.style.Styleable
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytAxisBox
public LytAxisBox()
-
-
Method Details
-
getAlignItems
-
setAlignItems
-
getGap
public int getGap() -
setGap
public void setGap(int gap)
-