Package net.sf.freecol.tools
Class ForestMaker
- java.lang.Object
- 
- net.sf.freecol.tools.ForestMaker
 
- 
 public class ForestMaker extends java.lang.ObjectGenerate forest tiles.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description private static classForestMaker.ImageLocation
 - 
Field SummaryFields Modifier and Type Field Description private static intBASE_HEIGHTprivate static intBASE_WIDTHprivate static java.lang.StringDESTDIRprivate static booleandrawBordersprivate static booleandrawTreesprivate static intHALF_HEIGHTprivate static intHALF_WIDTHprivate static int[]LIMITprivate static intMARGINprivate static int[]POWERS_OF_TWOprivate static intRIVER_HEIGHTprivate static intRIVER_WIDTHprivate static double[]SLOPEprivate static intTREES
 - 
Constructor SummaryConstructors Constructor Description ForestMaker()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Pass the source directory as first argument.
 
- 
- 
- 
Field Detail- 
DESTDIRprivate static final java.lang.String DESTDIR - See Also:
- Constant Field Values
 
 - 
BASE_WIDTHprivate static final int BASE_WIDTH - See Also:
- Constant Field Values
 
 - 
BASE_HEIGHTprivate static final int BASE_HEIGHT - See Also:
- Constant Field Values
 
 - 
MARGINprivate static final int MARGIN - See Also:
- Constant Field Values
 
 - 
TREESprivate static final int TREES - See Also:
- Constant Field Values
 
 - 
RIVER_HEIGHTprivate static final int RIVER_HEIGHT - See Also:
- Constant Field Values
 
 - 
RIVER_WIDTHprivate static final int RIVER_WIDTH - See Also:
- Constant Field Values
 
 - 
HALF_WIDTHprivate static final int HALF_WIDTH - See Also:
- Constant Field Values
 
 - 
HALF_HEIGHTprivate static final int HALF_HEIGHT - See Also:
- Constant Field Values
 
 - 
LIMITprivate static final int[] LIMIT 
 - 
SLOPEprivate static final double[] SLOPE 
 - 
POWERS_OF_TWOprivate static final int[] POWERS_OF_TWO 
 - 
drawBordersprivate static final boolean drawBorders - See Also:
- Constant Field Values
 
 - 
drawTreesprivate static final boolean drawTrees - See Also:
- Constant Field Values
 
 
- 
 
-