Uses of Class
org.xjge.graphics.Rectangle
Package | Description |
---|---|
org.xjge.graphics |
Supplies abstractions of OpenGL into various objects and data structures to
be used by other parts of the engine.
|
-
Uses of Rectangle in org.xjge.graphics
Methods in org.xjge.graphics with parameters of type Rectangle Modifier and Type Method Description void
RectangleBatch. drawRectangle(Rectangle rectangle, Color color)
Draws a rectangle using the data provided.