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 class
AbstractBorderPainter
Abstract implementation of BorderPainter providing implementation of helper methods.Methods in net.sf.paperclips that return BorderPainter Modifier and Type Method Description BorderPainter
Border. createPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
Creates a BorderPainter which uses the given Device and GC.BorderPainter
GapBorder. createPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
BorderPainter
LineBorder. createPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
-