Package | Description |
---|---|
org.freehep.graphics2d.font |
Font encoding tables and lookup classes to query the tables.
|
org.freehep.graphicsio.pdf |
PDF (Portable Document File) Output Format.
|
org.freehep.graphicsio.ps |
PS, EPS (PostScript and Encapsulated PostScript) Output Format.
|
Modifier and Type | Method and Description |
---|---|
static void |
FontUtilities.showString(Font font,
String string,
CharTable latinTable,
FontUtilities.ShowString device)
Shows a String and switches the encoding (and font) everytime the unicode
characters leave the range of the curent encoding.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFGraphics2D
Implementation of VectorGraphics that writes the output to a PDF
file.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPSGraphics2D |
class |
EPSGraphics2D
Writes Encapsulated PostScript with bounding box.
|
class |
PSGraphics2D |
Copyright © 2014. All rights reserved.