Package guideme.document.block
Class LytHeading
java.lang.Object
guideme.document.block.LytNode
guideme.document.block.LytBlock
guideme.document.block.LytParagraph
guideme.document.block.LytHeading
- All Implemented Interfaces:
LytFlowContainer
,LytFlowParent
,LytErrorSink
,Styleable
-
Field Summary
Fields inherited from class guideme.document.block.LytParagraph
content, hoveredContent, paddingBottom, paddingLeft, paddingRight, paddingTop
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getDepth()
void
render
(RenderContext context) void
setDepth
(int depth) Methods inherited from class guideme.document.block.LytParagraph
append, clearContent, computeLayout, enumerateContentBounds, getContent, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, isCulled, onLayoutMoved, onMouseEnter, onMouseLeave, pickContent, pickNode, renderBatch, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, visitChildren
Methods inherited from class guideme.document.block.LytBlock
getBounds, getMarginBottom, getMarginEnd, getMarginLeft, getMarginRight, getMarginStart, getMarginTop, layout, setLayoutPos, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop
Methods inherited from class guideme.document.block.LytNode
getChildren, getDocument, getHoverStyle, getParent, getSourceNode, getStyle, getStylingParent, getTextContent, removeChild, setHoverStyle, setSourceNode, setStyle, tick, visit, 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
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytHeading
public LytHeading()
-
-
Method Details
-
getDepth
public int getDepth() -
setDepth
public void setDepth(int depth) -
render
- Overrides:
render
in classLytParagraph
-