Uses of Class
dip.gui.map.RenderCommandFactory.RenderCommand

Packages that use RenderCommandFactory.RenderCommand
dip.gui.map   
 

Uses of RenderCommandFactory.RenderCommand in dip.gui.map
 

Subclasses of RenderCommandFactory.RenderCommand in dip.gui.map
protected static class DMR2RenderCommandFactory.RCRenderAll
          Render (Refresh) the entire map
protected static class DMR2RenderCommandFactory.RCRenderProvince
          Render a particular Province
protected static class DMR2RenderCommandFactory.RCSetDisplayDislodgedUnits
           
protected static class DMR2RenderCommandFactory.RCSetDisplaySC
           
protected static class DMR2RenderCommandFactory.RCSetDisplayUnits
           
protected static class DMR2RenderCommandFactory.RCSetDisplayUnordered
           
protected static class DMR2RenderCommandFactory.RCSetInfluenceMode
           
protected static class DMR2RenderCommandFactory.RCSetLabel
          Change how labels are displayed
protected static class DMR2RenderCommandFactory.RCSetPowerOrdersDisplayed
           
protected static class DMR2RenderCommandFactory.RCSetTurnstate
          Render the entire map
protected static class DMR2RenderCommandFactory.RCShowMap
           
protected static class RenderCommandFactory.BooleanRenderCommand
          All Render updates occur via RenderCommands.
protected static class RenderCommandFactory.RCRenderAll
          Render the entire map
protected static class RenderCommandFactory.RCRenderProvince
          Render a particular Province
protected static class RenderCommandFactory.RCSetDisplayDislodgedUnits
          Sets if Dislodged Units are displayed or not.
protected static class RenderCommandFactory.RCSetDisplaySC
          Sets whether Supply Centers are displayed or not.
protected static class RenderCommandFactory.RCSetDisplayUnits
          Sets if Units are displayed or not.
protected static class RenderCommandFactory.RCSetDisplayUnordered
          Sets if we highlight units without orders.
protected static class RenderCommandFactory.RCSetInfluenceMode
          Sets if we are in Influence mode or not.
protected static class RenderCommandFactory.RCSetLabel
          Change how labels are displayed
protected static class RenderCommandFactory.RCSetPowerOrdersDisplayed
          Sets which Powers have their orders displayed.
protected static class RenderCommandFactory.RCSetTurnstate
          Render the entire map
protected static class RenderCommandFactory.RCShowMap
          Show/hide the map (as opposed to background)
 

Methods in dip.gui.map that return RenderCommandFactory.RenderCommand
 RenderCommandFactory.RenderCommand DMR2RenderCommandFactory.createRCRenderAllForced(MapRenderer2 mr)
          Force re-rendering of all orders (erase then update).
 RenderCommandFactory.RenderCommand DMR2RenderCommandFactory.createRCRenderProvinceForced(MapRenderer2 mr, Province province)
          Force-update the unit or dislodged unit information
 RenderCommandFactory.RenderCommand DMR2RenderCommandFactory.createRCUpdateSC(MapRenderer2 mr, Province province)
          Update a Supply Center (position)
 

Methods in dip.gui.map with parameters of type RenderCommandFactory.RenderCommand
 void MapRenderer2.execRenderCommand(RenderCommandFactory.RenderCommand rc)
          Execute a RenderCommand.
protected  void MapRenderer2.clearAndExecute(RenderCommandFactory.RenderCommand rc1, RenderCommandFactory.RenderCommand rc2)
          Prevents any enqueued RenderCommands from being executed.
 



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