Home » pdfbox-1.1.0-src » org.apache.fontbox.cff » [javadoc | source]
org.apache.fontbox.cff
public class: CharStringCommand [javadoc | source]
java.lang.Object
   org.apache.fontbox.cff.CharStringCommand
This class represents a CharStringCommand.
Nested Class Summary:
public static class  CharStringCommand.Key  A static class to hold one or more int values as key. 
Field Summary
public static final  Map<Key, String> TYPE1_VOCABULARY    A map with the Type1 vocabulary. 
public static final  Map<Key, String> TYPE2_VOCABULARY    A map with the Type2 vocabulary. 
Constructor:
 public CharStringCommand(int b0) 
 public CharStringCommand(int[] values) 
 public CharStringCommand(int b0,
    int b1) 
Method from org.apache.fontbox.cff.CharStringCommand Summary:
equals,   getKey,   hashCode,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.cff.CharStringCommand Detail:
 public boolean equals(Object object) 
    {@inheritDoc}
 public Key getKey() 
    The key of the CharStringCommand.
 public int hashCode() 
    {@inheritDoc}
 public String toString() 
    {@inheritDoc}