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