Class Hexagon

Object
   |
   +--Shape
         |
         +--Hexagon

class Hexagon
extends Shape


Hexagon is a class that is a logical sublcass of Shape (thanks to the @extends tag), but in reality it is completely unrelated to Shape.
Defined in test.js


 
Fields inherited from class Shape
color, border
 
Constructor Summary
Hexagon (<int> sideLength)
            Create a new Hexagon instance.
   
Methods inherited from class Shape
getClassName, addReference, getCoords, getColor, setCoords, setColor, clone
 

Constructor Detail

Hexagon

Hexagon(<int> sideLength)


Documentation generated by JSDoc on Sun Apr 17 10:08:53 2005