|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WritableRectangle | |
---|---|
org.lwjgl.util |
Uses of WritableRectangle in org.lwjgl.util |
---|
Classes in org.lwjgl.util that implement WritableRectangle | |
---|---|
class |
Rectangle
A 2D integer Rectangle class which looks remarkably like an AWT one. |
Methods in org.lwjgl.util that return WritableRectangle | |
---|---|
WritableRectangle |
Rectangle.union(ReadableRectangle r,
WritableRectangle dest)
Computes the union of this Rectangle with the
specified Rectangle . |
Methods in org.lwjgl.util with parameters of type WritableRectangle | |
---|---|
void |
ReadableRectangle.getBounds(WritableRectangle dest)
Copy this readable rectangle's bounds into a destination Rectangle |
void |
Rectangle.getBounds(WritableRectangle dest)
|
WritableRectangle |
Rectangle.union(ReadableRectangle r,
WritableRectangle dest)
Computes the union of this Rectangle with the
specified Rectangle . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |