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 RectBoundsBaseBounds.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 TypeMethodDescriptionbooleanRectBounds.contains(RectBounds other) Determines whether the givenotherRectBounds is completely contained within this RectBounds.booleanRectBounds.disjoint(RectBounds other) abstract RectBoundsBaseBounds.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 voidRectBounds.setBounds(RectBounds other) Set the bounds to match that of the RectBounds object specified.voidRectBounds.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.