Uses of Interface
org.lwjgl.util.ReadableRectangle
Packages that use ReadableRectangle
-
Uses of ReadableRectangle in org.lwjgl.util
Classes in org.lwjgl.util that implement ReadableRectangleModifier and TypeClassDescriptionfinal classA 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util with parameters of type ReadableRectangleModifier and TypeMethodDescriptionvoidRectangle.add(ReadableRectangle r) Adds aRectangleto thisRectangle.booleanRectangle.contains(ReadableRectangle r) Checks whether or not thisRectangleentirely contains the specifiedRectangle.Rectangle.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 rectangleRectangle.union(ReadableRectangle r, WritableRectangle dest) Computes the union of thisRectanglewith the specifiedRectangle.Constructors in org.lwjgl.util with parameters of type ReadableRectangle