PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.xObjects.FormXObject

Packages that use FormXObject
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
 

Uses of FormXObject in org.pdfclown.documents.contents
 

Constructors in org.pdfclown.documents.contents with parameters of type FormXObject
ContentScanner(FormXObject formXObject, ContentScanner parentLevel)
          Instantiates a child-level content scanner for external form.
 

Uses of FormXObject in org.pdfclown.documents.contents.xObjects
 

Methods in org.pdfclown.documents.contents.xObjects that return FormXObject
 FormXObject FormXObject.clone(Document context)
           
static FormXObject FormXObject.wrap(PdfDirectObject baseObject)
           
 

Uses of FormXObject in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return FormXObject
 FormXObject AppearanceStates.get(Object key)
           
 FormXObject AppearanceCharacteristics.getAlternateIcon()
          Gets the widget annotation's alternate (down) icon definition, displayed when the mouse button is pressed within its active area (Pushbutton fields only).
 FormXObject AppearanceCharacteristics.getNormalIcon()
          Gets the widget annotation's normal icon definition, displayed when it is not interacting with the user (Pushbutton fields only).
 FormXObject AppearanceCharacteristics.getRolloverIcon()
          Gets the widget annotation's rollover icon definition, displayed when the user rolls the cursor into its active area without pressing the mouse button (Pushbutton fields only).
 FormXObject AppearanceStates.put(PdfName key, FormXObject value)
           
 FormXObject AppearanceStates.remove(Object key)
           
 

Methods in org.pdfclown.documents.interaction.annotations that return types with arguments of type FormXObject
 Set<Map.Entry<PdfName,FormXObject>> AppearanceStates.entrySet()
           
 Collection<FormXObject> AppearanceStates.values()
           
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type FormXObject
 FormXObject AppearanceStates.put(PdfName key, FormXObject value)
           
 void AppearanceCharacteristics.setAlternateIcon(FormXObject value)
          Sets the widget annotation's alternate (down) icon definition.
 void AppearanceCharacteristics.setNormalIcon(FormXObject value)
          Sets the widget annotation's normal icon definition.
 void AppearanceCharacteristics.setRolloverIcon(FormXObject value)
          Sets the widget annotation's rollover icon definition.
 

Method parameters in org.pdfclown.documents.interaction.annotations with type arguments of type FormXObject
 void AppearanceStates.putAll(Map<? extends PdfName,? extends FormXObject> entries)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.