main
Class Cell.Square

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

public class Cell.Square
extends java.awt.Polygon

An internal class used for generating square cell shape

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.Polygon
bounds, npoints, xpoints, ypoints
 
Constructor Summary
Cell.Square(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.Square

public Cell.Square(int radius)