public interface DisplayDecorator
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.Modifier and Type | Method and Description |
---|---|
void |
decorate(GridObjectDisplay disp,
GridObject obj,
java.awt.Component comp,
java.awt.Graphics2D g2) |
void decorate(GridObjectDisplay disp, GridObject obj, java.awt.Component comp, java.awt.Graphics2D g2)