Uses of Class
javafx.geometry.Bounds
Package
Description
-
Uses of Bounds in com.sun.javafx.geometry
Modifier and TypeMethodDescriptionstatic Bounds
BoundsUtils.createBoundingBox
(Point2D p1, Point2D p2, Point2D p3, Point2D p4) static Bounds
BoundsUtils.createBoundingBox
(Point2D p1, Point2D p2, Point2D p3, Point2D p4, Point2D p5, Point2D p6, Point2D p7, Point2D p8) static Bounds
BoundsUtils.createBoundingBox
(Point3D p1, Point3D p2, Point3D p3, Point3D p4, Point3D p5, Point3D p6, Point3D p7, Point3D p8) -
Uses of Bounds in dev.webfx.kit.launcher
Modifier and TypeMethodDescriptionstatic Bounds
WebFxKitLauncher.measureText
(String text, Font font) -
Uses of Bounds in dev.webfx.kit.launcher.spi
-
Uses of Bounds in dev.webfx.kit.launcher.spi.impl.gwtj2cl
Modifier and TypeMethodDescriptionGwtJ2clWebFxKitLauncherProvider.measureText
(String text, Font font) -
Uses of Bounds in dev.webfx.kit.launcher.spi.impl.openjfx
Modifier and TypeMethodDescriptionJavaFxWebFxKitLauncherProvider.measureText
(String text, Font font) -
Uses of Bounds in dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling
Modifier and TypeMethodDescriptionLayoutMeasurable.getLayoutBounds()
default Bounds
LayoutMeasurableMixin.getLayoutBounds()
-
Uses of Bounds in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html
-
Uses of Bounds in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html.layoutmeasurable
Modifier and TypeMethodDescriptionHtmlLayoutCache.getCachedLayoutBounds()
default Bounds
HtmlLayoutMeasurable.getLayoutBounds()
default Bounds
HtmlLayoutMeasurable.measureLayoutBounds()
Modifier and TypeMethodDescriptionvoid
HtmlLayoutCache.setCachedLayoutBounds
(Bounds cachedLayoutBounds) -
Uses of Bounds in dev.webfx.kit.mapper.peers.javafxgraphics.openjfx
Modifier and TypeMethodDescriptiondefault Bounds
FxLayoutMeasurable.getLayoutBounds()
LayoutMeasurable.getLayoutBounds()
-
Uses of Bounds in javafx.geometry
Modifier and TypeClassDescriptionclass
A rectangular bounding box which is used to describe the bounds of a node or other scene graph object.Modifier and TypeMethodDescriptionboolean
Tests if the interior of thisBounds
entirely contains the specified Bounds,b
.abstract boolean
Tests if the interior of thisBounds
entirely contains the specified Bounds,b
.boolean
BoundingBox.intersects
(Bounds b) Tests if the interior of thisBounds
intersects the interior of a specified Bounds,b
.abstract boolean
Bounds.intersects
(Bounds b) Tests if the interior of thisBounds
intersects the interior of a specified Bounds,b
. -
Uses of Bounds in javafx.scene
Modifier and TypeMethodDescriptionNode.getBoundsInLocal()
protected Bounds
Node.impl_computeLayoutBounds()
Returns geometric bounds, but may be over-ridden by a subclass.protected Bounds
Node.impl_getLayoutBounds()
Node.localToScreen
(Bounds localBounds) Transforms a bounds from the local coordinate space of thisNode
into the coordinate space of itsScreen
.Modifier and TypeMethodDescriptionNode.layoutBoundsProperty()
The rectangular bounds that should be used for layout calculations for this node.Modifier and TypeMethodDescriptionNode.localToScreen
(Bounds localBounds) Transforms a bounds from the local coordinate space of thisNode
into the coordinate space of itsScreen
. -
Uses of Bounds in javafx.scene.control
Modifier and TypeMethodDescriptionfinal Bounds
ScrollPane.getViewportBounds()
Gets the value of theviewportBounds
property.Modifier and TypeMethodDescriptionfinal ObjectProperty<Bounds>
ScrollPane.viewportBoundsProperty()
The actual Bounds of the ScrollPane Viewport.Modifier and TypeMethodDescriptionfinal void
ScrollPane.setViewportBounds
(Bounds value) Sets the value of theviewportBounds
property. -
Uses of Bounds in javafx.scene.layout
Modifier and TypeMethodDescriptionprotected final Bounds
Region.impl_computeLayoutBounds()
The layout bounds of this region:0, 0 width x height