Uses of Interface
net.sf.paperclips.GridLookPainter
-
Packages that use GridLookPainter Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of GridLookPainter in net.sf.paperclips
Classes in net.sf.paperclips that implement GridLookPainter Modifier and Type Class Description class
BasicGridLookPainter
A abstract GridLookPainter which simplifies implementation of custom GridLooks.Methods in net.sf.paperclips that return GridLookPainter Modifier and Type Method Description GridLookPainter
DefaultGridLook. getPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
GridLookPainter
GridLook. getPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
Returns a GridLookPainter for painting the GridLook.
-