Interface GridLook
-
- All Known Implementing Classes:
DefaultGridLook
public interface GridLookA pluggable "look" for a GridPrint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridLookPaintergetPainter(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.
-
-