Uses of Class
org.apache.xmlgraphics.ps.PSDictionaryFormatException
-
Packages that use PSDictionaryFormatException Package Description org.apache.xmlgraphics.ps Classes for the creation of PostScript files. -
-
Uses of PSDictionaryFormatException in org.apache.xmlgraphics.ps
Methods in org.apache.xmlgraphics.ps that throw PSDictionaryFormatException Modifier and Type Method 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 indexPSDictionary
PSDictionary.Maker. parseDictionary(java.lang.String str)
Parses a dictionary string and provides a dictionary objectprivate java.lang.String
PSDictionary.Maker. stripBraces(java.lang.String str, java.lang.String[] braces)
Strips braces from complex object stringstatic PSDictionary
PSDictionary. valueOf(java.lang.String str)
Parses a given a dictionary string and returns an object
-