Class PSDictionary.Maker.Token

java.lang.Object
org.apache.xmlgraphics.ps.PSDictionary.Maker.Token
Enclosing class:
PSDictionary.Maker

private static class PSDictionary.Maker.Token extends Object
Simple token holding class
  • Field Details

    • startIndex

      private int startIndex
      start index in string
    • endIndex

      private int endIndex
      end index in string
    • value

      private String value
      token string value
  • Constructor Details

    • Token

      private Token()