Uses of Interface
net.sf.paperclips.Border
-
Packages that use Border Package Description net.sf.paperclips Core classes for creating printable documents.net.sf.paperclips.decorator Decorators aid in applying styles uniformly across across documents. -
-
Uses of Border in net.sf.paperclips
Classes in net.sf.paperclips that implement Border Modifier and Type Class Description classGapBorderA border which leaves a gap around the target Print.classLineBorderA border that draws a rectangle around a print.Methods in net.sf.paperclips that return Border Modifier and Type Method Description BorderBorderPrint. getBorder()Returns the border being applied to the target.BorderDefaultGridLook. getCellBorder()Returns the cell border.BorderGridPrint. getCellBorder()Deprecated.this functionality has been moved to DefaultGridLook.Methods in net.sf.paperclips with parameters of type Border Modifier and Type Method Description voidDefaultGridLook. setCellBorder(Border border)Sets the cell border.voidGridPrint. setCellBorder(Border border)Deprecated.this functionality has been moved to DefaultGridLook.Constructors in net.sf.paperclips 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 net.sf.paperclips.decorator
Constructors in net.sf.paperclips.decorator with parameters of type Border Constructor Description BorderDecorator(Border border)Constructs a BorderDecorator.
-