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 classA 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 thisRectanglewith the specifiedRectangle.Methods in org.lwjgl.util with parameters of type WritableRectangleModifier and TypeMethodDescriptionvoidReadableRectangle.getBounds(WritableRectangle dest) Copy this readable rectangle's bounds into a destination RectanglevoidRectangle.getBounds(WritableRectangle dest) Rectangle.union(ReadableRectangle r, WritableRectangle dest) Computes the union of thisRectanglewith the specifiedRectangle.