Package | Description |
---|---|
org.apache.stylebook | |
org.apache.stylebook.printers |
Modifier and Type | Method and Description |
---|---|
Printer |
BasicEngine.getPrinter(String name)
Return a Printer instance associated with the specified name.
|
static Printer |
ComponentFactory.getPrinter(String classname)
Create a new Printer instance.
|
Printer |
Engine.getPrinter(String name)
Return a Printer instance associated with the specified name.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLPrinter |
class |
HTMLSerializer |
class |
ImagePrinter
The ImagePrinter Printer writes images.
|
class |
XMLPrinter
The XMLPrinter Printer writes documents in their canonical XML form.
|