org.nakedobjects.viewer.lightweight
Interface Background

All Known Implementing Classes:
LogoBackground, Workspace

public interface Background

A strategy for rendering the background of the application window.


Method Summary
 void paintBackground(Canvas canvas, Size size)
           
 

Method Detail

paintBackground

public void paintBackground(Canvas canvas,
                            Size size)