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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDepth()voidrender(RenderContext context) voidsetDepth(int depth) Methods inherited from class guideme.document.block.LytParagraph
append, clearContent, computeLayout, enumerateContentBounds, getContent, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, isCulled, isEmpty, of, onLayoutMoved, onMouseEnter, onMouseLeave, pickContent, pickNode, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, visitChildrenMethods inherited from class guideme.document.block.LytBlock
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getBounds, getMarginBottom, getMarginEnd, getMarginLeft, getMarginRight, getMarginStart, getMarginTop, isFullWidth, layout, setBorder, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setFullWidth, setLayoutPos, setMarginBottom, setMarginLeft, setMarginRight, setMarginTopMethods inherited from class guideme.document.block.LytNode
getChildren, getDocument, getHoverStyle, getParent, getSourceNode, getStyle, getStylingParent, getTextContent, removeChild, setHoverStyle, setSourceNode, setStyle, tick, visit, visitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface guideme.document.flow.LytFlowParent
appendBreak, appendComponent, appendError, appendTextMethods 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:
renderin classLytParagraph
-