Uses of Interface
net.sf.paperclips.BorderPainter
-
Packages that use BorderPainter Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of BorderPainter in net.sf.paperclips
Classes in net.sf.paperclips that implement BorderPainter Modifier and Type Class Description classAbstractBorderPainterAbstract implementation of BorderPainter providing implementation of helper methods.Methods in net.sf.paperclips that return BorderPainter Modifier and Type Method Description BorderPainterBorder. createPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)Creates a BorderPainter which uses the given Device and GC.BorderPainterGapBorder. createPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)BorderPainterLineBorder. createPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-