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 Rectangle2DDeviceSceneUtil.getFinalSceneBounds(double width, double height) static Rectangle2DDeviceSceneUtil.getSceneBoundsWithMaxPixelsCapOnDesktop(double maxPixels) -
Uses of Rectangle2D in javafx.geometry
Fields in javafx.geometry declared as Rectangle2DModifier and TypeFieldDescriptionstatic final Rectangle2DRectangle2D.EMPTYAn emptyRectangle2Dinstance (with all coordinates equal to zero).Methods in javafx.geometry with parameters of type Rectangle2DModifier and TypeMethodDescriptionbooleanRectangle2D.contains(Rectangle2D r) Tests if the interior of thisRectangle2Dentirely contains the specified Rectangle2D,r.booleanRectangle2D.intersects(Rectangle2D r) Tests if the interior of thisRectangle2Dintersects 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 ScreenScreen.from(Rectangle2D bounds) static ScreenScreen.from(Rectangle2D bounds, Rectangle2D visualBounds) static ScreenScreen.from(Rectangle2D bounds, Rectangle2D visualBounds, double outputScaleX, double outputScaleY)