Package | Description |
---|---|
org.eclipse.nebula.paperclips.core.border | |
org.eclipse.nebula.paperclips.core.border.internal |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBorderPainter |
Abstract implementation of BorderPainter providing implementation of helper
methods.
|
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) |
Constructor | Description |
---|---|
BorderPiece(PrintPiece target,
BorderPainter border,
boolean topOpen,
boolean bottomOpen) |