Returns a new Graphics object that is identical to this EpsGraphics2D.
()
| 824 | * Returns a new Graphics object that is identical to this EpsGraphics2D. |
| 825 | */ |
| 826 | @Override |
| 827 | public Graphics create() { |
| 828 | return new EpsGraphics2D(this); |
| 829 | } |
| 830 | |
| 831 | /** |
| 832 | * Returns an EpsGraphics2D object based on this |