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

Method Summary
 void decorate(GridObjectDisplay disp, GridObject obj, java.awt.Component comp, java.awt.Graphics2D g2)
           
 

Method Detail

decorate

public void decorate(GridObjectDisplay disp,
                     GridObject obj,
                     java.awt.Component comp,
                     java.awt.Graphics2D g2)