Example #1
0
 public boolean hitClip(int x, int y, int width, int height) {
   Graphics2D g = getG();
   return g == null ? false : g.hitClip(x, y, width, height);
 }