public static class BlockDudeVisualizer.AgentPainter extends java.lang.Object implements ObjectPainter
Constructor and Description |
---|
AgentPainter(int maxx,
int maxy)
Initializes.
|
Modifier and Type | Method and Description |
---|---|
void |
paintObject(java.awt.Graphics2D g2,
OOState s,
ObjectInstance ob,
float cWidth,
float cHeight)
Paints object instance ob to graphics context g2
|
public AgentPainter(int maxx, int maxy)
maxx
- the max x dimensionality of the worldmaxy
- the max y dimensionality of the worldpublic void paintObject(java.awt.Graphics2D g2, OOState s, ObjectInstance ob, float cWidth, float cHeight)
ObjectPainter
paintObject
in interface ObjectPainter
g2
- graphics context to which the object should be painteds
- the state of the object to be paintedob
- the instantiated object to be paintedcWidth
- width of the canvas sizecHeight
- height of the canvas size