Uses of Class
javafx.geometry.Rectangle2D
-
Uses of Rectangle2D in dev.webfx.kit.util.scene
Modifier and TypeMethodDescriptionstatic Rectangle2D
DeviceSceneUtil.getFinalSceneBounds
(double width, double height) static Rectangle2D
DeviceSceneUtil.getSceneBoundsWithMaxPixelsCapOnDesktop
(double maxPixels) -
Uses of Rectangle2D in javafx.geometry
Modifier and TypeFieldDescriptionstatic final Rectangle2D
Rectangle2D.EMPTY
An emptyRectangle2D
instance (with all coordinates equal to zero).Modifier and TypeMethodDescriptionboolean
Rectangle2D.contains
(Rectangle2D r) Tests if the interior of thisRectangle2D
entirely contains the specified Rectangle2D,r
.boolean
Rectangle2D.intersects
(Rectangle2D r) Tests if the interior of thisRectangle2D
intersects the interior of a specified Rectangle2D,r
. -
Uses of Rectangle2D in javafx.stage
Modifier and TypeMethodDescriptionstatic Screen
Screen.from
(Rectangle2D bounds) static Screen
Screen.from
(Rectangle2D bounds, Rectangle2D visualBounds) static Screen
Screen.from
(Rectangle2D bounds, Rectangle2D visualBounds, double outputScaleX, double outputScaleY)