|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathWalker
This interface is used when walking a path. Each subpath begins with a call to beginSubPath-method, which is followed with calls to lineTo-method. The endSubPath-method is called at the end of each subpath.
| Method Summary | |
|---|---|
void |
beginSubPath(boolean isClosed)
Begins a new subpath. |
void |
endSubPath()
Ends the subpath. |
void |
lineTo(double x,
double y)
Adds a new point to the subpath. |
| Method Detail |
|---|
void beginSubPath(boolean isClosed)
isClosed - defines is the subpath closed.void endSubPath()
void lineTo(double x,
double y)
x - x coordinate of the point.y - y coordinate of the point.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||