示例#1
0
  public void draw(Canvas cnv) {
    super.draw(cnv);

    cnv.drawRect(getX(), getY(), getX() + THICKNESS, getY() + WIDTH, p);
  }