public class PostScriptEncoder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
generatePostScript(java.util.ArrayList<DrawCmd> drawCmds)
Processes the given DrawCmd objects and generates the PostScript to
draw simple shapes and text.
|
public static byte[] generatePostScript(java.util.ArrayList<DrawCmd> drawCmds)
drawCmds - commands to convert to postscript.