|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rectangle | |
---|---|
org.newdawn.slick | |
org.newdawn.slick.geom | Simple geometric wrappers that can be used for rendering and collision. |
Uses of Rectangle in org.newdawn.slick |
---|
Methods in org.newdawn.slick that return Rectangle | |
---|---|
Rectangle |
Graphics.getClip()
Return the currently applied clipping rectangle |
Rectangle |
Graphics.getWorldClip()
Get the last set world clip or null of the world clip isn't set |
Methods in org.newdawn.slick with parameters of type Rectangle | |
---|---|
void |
Graphics.setClip(Rectangle rect)
Set the clipping to apply to the drawing. |
void |
Graphics.setWorldClip(Rectangle clip)
Set the world clip to be applied |
Uses of Rectangle in org.newdawn.slick.geom |
---|
Subclasses of Rectangle in org.newdawn.slick.geom | |
---|---|
class |
RoundedRectangle
Class to create rounded rectangles with. |
Methods in org.newdawn.slick.geom with parameters of type Rectangle | |
---|---|
void |
Rectangle.setBounds(Rectangle other)
Set the bounds of this rectangle based on the given rectangle |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |