main
Class Cell.Hexagon

java.lang.Object
  extended byjava.awt.Polygon
      extended bymain.Cell.Hexagon
All Implemented Interfaces:
java.io.Serializable, java.awt.Shape
Enclosing class:
Cell

public class Cell.Hexagon
extends java.awt.Polygon

An internal class used for generating hexagonal cell shape

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.Polygon
bounds, npoints, xpoints, ypoints
 
Constructor Summary
Cell.Hexagon(int radius)
           
 
Methods inherited from class java.awt.Polygon
addPoint, contains, contains, contains, contains, contains, contains, getBoundingBox, getBounds, getBounds2D, getPathIterator, getPathIterator, inside, intersects, intersects, invalidate, reset, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell.Hexagon

public Cell.Hexagon(int radius)