Package | Description |
---|---|
org.cell2d.celick | |
org.cell2d.celick.geom |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
RoundedRectangle
Class to create rounded rectangles with.
|
Modifier and Type | Method and Description |
---|---|
void |
Rectangle.setBounds(Rectangle other)
Set the bounds of this rectangle based on the given rectangle
|