Method
draw
Draw. @param f the f
(Graphics2D f)
Source from the content-addressed store, hash-verified
| 14 | * the f |
| 15 | */ |
| 16 | void draw(Graphics2D f); |
| 17 | } |
Implementers 7
Figuresrc/test/java/com/xyz/fig/Figure.java Circlesrc/test/java/com/xyz/fig/shape/Circle Diamondsrc/test/java/com/xyz/fig/shape/Diamon ShapeImplsrc/test/java/com/xyz/fig/shape/ShapeI Trianglesrc/test/java/com/xyz/fig/shape/Triang Squaresrc/test/java/com/xyz/fig/shape/Square