|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexamples.gp.monalisa.core.ApplicationData
public class ApplicationData
Application data for the Mona Lisa example. Holds the graphics object as well as statistics information needed for fitness evaluation.
Field Summary | |
---|---|
java.awt.Graphics |
graphics
|
int |
numPoints
|
int |
numPolygons
|
Constructor Summary | |
---|---|
ApplicationData()
For dynamic instantiation. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.awt.Graphics graphics
public int numPoints
public int numPolygons
Constructor Detail |
---|
public ApplicationData()
|
JGAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |