intarsys PDF library API

Uses of Class
de.intarsys.pdf.pd.PDAppearance

Packages that use PDAppearance
de.intarsys.pdf.app.appearance The "framework" for dealing with appearances. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of PDAppearance in de.intarsys.pdf.app.appearance
 

Methods in de.intarsys.pdf.app.appearance that return PDAppearance
static PDAppearance AppearanceCreatorTools.createAppearance(PDAnnotation annotation)
           
 PDAppearance NullAppearanceCreator.createAppearance(PDAnnotation annotation, PDAppearance appearance)
           
 PDAppearance IAppearanceCreator.createAppearance(PDAnnotation annotation, PDAppearance appearance)
          Create a PDAppearance suitable to display annotation in its current state.
 

Methods in de.intarsys.pdf.app.appearance with parameters of type PDAppearance
 PDAppearance NullAppearanceCreator.createAppearance(PDAnnotation annotation, PDAppearance appearance)
           
 PDAppearance IAppearanceCreator.createAppearance(PDAnnotation annotation, PDAppearance appearance)
          Create a PDAppearance suitable to display annotation in its current state.
 

Uses of PDAppearance in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return PDAppearance
 PDAppearance PDAnnotation.getAppearance()
          The visual appearance of this.
static PDAppearance PDAnnotationTools.getAppearance(PDAnnotation annotation)
          The PDAppearance for annotation.
 

Methods in de.intarsys.pdf.pd with parameters of type PDAppearance
static PDForm PDAppearanceTools.getDownAppearance(PDAppearance appearance, COSName state)
          Given a PDAppearance, return the /D (down) appearance for the state "state".
static PDForm PDAppearanceTools.getNormalAppearance(PDAppearance appearance, COSName state)
          Given a PDAppearance, return the /N (normal) appearance for the state "state".
static PDForm PDAppearanceTools.getRolloverAppearance(PDAppearance appearance, COSName state)
          Given a PDAppearance, return the /R (rollover) appearance for the state "state".
static void PDAppearanceTools.renameState(PDAppearance appearance, String oldState, String newState)
           
 void PDAnnotation.setAppearance(PDAppearance newAppearance)
          Assign a PDAppearance to this.
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.