jPod PDF library

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)
           
static PDAppearance AppearanceCreatorTools.createAppearance(PDAnnotation annotation, IAppearanceCreator appearanceCreator)
           
 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 boolean PDAppearanceTools.createState(PDAppearance appearance, String state)
           
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)
           
static void PDAppearanceTools.resetAppearance(PDAppearance appearance)
           
 void PDAnnotation.setAppearance(PDAppearance newAppearance)
          Assign a PDAppearance to this.
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.