Uses of Interface
net.sf.paperclips.GridLook
-
Packages that use GridLook Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of GridLook in net.sf.paperclips
Classes in net.sf.paperclips that implement GridLook Modifier and Type Class Description class
DefaultGridLook
A GridLook which draws a border around grid cells, with configurable background colors for body, header, and footer cells.Methods in net.sf.paperclips that return GridLook Modifier and Type Method Description GridLook
GridPrint. getLook()
Returns the grid's look.Methods in net.sf.paperclips with parameters of type GridLook Modifier and Type Method Description void
GridPrint. setLook(GridLook look)
Sets the grid's look.Constructors in net.sf.paperclips with parameters of type GridLook Constructor Description GridPrint(java.lang.String columns, GridLook look)
Constructs a GridPrint with the given columns and look.GridPrint(GridColumn[] columns, GridLook look)
Constructs a GridPrint with the given columns and look.GridPrint(GridLook look)
Constructs a GridPrint with no columns and the given look.
-