edu.kzoo.grid.display
Interface DisplayDecorator
- All Known Implementing Classes:
- RotatedDecorator, ScaledImageTintDecorator
- public interface DisplayDecorator
Grid Display Package:
A DisplayDecorator
provides an interface for any decorator
that will be used in the Display package. All decorators must implement
the interface in order to be added to a Display
object.
- Version:
- 28 July 2004
- Author:
- Joel Booth
decorate
public void decorate(ScaledDisplay sd,
GridObject obj,
java.awt.Component comp,
java.awt.Graphics2D g2)