Interface HtmlLayoutMeasurableNoVGrow
- All Superinterfaces:
HtmlLayoutMeasurable
,LayoutMeasurable
- All Known Subinterfaces:
HtmlLayoutMeasurableNoGrow
- All Known Implementing Classes:
HtmlChoiceBoxPeer
,HtmlHyperlinkPeer
,HtmlLabelPeer
,HtmlRadioButtonPeer
,HtmlSVGPathPeer
- Author:
- Bruno Salmon
-
Method Summary
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html.layoutmeasurable.HtmlLayoutMeasurable
clearCache, getCache, getElement, getLayoutBounds, maxWidth, measure, measureHeight, measureLayoutBounds, measureWidth, minWidth, prefHeight, prefWidth, sizeAndMeasure
-
Method Details
-
minHeight
default double minHeight(double width) - Specified by:
minHeight
in interfaceHtmlLayoutMeasurable
- Specified by:
minHeight
in interfaceLayoutMeasurable
-
maxHeight
default double maxHeight(double width) - Specified by:
maxHeight
in interfaceHtmlLayoutMeasurable
- Specified by:
maxHeight
in interfaceLayoutMeasurable
-