PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.contents.xObjects.FormXObject

Packages that use FormXObject
it.stefanochizzolini.clown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.contents.xObjects
 

Methods in it.stefanochizzolini.clown.documents.contents.xObjects that return FormXObject
 FormXObject FormXObject.clone(Document context)
           
 

Uses of FormXObject in it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.annotations that return types with arguments of type FormXObject
 Set<Map.Entry<PdfName,FormXObject>> AppearanceStates.entrySet()
           
 Collection<FormXObject> AppearanceStates.values()
           
 

Methods in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.annotations with type arguments of type FormXObject
 void AppearanceStates.putAll(Map<? extends PdfName,? extends FormXObject> entries)
           
 


PDF Clown
0.0.8

Project home page

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