GapBorder
, LineBorder
public interface Border
Modifier and Type | Method | Description |
---|---|---|
BorderPainter |
createPainter(org.eclipse.swt.graphics.Device device,
org.eclipse.swt.graphics.GC gc) |
Creates a BorderPainter which uses the given Device and GC.
|
BorderPainter createPainter(org.eclipse.swt.graphics.Device device, org.eclipse.swt.graphics.GC gc)
device
- the print device.gc
- a GC for drawing to the print device.