Class Graphics2DTestPlusUserDrawing.RectShapeUserDrawn

java.lang.Object
  extended byGraphics2DTest.RectShape
      extended byGraphics2DTestPlusUserDrawing.RectShapeUserDrawn
Enclosing class:
Graphics2DTestPlusUserDrawing

public static class Graphics2DTestPlusUserDrawing.RectShapeUserDrawn
extends Graphics2DTest.RectShape

Specialization of the RectShape class used to distinguish user-drawn rectangles from the fixed-shape rectangles added when the `Delete Rect' button is pressed.


Field Summary
 
Fields inherited from class Graphics2DTest.RectShape
height, width, x, y
 
Constructor Summary
Graphics2DTestPlusUserDrawing.RectShapeUserDrawn(int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graphics2DTestPlusUserDrawing.RectShapeUserDrawn

public Graphics2DTestPlusUserDrawing.RectShapeUserDrawn(int x,
                                                        int y,
                                                        int width,
                                                        int height)