edu.stanford.hci.r3.actions.types.graphicscommands
Interface GraphicsCommand

All Known Implementing Classes:
DrawImageCommand, DrawRectCommand, DrawShape, FillRectCommand, SetColorCommand

public interface GraphicsCommand

Let's support the < 10 things that we need, for now...

This software is distributed under the BSD License.


Method Summary
 void invoke(java.awt.Graphics2D g2d)
           
 

Method Detail

invoke

void invoke(java.awt.Graphics2D g2d)
Parameters:
g2d -

Copyright 2006 Stanford University