Uses of Interface
org.lwjgl.util.WritableRectangle
-
Packages that use WritableRectangle Package Description org.lwjgl.util -
-
Uses of WritableRectangle in org.lwjgl.util
Classes in org.lwjgl.util that implement WritableRectangle Modifier and Type Class Description classRectangleA 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util that return WritableRectangle Modifier and Type Method Description WritableRectangleRectangle. union(ReadableRectangle r, WritableRectangle dest)Computes the union of thisRectanglewith the specifiedRectangle.Methods in org.lwjgl.util with parameters of type WritableRectangle Modifier and Type Method Description voidReadableRectangle. getBounds(WritableRectangle dest)Copy this readable rectangle's bounds into a destination RectanglevoidRectangle. getBounds(WritableRectangle dest)WritableRectangleRectangle. union(ReadableRectangle r, WritableRectangle dest)Computes the union of thisRectanglewith the specifiedRectangle.
-