File: Games\GamesByEmail.js

GamesByEmail
Class HexV

Object
  
 
 
GamesByEmail.HexV

All Implemented Interfaces:

Class


GamesByEmail.HexV

implements Foundation.Class

A background class for games with a hexagonal board having a vertical axis, such as McCooey Hex Chess. The behind-the-scenes methods support the GamesByEmail.Hex class.

See Also:

GamesByEmail.HexH, GamesByEmail.Hex

Constructor Summary
GamesByEmail.HexV(side0, side1, side2, side3)

Method Summary
 dispose()

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

HexV

GamesByEmail.HexV(side0,
                  side1,
                  side2,
                  side3)
Parameters:
side0 - 

side1 - 

side2 - 

side3 - 

Method Detail

dispose

dispose()
Overrides:
dispose in class Class