Home » pdfbox-1.1.0-src » org.apache.fontbox.cff » [javadoc | source]
org.apache.fontbox.cff
public class: CharStringRenderer [javadoc | source]
java.lang.Object
   org.apache.fontbox.cff.CharStringHandler
      org.apache.fontbox.cff.CharStringRenderer
This class represents a renderer for a charstring.
Method from org.apache.fontbox.cff.CharStringRenderer Summary:
getBounds,   getWidth,   handleCommand,   render
Methods from org.apache.fontbox.cff.CharStringHandler:
handleCommand,   handleSequence
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.cff.CharStringRenderer Detail:
 public Rectangle2D getBounds() 
    Returns the bounds of the renderer path.
 public int getWidth() 
    Returns the width of the current command.
 public  void handleCommand(List<Integer> numbers,
    CharStringCommand command) 
    {@inheritDoc}
 public GeneralPath render(List<Object> sequence) 
    Renders the given sequence and returns the result as a GeneralPath.