| Package | Description |
|---|---|
| org.eclipse.nebula.paperclips.core.border | |
| org.eclipse.nebula.paperclips.core.grid |
| Modifier and Type | Class and Description |
|---|---|
class |
GapBorder
A border which leaves a gap around the target Print.
|
class |
LineBorder
A border that draws a rectangle around a print.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Border |
BorderPrint.border |
| Modifier and Type | Method and Description |
|---|---|
Border |
BorderPrint.getBorder()
Returns the border being applied to the target.
|
| Constructor and Description |
|---|
BorderPrint(Print target,
Border border)
Constructs a BorderPrint with the given target and border.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Border |
DefaultGridLook.cellBorder |
| Modifier and Type | Method and Description |
|---|---|
Border |
DefaultGridLook.getCellBorder()
Returns the cell border.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGridLook.setCellBorder(Border border)
Sets the cell border.
|