codeblocks
Class CustomBlockShapeSet.CustomBlockShape

java.lang.Object
  extended by codeblocks.CustomBlockShapeSet.CustomBlockShape
Enclosing class:
CustomBlockShapeSet

public class CustomBlockShapeSet.CustomBlockShape
extends java.lang.Object

Internal CustomBlockShape class.


Field Summary
protected  java.awt.geom.Point2D botLeftCorner
           
protected  java.awt.geom.Point2D botRightCorner
           
protected  java.lang.String genusName
           
protected  java.awt.geom.Point2D topLeftCorner
           
protected  java.awt.geom.Point2D topRightCorner
           
 
Constructor Summary
CustomBlockShapeSet.CustomBlockShape()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

genusName

protected java.lang.String genusName

topLeftCorner

protected java.awt.geom.Point2D topLeftCorner

topRightCorner

protected java.awt.geom.Point2D topRightCorner

botLeftCorner

protected java.awt.geom.Point2D botLeftCorner

botRightCorner

protected java.awt.geom.Point2D botRightCorner
Constructor Detail

CustomBlockShapeSet.CustomBlockShape

public CustomBlockShapeSet.CustomBlockShape()