massim.visualization
Class ColumnPolicy

java.lang.Object
  extended by massim.visualization.svg.SvgXmlFile
      extended by massim.visualization.MainPolicy
          extended by massim.visualization.ColumnPolicy

public class ColumnPolicy
extends MainPolicy


Field Summary
 double cellHeight
           
 double cellWidth
           
 
Fields inherited from class massim.visualization.MainPolicy
doc, numberCellGridX, numberCellGridY, previewFile, readTheConfig, setAgentblue, setAgentred, setBlueDepot, setDepot, setFence, setGold, setRedDepot, setSwitch, setTree, svgFile
 
Fields inherited from class massim.visualization.svg.SvgXmlFile
svgEnding
 
Constructor Summary
ColumnPolicy()
           
 
Method Summary
 void create()
           
 void createPreviewSvg()
           
 void drawGoldDigger(long id, long teamId, int x, int y)
           
 void drawGoldDigger(long id, long teamId, int x, int y, java.lang.String rotation)
           
 void readConfigFile()
           
 void save()
           
 
Methods inherited from class massim.visualization.MainPolicy
createFile, createFolder, createPathFolder, createXML, getConfigFile, getNameOutputFile, getNamePreviewSvg, getOutPut, getPath, getSvgEnding, previewSvg, resetValues, save, setConfigPath, setHeadInformationFirstLevel, setHeadInformationSecondLevel, setImageHeight, setImageWidth, setNameOutputFile, setOutPut, setPath
 
Methods inherited from class massim.visualization.svg.SvgXmlFile
generateXML, openFile, saveXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cellHeight

public double cellHeight

cellWidth

public double cellWidth
Constructor Detail

ColumnPolicy

public ColumnPolicy()
Method Detail

readConfigFile

public void readConfigFile()

create

public void create()

createPreviewSvg

public void createPreviewSvg()

save

public void save()

drawGoldDigger

public void drawGoldDigger(long id,
                           long teamId,
                           int x,
                           int y,
                           java.lang.String rotation)

drawGoldDigger

public void drawGoldDigger(long id,
                           long teamId,
                           int x,
                           int y)


Copyright © 2011. All Rights Reserved.