| 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)
Returns if the specified
Rectangle intersects this one |
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 |
Quad<T extends Positionable>
Implements a point quad
|
class |
RegionQuad<T extends Parallelogram>
Implements a region quad
|
Copyright © 2014. All rights reserved.