public interface BuildingDecorator
Modifier and Type | Method and Description |
---|---|
void |
decorate(GMLBuilding building,
java.awt.Graphics2D g,
ScreenTransform transform)
Decorate a GMLBuilding.
|
void decorate(GMLBuilding building, java.awt.Graphics2D g, ScreenTransform transform)
building
- The building to decorate.g
- The graphics to draw on.transform
- The screen transform.