Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream

Packages that use PDAppearanceStream
org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDAppearanceStream in org.apache.pdfbox.pdmodel.interactive.annotation
 

Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return types with arguments of type PDAppearanceStream
 Map<String,PDAppearanceStream> PDAppearanceDictionary.getDownAppearance()
          This will return a list of appearances.
 Map<String,PDAppearanceStream> PDAppearanceDictionary.getNormalAppearance()
          This will return a list of appearances.
 Map<String,PDAppearanceStream> PDAppearanceDictionary.getRolloverAppearance()
          This will return a list of appearances.
 

Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceStream
 void PDAppearanceDictionary.setDownAppearance(PDAppearanceStream ap)
          This will set the down appearance when there is down appearance to be shown.
 void PDAppearanceDictionary.setNormalAppearance(PDAppearanceStream ap)
          This will set the normal appearance when there is only one appearance to be shown.
 void PDAppearanceDictionary.setRolloverAppearance(PDAppearanceStream ap)
          This will set the rollover appearance when there is rollover appearance to be shown.
 

Method parameters in org.apache.pdfbox.pdmodel.interactive.annotation with type arguments of type PDAppearanceStream
 void PDAppearanceDictionary.setDownAppearance(Map<String,PDAppearanceStream> appearanceMap)
          This will set a list of appearances.
 void PDAppearanceDictionary.setNormalAppearance(Map<String,PDAppearanceStream> appearanceMap)
          This will set a list of appearances.
 void PDAppearanceDictionary.setRolloverAppearance(Map<String,PDAppearanceStream> appearanceMap)
          This will set a list of appearances.