|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Shape | +--Hexagon
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(<int> sideLength)
sideLength
- The length of one side for the new Hexagon
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |