Uses of Interface
org.lwjgl.util.WritableRectangle
Packages that use WritableRectangle
-
Uses of WritableRectangle in org.lwjgl.util
Classes in org.lwjgl.util that implement WritableRectangleModifier and TypeClassDescriptionfinal class
A 2D integer Rectangle class which looks remarkably like an AWT one.Methods in org.lwjgl.util that return WritableRectangleModifier and TypeMethodDescriptionRectangle.union
(ReadableRectangle r, WritableRectangle dest) Computes the union of thisRectangle
with the specifiedRectangle
.Methods in org.lwjgl.util with parameters of type WritableRectangleModifier and TypeMethodDescriptionvoid
ReadableRectangle.getBounds
(WritableRectangle dest) Copy this readable rectangle's bounds into a destination Rectanglevoid
Rectangle.getBounds
(WritableRectangle dest) Rectangle.union
(ReadableRectangle r, WritableRectangle dest) Computes the union of thisRectangle
with the specifiedRectangle
.