Uses of Class
javafx.geometry.Rectangle2D
Packages that use Rectangle2D
-
Uses of Rectangle2D in dev.webfx.kit.util.scene
Methods in dev.webfx.kit.util.scene that return Rectangle2DModifier and TypeMethodDescriptionstatic Rectangle2D
DeviceSceneUtil.getFinalSceneBounds
(double width, double height) static Rectangle2D
DeviceSceneUtil.getSceneBoundsWithMaxPixelsCapOnDesktop
(double maxPixels) -
Uses of Rectangle2D in javafx.geometry
Fields in javafx.geometry declared as Rectangle2DModifier and TypeFieldDescriptionstatic final Rectangle2D
Rectangle2D.EMPTY
An emptyRectangle2D
instance (with all coordinates equal to zero).Methods in javafx.geometry with parameters of type Rectangle2DModifier 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
Methods in javafx.stage that return Rectangle2DMethods in javafx.stage with parameters of type Rectangle2DModifier 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)