| Package | Description |
|---|---|
| com.bric.geom |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicShape.add(BasicShape
Adds the argument shape to this shape.
|
protected com |
BasicShape.identifyIntersections(BasicShape
This identifies all the intersections of this shape and the argument.
|
void |
BasicShape.intersect(BasicShape
Intersects the argument shape with this shape.
|
void |
BasicShape.subtract(BasicShape
Subtracts the argument shape from this shape.
|
| Constructor and Description | |
|---|---|
BasicShape(BasicShape
Clones a BasicShape.
|