Package net.sf.paperclips
Interface GridLook
- All Known Implementing Classes:
DefaultGridLook
public interface GridLook
A pluggable "look" for a GridPrint.
-
Method Summary
Modifier and TypeMethodDescriptiongetPainter
(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc) Returns a GridLookPainter for painting the GridLook.
-
Method Details
-
getPainter
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.
-