dd.hurricane
Class HurricaneHex

java.lang.Object
  extended bydd.ui.HexView
      extended bydd.hurricane.HurricaneHex
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class HurricaneHex
extends HexView


Field Summary
static boolean debug
           
 javax.swing.ImageIcon[] iconArray
           
static int[] ix
           
static int[] iy
           
static java.util.HashMap luIcons
           
static boolean needToLoadIcons
           
static boolean showFactory
           
static boolean[] showLU
           
static boolean showOpen
           
 
Fields inherited from class dd.ui.HexView
defaultShape, fillHexes, height, hilite, icons, myCell, width, xPosition, yPosition
 
Constructor Summary
HurricaneHex()
           
 
Method Summary
 int defaultCellHeight()
           
 int defaultCellWidth()
           
 java.awt.Color getHazardColor()
           
 void paint(java.awt.Graphics g)
           
 void setCell(MapCell c)
           
 
Methods inherited from class dd.ui.HexView
addIcon, bottomCenter, cellContentsChanged, center, clear, contains, getCell, getParent, getSize, getVertex, hilite, propertyChange, pulse, removeIcon, setLocation, setMyColor, setParent, setSize, unhilite, unpulse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ix

public static final int[] ix

iy

public static final int[] iy

needToLoadIcons

public static boolean needToLoadIcons

luIcons

public static java.util.HashMap luIcons

iconArray

public javax.swing.ImageIcon[] iconArray

showLU

public static boolean[] showLU

showOpen

public static boolean showOpen

showFactory

public static boolean showFactory

debug

public static boolean debug
Constructor Detail

HurricaneHex

public HurricaneHex()
Method Detail

defaultCellWidth

public int defaultCellWidth()
Overrides:
defaultCellWidth in class HexView

defaultCellHeight

public int defaultCellHeight()
Overrides:
defaultCellHeight in class HexView

setCell

public void setCell(MapCell c)
Overrides:
setCell in class HexView

getHazardColor

public java.awt.Color getHazardColor()

paint

public void paint(java.awt.Graphics g)
Overrides:
paint in class HexView