| Package | Description |
|---|---|
| com.bric.geom |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralPathWriter
This writes path data to an underlying
GeneralPath.
|
class |
InsetPathWriter
This traces a path
next to the path that is being written.
|
class |
MasterPathWriter
|
class |
NullPathWriter
A PathWriter that does not write anything.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PathWriter.cubicTo(PathWriter
This appends a cubic curve to the PathWriter provided that ranges from t = t0 to t = t1.
|
static void |
PathWriter.quadTo(PathWriter
This appends a quadratic curve to the PathWriter provided that ranges from t = t0 to t = t1.
|
void |
PathSegment.Float.write(PathWriter
|
void |
MeasuredShape.writeShape(float position, float length, PathWriter
Trace the shape.
|
void |
MeasuredShape.writeShape(float position, float length, PathWriter
Trace the shape.
|
void |
MeasuredShape.writeShape(PathWriter
Writes the entire shape
|
void |
MeasuredShape.writeShapeBackwards(PathWriter
Writes the entire shape backwards
|
| Constructor and Description | |
|---|---|
InsetPathWriter(PathWriter
This creates a new InsetPathWriter.
|
|
InsetPathWriter(PathWriter
This creates a new InsetPathWriter.
|
|
MasterPathWriter(PathWriter
|
|
MasterPathWriter(PathWriter
|