| Package | Description |
|---|---|
| org.mini2Dx.core.geom | |
| org.mini2Dx.core.graphics | |
| org.mini2Dx.core.quadtree |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Rectangle.intersection(Rectangle rect) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Rectangle.contains(Rectangle rectangle) |
Rectangle |
Rectangle.intersection(Rectangle rect) |
boolean |
Rectangle.intersects(Rectangle rectangle) |
boolean |
LineSegment.intersects(Rectangle rectangle)
Returns if a
Rectangle intersects this LineSegment |
void |
Rectangle.set(Rectangle rectangle) |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Graphics.removeClip()
Removes the applied clip
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graphics.setClip(Rectangle clip)
Sets the graphics context clip.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegionalQuad<T extends Parallelogram>
An implementation of
Quad based on regions |
Copyright © 2014. All rights reserved.