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 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 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 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 LytNode
getChildren, getDocument, getHoverStyle, getParent, getSourceNode, getStyle, getStylingParent, getTextContent, removeChild, setHoverStyle, setSourceNode, setStyle, tick, visit, visitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LytFlowParent
appendBreak, appendComponent, appendError, appendTextMethods inherited from interface 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
-