Home » pdfbox-1.1.0-src » org.apache.pdfbox.pdmodel.interactive.annotation » [javadoc | source]
org.apache.pdfbox.pdmodel.interactive.annotation
public class: PDAppearanceStream [javadoc | source]
java.lang.Object
   org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream

All Implemented Interfaces:
    COSObjectable

This class represents an appearance for an annotation.
Constructor:
 public PDAppearanceStream(COSStream s) 
    Constructor.
    Parameters:
    s - The cos stream for this appearance.
Method from org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream Summary:
getBoundingBox,   getCOSObject,   getResources,   getStream,   setBoundingBox,   setResources
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream Detail:
 public PDRectangle getBoundingBox() 
    Get the bounding box for this appearance. This may return null in which case the Rectangle from the annotation should be used.
 public COSBase getCOSObject() 
    {@inheritDoc}
 public PDResources getResources() 
    This will get the resources for this appearance stream.
 public COSStream getStream() 
    This will return the underlying stream.
 public  void setBoundingBox(PDRectangle rectangle) 
    This will set the bounding box for this appearance stream.
 public  void setResources(PDResources resources) 
    This will set the new resources.