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