public class ClosePath extends Segment
| Constructor and Description |
|---|
ClosePath()
Close the current subpath by appending a straight line segment from the current point to the starting point of the subpath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
java.lang.String |
toString() |
public ClosePath()
This segment terminates the current subpath. Appending another segment to the current path begins a new subpath, even if the new segment begins at the endpoint reached by the ClosePath operation.