Package | Description |
---|---|
net.sf.paperclips |
Core classes for creating printable documents.
|
Modifier and Type | Method and 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.
|