예제 #1
0
 // x,y is left point of diamond
 public void draw(Graphics g, int x, int y)
 {
     tile.draw(g, x, y);
 }