Uses of Interface
org.lwjgl.util.ReadableRectangle
-
Packages that use ReadableRectangle Package Description org.lwjgl.util -
-
Uses of ReadableRectangle in org.lwjgl.util
Classes in org.lwjgl.util that implement ReadableRectangle Modifier and Type Class Description classRectangleA 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util with parameters of type ReadableRectangle Modifier and Type Method Description voidRectangle. add(ReadableRectangle r)Adds aRectangleto thisRectangle.booleanRectangle. contains(ReadableRectangle r)Checks whether or not thisRectangleentirely contains the specifiedRectangle.RectangleRectangle. intersection(ReadableRectangle r, Rectangle dest)Computes the intersection of thisRectanglewith the specifiedRectangle.booleanRectangle. intersects(ReadableRectangle r)Determines whether or not thisRectangleand the specifiedRectangleintersect.voidRectangle. setBounds(ReadableRectangle r)voidWritableRectangle. setBounds(ReadableRectangle src)Sets the bounds of the rectangleWritableRectangleRectangle. union(ReadableRectangle r, WritableRectangle dest)Computes the union of thisRectanglewith the specifiedRectangle.Constructors in org.lwjgl.util with parameters of type ReadableRectangle Constructor Description Rectangle(ReadableRectangle r)Constructor for Rectangle.
-