Uses of Class
com.sun.javafx.geom.RectBounds
-
Uses of RectBounds in com.sun.javafx.geom
Modifier and TypeMethodDescriptionabstract RectBounds
BaseBounds.flattenInto
(RectBounds bounds) Sets the given RectBounds (or creates a new instance of bounds is null) to have the minX, minY, maxX, and maxY of this BoxBounds, dropping the Z values.BoxBounds.flattenInto
(RectBounds bounds) RectBounds.flattenInto
(RectBounds bounds) RectBounds.makeEmpty()
Modifier and TypeMethodDescriptionboolean
RectBounds.contains
(RectBounds other) Determines whether the givenother
RectBounds is completely contained within this RectBounds.boolean
RectBounds.disjoint
(RectBounds other) abstract RectBounds
BaseBounds.flattenInto
(RectBounds bounds) Sets the given RectBounds (or creates a new instance of bounds is null) to have the minX, minY, maxX, and maxY of this BoxBounds, dropping the Z values.BoxBounds.flattenInto
(RectBounds bounds) RectBounds.flattenInto
(RectBounds bounds) final void
RectBounds.setBounds
(RectBounds other) Set the bounds to match that of the RectBounds object specified.void
RectBounds.unionWith
(RectBounds other) ModifierConstructorDescriptionRectBounds
(RectBounds other) Creates a RectBounds object as a copy of the specified RectBounds object.