mixmeta4
Class WinthropGUI

java.lang.Object
  extended by mixmeta4.PieceGUI
      extended by mixmeta4.WinthropGUI

public class WinthropGUI
extends PieceGUI


Field Summary
 
Fields inherited from class mixmeta4.PieceGUI
BLACK_COLOUR, RADIUS, RED_COLOUR
 
Constructor Summary
WinthropGUI(Winthrop piece)
           
 
Method Summary
 void paint(java.awt.Graphics graphics)
           
 
Methods inherited from class mixmeta4.PieceGUI
resize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WinthropGUI

public WinthropGUI(Winthrop piece)
Method Detail

paint

public void paint(java.awt.Graphics graphics)
Overrides:
paint in class PieceGUI