Uses of Class
net.sf.paperclips.EmptyPrint
-
Packages that use EmptyPrint Package Description net.sf.paperclips Core classes for creating printable documents. -
-
Uses of EmptyPrint in net.sf.paperclips
Methods in net.sf.paperclips that return EmptyPrint Modifier and Type Method Description protected EmptyPrint
FactoryPrint. empty()
Deprecated.Constructs and returns an EmptyPrint of size (0, 0).protected EmptyPrint
FactoryPrint. empty(int width, int height)
Deprecated.Constructs and returns an EmptyPrint with the given size.
-