dip.gui.map
Class DMR2RenderCommandFactory.RCSetTurnstate

java.lang.Object
  extended bydip.gui.map.RenderCommandFactory.RenderCommand
      extended bydip.gui.map.RenderCommandFactory.RCSetTurnstate
          extended bydip.gui.map.DMR2RenderCommandFactory.RCSetTurnstate
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
DMR2RenderCommandFactory

protected static class DMR2RenderCommandFactory.RCSetTurnstate
extends RenderCommandFactory.RCSetTurnstate

Render the entire map


Field Summary
 
Fields inherited from class dip.gui.map.RenderCommandFactory.RCSetTurnstate
ts
 
Fields inherited from class dip.gui.map.RenderCommandFactory.RenderCommand
mr
 
Constructor Summary
DMR2RenderCommandFactory.RCSetTurnstate(MapRenderer2 dmr2, TurnState ts)
           
 
Method Summary
 void execute()
          Do the work.
 
Methods inherited from class dip.gui.map.RenderCommandFactory.RenderCommand
die, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DMR2RenderCommandFactory.RCSetTurnstate

public DMR2RenderCommandFactory.RCSetTurnstate(MapRenderer2 dmr2,
                                               TurnState ts)
Method Detail

execute

public void execute()
Description copied from class: RenderCommandFactory.RenderCommand
Do the work. Does nothing by default. Must be subclassed.

Specified by:
execute in class RenderCommandFactory.RenderCommand


Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.