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