| Package | Description |
|---|---|
| com.bric.geom |
| Modifier and Type | Field and Description |
|---|---|
PathSegment |
PathSegment.Float.next
|
PathSegment |
PathSegment.Float.prev
|
| Modifier and Type | Method and Description |
|---|---|
PathSegment |
PathSegment.Float.close()
|
PathSegment |
PathSegment.Float.cubicTo(float cx0, float cy0, float cx1, float cy1, float x1, float y1)
|
PathSegment |
PathSegment.Float.getHead()
|
PathSegment |
PathSegment.Float.getTail()
|
PathSegment |
PathSegment.Float.lineTo(float x, float y)
|
PathSegment |
PathSegment.Float.moveTo(float x, float y)
|
protected PathSegment |
PathSegment.Float.newSegment()
Subclasses must override this method to return a segment of the correct type.
|
PathSegment |
PathSegment.Float.quadTo(float cx, float cy, float x, float y)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PathSegment.Float.append(PathSegment
|
protected String |
PathSegment.Float.getPath(PathSegment
|
String |
PathSegment.Float.toString(PathSegment
|