@webref shape:vertex
()
| 11638 | * @webref shape:vertex |
| 11639 | */ |
| 11640 | public void endContour() { |
| 11641 | if (recorder != null) recorder.endContour(); |
| 11642 | g.endContour(); |
| 11643 | } |
| 11644 | |
| 11645 | |
| 11646 | public void endShape() { |
nothing calls this directly
no test coverage detected