Uses of Class
com.sun.javafx.geom.RectBounds
Packages that use RectBounds
-
Uses of RectBounds in com.sun.javafx.geom
Methods in com.sun.javafx.geom that return RectBoundsModifier 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()
Methods in com.sun.javafx.geom with parameters of type RectBoundsModifier 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) Constructors in com.sun.javafx.geom with parameters of type RectBoundsModifierConstructorDescriptionRectBounds
(RectBounds other) Creates a RectBounds object as a copy of the specified RectBounds object.