edu.stanford.hci.r3.actions.types.graphicscommands
Class DrawShape

java.lang.Object
  extended by edu.stanford.hci.r3.actions.types.graphicscommands.DrawShape
All Implemented Interfaces:
GraphicsCommand

public class DrawShape
extends java.lang.Object
implements GraphicsCommand

This software is distributed under the BSD License.


Constructor Summary
DrawShape(java.awt.Shape s)
           
 
Method Summary
 void invoke(java.awt.Graphics2D g2d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawShape

public DrawShape(java.awt.Shape s)
Parameters:
s -
Method Detail

invoke

public void invoke(java.awt.Graphics2D g2d)
Specified by:
invoke in interface GraphicsCommand
See Also:
GraphicsCommand.invoke(java.awt.Graphics2D)

Copyright 2006 Stanford University