Serialized Form
Class hexIT.Board extends java.lang.Object implements Serializable |
size
int size
frame
javax.swing.JFrame frame
frameWidth
int frameWidth
frameHeight
int frameHeight
tiles
Hexagon[][] tiles
sideLength
int sideLength
Class hexIT.Hexagon extends java.lang.Object implements Serializable |
object
Drawable object
curX
int curX
curY
int curY
hexX
int hexX
hexY
int hexY
visible
boolean visible
borderColor
java.awt.Color borderColor
outlineColor
java.awt.Color outlineColor
fillColor
java.awt.Color fillColor
pixelX
int[] pixelX
pixelY
int[] pixelY
tiles
Hexagon[][] tiles
sideLength
int sideLength
k1
double k1
k2
double k2
sl
double sl
graphics
java.awt.Graphics graphics
cached_hexComponents
java.util.LinkedList cached_hexComponents
sqfk
double sqfk
mainFrame
HexFrame mainFrame
boardtype
int boardtype
size
int size
width
int width
height
int height
name
java.lang.String name
Class hexIT.HexFrame extends javax.swing.JFrame implements Serializable |
width
int width
height
int height
boardSize
int boardSize
drawingColor
java.awt.Color drawingColor
mainPanel
HexPanel mainPanel
Class hexIT.HexPanel extends javax.swing.JPanel implements Serializable |
board
Board board
sin30
double sin30
cos30
double cos30
totalWidth
int totalWidth
totalHeight
int totalHeight
viewportWidth
int viewportWidth
viewportHeight
int viewportHeight
topLeftX
int topLeftX
topLeftY
int topLeftY
sideLength
int sideLength
boardSize
int boardSize
bgColor
java.awt.Color bgColor
scale
boolean scale