Package net.sf.paperclips
Interface GridLook
-
- All Known Implementing Classes:
DefaultGridLook
public interface GridLook
A pluggable "look" for a GridPrint.- Author:
- Matthew Hall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-