| Package | Description |
|---|---|
| com.bric.geom |
| Modifier and Type | Method and Description |
|---|---|
static MeasuredShape |
MeasuredShape.getSubpaths(PathIterator
Because a MeasuredShape must be exactly 1 subpath, this method will safely break up a path into separate subpaths and create one MeasuredShape for each.
|
static MeasuredShape |
MeasuredShape.getSubpaths(PathIterator
Because a MeasuredShape must be exactly 1 subpath, this method will safely break up a path into separate subpaths and create one MeasuredShape for each.
|
static MeasuredShape |
MeasuredShape.getSubpaths(Shape
Because a MeasuredShape must be exactly 1 subpath, this method will safely break up a path into separate subpaths and create one MeasuredShape for each.
|
static MeasuredShape |
MeasuredShape.getSubpaths(Shape
Because a MeasuredShape must be exactly 1 subpath, this method will safely break up a path into separate subpaths and create one MeasuredShape for each.
|
| Modifier and Type | Method and Description |
|---|---|
float |
MeasuredShape.getCommonDistance(MeasuredShape
Returns the length that this shape has in common with the argument.
|