net.sf.paperclips
Interface GridLook

All Known Implementing Classes:
DefaultGridLook

public interface GridLook

A pluggable "look" for a GridPrint.


Method Summary
 GridLookPainter getPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
          Returns a GridLookPainter for painting the GridLook.
 

Method Detail

getPainter

GridLookPainter getPainter(org.eclipse.swt.graphics.Device device,
                           org.eclipse.swt.graphics.GC gc)
Returns a GridLookPainter for painting the GridLook.

Parameters:
device - the device to paint on.
gc - the graphics context for painting.
Returns:
a GridLookPainter for painting the GridLook.