Interface FxLayoutMeasurable
- All Superinterfaces:
LayoutMeasurable
- Author:
- Bruno Salmon
-
Method Summary
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.openjfx.LayoutMeasurable
clearCache
-
Method Details
-
getFxNode
Node getFxNode() -
getLayoutBounds
- Specified by:
getLayoutBounds
in interfaceLayoutMeasurable
-
minWidth
default double minWidth(double height) - Specified by:
minWidth
in interfaceLayoutMeasurable
-
maxWidth
default double maxWidth(double height) - Specified by:
maxWidth
in interfaceLayoutMeasurable
-
minHeight
default double minHeight(double width) - Specified by:
minHeight
in interfaceLayoutMeasurable
-
maxHeight
default double maxHeight(double width) - Specified by:
maxHeight
in interfaceLayoutMeasurable
-
prefWidth
default double prefWidth(double height) - Specified by:
prefWidth
in interfaceLayoutMeasurable
-
prefHeight
default double prefHeight(double width) - Specified by:
prefHeight
in interfaceLayoutMeasurable
-