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