lab3lib
Class Painter

java.lang.Object
  extended by cse115.graphics.AbstractGraphic
      extended by cse115.graphics.Image
          extended by lab3lib.Painter
All Implemented Interfaces:
CenterLocatable, Graphic, Locatable, Rotatable, Sizeable

public class Painter
extends Image


Constructor Summary
Painter()
          Creates a new instance of Painter and sets location and size appropriately.
 
Method Summary
 
Methods inherited from class cse115.graphics.Image
actualPaint, getShape
 
Methods inherited from class cse115.graphics.AbstractGraphic
addMouseListener, addMouseMotionListener, contains, getBounds, getCenterLocation, getContainer, getDimension, getLocation, getMouseListeners, getMouseMotionListeners, getRotation, intersects, move, paint, rotate, setCenterLocation, setContainer, setDimension, setLocation, setRotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Painter

public Painter()
Creates a new instance of Painter and sets location and size appropriately. A painter reacts to mouse clicks.