Fills a Shape on the EPS document.
(Shape s)
| 541 | * Fills a Shape on the EPS document. |
| 542 | */ |
| 543 | @Override |
| 544 | public void fill(Shape s) { |
| 545 | draw(s, "fill"); //$NON-NLS-1$ |
| 546 | } |
| 547 | |
| 548 | /** |
| 549 | * Checks whether or not the specified Shape intersects the specified |