Returns the current Paint of the EpsGraphics2D object.
()
| 755 | * Returns the current Paint of the EpsGraphics2D object. |
| 756 | */ |
| 757 | @Override |
| 758 | public Paint getPaint() { |
| 759 | return _paint; |
| 760 | } |
| 761 | |
| 762 | /** |
| 763 | * returns the current Composite of the EpsGraphics2D object. |