Ejemplo n.º 1
0
 public void drawRectangle(Bounds bds, String label) {
   context.drawRectangle(bds.getX(), bds.getY(), bds.getWidth(), bds.getHeight(), label);
 }
Ejemplo n.º 2
0
 public void drawRectangle(int x, int y, int width, int height, String label) {
   context.drawRectangle(x, y, width, height, label);
 }