Package | Description |
---|---|
org.axsl.ps |
Interfaces giving access to various PostScript concepts.
|
Modifier and Type | Method and Description |
---|---|
PsSystemDict |
PsServer.getJava2dSystemDict(java.awt.Graphics2D graphics)
Returns a system dictionary which can draw on a Java2D graphic.
|
PsSystemDict |
PsServer.getPdfSystemDict()
Returns a system dictionary suitable for writing into a PDF stream.
|
PsSystemDict |
PsServer.getReadOnlySystemDict()
Returns a read-only system dictionary.
|
PsInterpreter |
PsServer.makeInterpreter(PsInput psInput,
PsSystemDict systemDict)
Returns an interpreter.
|
CharSet |
PsServer.parseCharSet(java.lang.String name,
java.io.InputStream inputStream)
Parse a character set from an input stream.
|
PsEncoding |
PsServer.parseEncodingVector(java.lang.String name,
java.io.InputStream inputStream,
int columnNum,
int radix,
java.util.List<java.lang.String> glyphLists)
Parse an encoding vector from an input stream.
|
GlyphList |
PsServer.parseGlyphList(java.lang.String name,
java.io.InputStream inputStream)
Parse a glyph list from an input stream.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.