|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.gtroids.stats.ObjectInfoImagizer
Buffered Info box to describe Object types
Visualizes the conaining ObjectInfo objects
The whole thing is rendered to an image.
ObjectInfo| Field Summary | |
static int |
ALIGN_LEFT
|
static int |
ALIGN_RIGHT
|
| Constructor Summary | |
ObjectInfoImagizer(int alignment,
int verticalSpace)
Constructor for ObjectInfoImagizer. |
|
| Method Summary | |
void |
addObjectInfo(ObjectInfo objectInfo)
Adds an ObjectInfo |
Vector2D |
getSize()
Returns the size of the image |
java.awt.Image |
renderImage()
Renders the ObjectInfoList as image |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ALIGN_LEFT
public static final int ALIGN_RIGHT
| Constructor Detail |
public ObjectInfoImagizer(int alignment,
int verticalSpace)
alignment - the horizontal alignmentverticalSpace - the vertical space between items| Method Detail |
public void addObjectInfo(ObjectInfo objectInfo)
objectInfo - the ObjectInfo to addpublic java.awt.Image renderImage()
public Vector2D getSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||