Package | Description |
---|---|
org.apache.xmlgraphics.ps |
Classes for the creation of PostScript files.
|
Modifier and Type | Method and Description |
---|---|
private int |
PSDictionary.Maker.indexOfMatchingBrace(java.lang.String str,
java.lang.String[] braces,
int fromIndex)
Returns the closing brace index from a given string searches from a
given index
|
PSDictionary |
PSDictionary.Maker.parseDictionary(java.lang.String str)
Parses a dictionary string and provides a dictionary object
|
private java.lang.String |
PSDictionary.Maker.stripBraces(java.lang.String str,
java.lang.String[] braces)
Strips braces from complex object string
|
static PSDictionary |
PSDictionary.valueOf(java.lang.String str)
Parses a given a dictionary string and returns an object
|