dip.gui.map
Class DMR2RenderCommandFactory.RCSetDisplayUnordered

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

protected static class DMR2RenderCommandFactory.RCSetDisplayUnordered
extends RenderCommandFactory.RCSetDisplayUnordered


Field Summary
 
Fields inherited from class dip.gui.map.RenderCommandFactory.BooleanRenderCommand
value
 
Fields inherited from class dip.gui.map.RenderCommandFactory.RenderCommand
mr
 
Constructor Summary
DMR2RenderCommandFactory.RCSetDisplayUnordered(MapRenderer2 dmr2, boolean value)
           
 
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.RCSetDisplayUnordered

public DMR2RenderCommandFactory.RCSetDisplayUnordered(MapRenderer2 dmr2,
                                                      boolean value)
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.