PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.objects.PdfObjectWrapper

Packages that use PdfObjectWrapper
it.stefanochizzolini.clown.documents Document-level objects [PDF:1.6:3.6]. 
it.stefanochizzolini.clown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
it.stefanochizzolini.clown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
it.stefanochizzolini.clown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
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.fileSpecs File specifications used to reference the contents of other (either external or embedded) files [PDF:1.6:3.10]. 
it.stefanochizzolini.clown.documents.interaction Features that allow a user to interact with a document on the screen [PDF:1.6:8]. 
it.stefanochizzolini.clown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
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]. 
it.stefanochizzolini.clown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
it.stefanochizzolini.clown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
it.stefanochizzolini.clown.documents.interaction.navigation.page Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. 
it.stefanochizzolini.clown.documents.interaction.viewer PDF viewer settings [PDF:1.6:8.1]. 
it.stefanochizzolini.clown.documents.interchange.metadata Features that support global information about the document [PDF:1.6:10.2]. 
it.stefanochizzolini.clown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
it.stefanochizzolini.clown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents
 class Document
          PDF document [PDF:1.6:3.6.1].
 class DocumentActions
          Document actions [PDF:1.6:8.5.2].
 class NamedDestinations
          Named destinations [PDF:1.6:3.6.3].
 class NamedEmbeddedFiles
          Named embedded files [PDF:1.6:3.6.3].
 class Names
          Name dictionary [PDF:1.6:3.6.3].
 class Page
          Document page [PDF:1.6:3.6.2].
 class PageActions
          Page actions [PDF:1.6:8.5.2].
 class PageAnnotations
          Page annotations [PDF:1.6:3.6.2].
 class Pages
          Document pages collection.
 

Methods in it.stefanochizzolini.clown.documents with type parameters of type PdfObjectWrapper
static
<T extends PdfObjectWrapper<?>>
T
Document.resolve(Class<T> type, PdfDirectObject baseObject, PdfIndirectObject container)
           
<T extends PdfObjectWrapper>
T
Names.resolve(Class<T> type, PdfString name)
           
static
<T extends PdfObjectWrapper<?>>
T
Document.resolveName(Class<T> type, PdfDirectObject namedBaseObject, PdfIndirectObject container)
          Forces a named base object to be expressed as its corresponding high-level representation.
 

Methods in it.stefanochizzolini.clown.documents that return PdfObjectWrapper
 PdfObjectWrapper<?> DocumentActions.getOnOpen()
          Gets the destination to be displayed or the action to be performed after opening the document.
 

Methods in it.stefanochizzolini.clown.documents that return types with arguments of type PdfObjectWrapper
 Collection<? extends PdfObjectWrapper<?>> Document.contextualize(Collection<? extends PdfObjectWrapper<?>> objects)
          Clones the collection's objects within this document context.
 

Methods in it.stefanochizzolini.clown.documents with parameters of type PdfObjectWrapper
 Object Document.contextualize(PdfObjectWrapper<?> object)
          Clones the object within this document context.
 void Document.decontextualize(PdfObjectWrapper<?> object)
          Drops the object from this document context.
 void DocumentActions.setOnOpen(PdfObjectWrapper<?> value)
           
 

Method parameters in it.stefanochizzolini.clown.documents with type arguments of type PdfObjectWrapper
 Collection<? extends PdfObjectWrapper<?>> Document.contextualize(Collection<? extends PdfObjectWrapper<?>> objects)
          Clones the collection's objects within this document context.
 void Document.decontextualize(Collection<? extends PdfObjectWrapper<?>> objects)
          Drops the collection's objects from this document context.
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents
 class ColorSpaceResources
          Color space resources collection [PDF:1.6:3.7.2].
 class Contents
          Content objects collection.
 class ExtGState
          Graphics state parameter dictionary [PDF:1.6:4.3.4].
 class ExtGStateResources
          Graphics state parameter resources collection [PDF:1.6:3.7.2].
 class FontResources
          Font resources collection [PDF:1.6:3.7.2].
 class Resources
          Resources collection [PDF:1.6:3.7.2].
 class XObjectResources
          External object resources collection [PDF:1.6:3.7.2].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents.colorSpaces
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents.colorSpaces
 class CalGrayColorSpace
          Single-component CIE-based color space, known as a 'CIE-based A' color space [PDF:1.6:4.5.4].
 class CalRGBColorSpace
          CIE-based ABC single-transformation-stage color space (A, B, and C represent calibrated red, green, and blue color values) [PDF:1.6:4.5.4].
 class CIEBasedColorSpace
          Abstract CIE-based color space [PDF:1.6:4.5.4].
 class ColorSpace
          Color space [PDF:1.6:4.5].
 class DeviceCMYKColorSpace
          Device Cyan-Magenta-Yellow-Key color space [PDF:1.6:4.5.3].
 class DeviceColorSpace
          Device color space [PDF:1.6:4.5.3].
 class DeviceGrayColorSpace
          Device Gray color space [PDF:1.6:4.5.3].
 class DeviceRGBColorSpace
          Device Red-Green-Blue color space [PDF:1.6:4.5.3].
 class ICCBasedColorSpace
          ICC-based color space [PDF:1.6:4.5.4].
 class LabColorSpace
          CIE-based ABC double-transformation-stage color space (A, B, and C represent the L*, a*, and b* components of a CIE 1976 L*a*b* space) [PDF:1.6:4.5.4].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents.fonts
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents.fonts
 class CompositeFont
          Composite font [PDF:1.6:5.6], also called Type 0 font.
 class Font
          Abstract font [PDF:1.6:5.4].
 class MMType1Font
          Multiple Master Type 1 font [PDF:1.6:5.5.1].
 class SimpleFont
          Simple font [PDF:1.6:5.5].
 class StandardType1Font
          Standard Type 1 font [PDF:1.6:5.5.1].
 class TrueTypeFont
          TrueType font [PDF:1.6:5;OFF:2009].
 class Type0Font
          Composite font associated to a Type 0 CIDFont [PDF:1.6:5.6.3], containing glyph descriptions based on the Adobe Type 1 font format.
 class Type1Font
          Type 1 font [PDF:1.6:5.5.1;AFM:4.1].
 class Type2Font
          Composite font associated to a Type 2 CIDFont [PDF:1.6:5.6.3], containing glyph descriptions based on the TrueType font format.
 class Type3Font
          Type 3 font [PDF:1.6:5.5.4].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents.xObjects
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.contents.xObjects
 class FormXObject
          Form external object [PDF:1.6:4.9].
 class ImageXObject
          Image external object [PDF:1.6:4.8.4].
 class XObject
          Abstract external object [PDF:1.6:4.7].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.fileSpecs
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.fileSpecs
 class EmbeddedFile
          Embedded file [PDF:1.6:3.10.3].
 class FileSpec
          Reference to the contents of another file (file specification) [PDF:1.6:3.10.2].
 class RelatedFiles
          Embedded files referenced by another one (dependencies) [PDF:1.6:3.10.3].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction
 

Methods in it.stefanochizzolini.clown.documents.interaction that return PdfObjectWrapper
 PdfObjectWrapper<?> ILink.getTarget()
          Gets the link target (either a Destination or an Action).
 

Methods in it.stefanochizzolini.clown.documents.interaction with parameters of type PdfObjectWrapper
 void ILink.setTarget(PdfObjectWrapper<?> value)
           
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.actions
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.actions
 class Action
          Action to be performed by the viewer application [PDF:1.6:8.5].
 class ChainedActions
          Chained actions [PDF:1.6:8.5.1].
 class DoTransition
          'Control drawing during a sequence of actions' action [PDF:1.6:8.5.3].
 class GoTo3dView
          'Change the view to a specified 3D annotation' action [PDF:1.6:8.5.3].
 class GoToDestination<T extends Destination>
          Abstract go-to-destination action.
 class GoToEmbedded
          'Change the view to a specified destination in a PDF file embedded in another PDF file' action [PDF:1.6:8.5.3].
static class GoToEmbedded.TargetObject
          Path information to the target document [PDF:1.6:8.5.3].
 class GoToFirstPage
          'Go to the first page of the document' action [PDF:1.6:8.5.3].
 class GoToLastPage
          'Go to the last page of the document' action [PDF:1.6:8.5.3].
 class GoToLocal
          'Change the view to a specified destination within the same PDF file' action [PDF:1.6:8.5.3].
 class GoToNextPage
          'Go to the next page of the document' action [PDF:1.6:8.5.3].
 class GoToNonLocal<T extends Destination>
          Abstract go-to-nonlocal-destination action.
 class GoToPreviousPage
          'Go to the previous page of the document' action [PDF:1.6:8.5.3].
 class GoToRemote
          'Change the view to a specified destination in another PDF file' action [PDF:1.6:8.5.3].
 class GoToThread
          'Jump to a specified bead on an article thread' action [PDF:1.6:8.5.3].
 class GoToURI
          'Cause a URI (Uniform Resource Identifier) to be resolved' action [PDF:1.6:8.5.3].
 class ImportData
          'Import FDF (Forms Data Format) data into the document's interactive form from a specified file' action [PDF:1.6:8.6.4].
 class JavaScript
          'Cause a script to be compiled and executed by the JavaScript interpreter' action [PDF:1.6:8.6.4].
 class Launch
          'Launch an application' action [PDF:1.6:8.5.3].
static class Launch.WinParametersObject
          Windows-specific launch parameters [PDF:1.6:8.5.3].
 class NamedAction
          Named action [PDF:1.6:8.5.3].
 class PlayMovie
          'Play a movie' action [PDF:1.6:8.5.3].
 class PlaySound
          'Play a sound' action [PDF:1.6:8.5.3].
 class Rendition
          'Control the playing of multimedia content' action [PDF:1.6:8.5.3].
 class ResetForm
          'Reset selected interactive form fields to their default values' action [PDF:1.6:8.6.4].
 class SetOcgState
          'Set the state of one or more optional content groups' action [PDF:1.6:8.5.3].
 class SubmitForm
          'Transmit the names and values of selected interactive form fields to a specified URL (Uniform Resource Locator)' action [PDF:1.6:8.6.4].
 class ToggleVisibility
          'Toggle the visibility of one or more annotations on the screen' action [PDF:1.6:8.5.3].
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions that return types with arguments of type PdfObjectWrapper
 Collection<PdfObjectWrapper<?>> ToggleVisibility.getObjects()
          Gets the annotations (or associated form fields) to be affected.
 

Method parameters in it.stefanochizzolini.clown.documents.interaction.actions with type arguments of type PdfObjectWrapper
 void ToggleVisibility.setObjects(Collection<PdfObjectWrapper<?>> value)
           
 

Constructor parameters in it.stefanochizzolini.clown.documents.interaction.actions with type arguments of type PdfObjectWrapper
ToggleVisibility(Document context, Collection<PdfObjectWrapper<?>> objects, boolean visible)
          Creates a new action within the given document context.
 

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

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.annotations
 class Annotation
          Annotation [PDF:1.6:8.4].
 class AnnotationActions
          Annotation actions [PDF:1.6:8.5.2].
 class Appearance
          Appearance [PDF:1.6:8.4.4].
 class AppearanceCharacteristics
          Appearance characteristics [PDF:1.6:8.4.5].
static class AppearanceCharacteristics.IconFitObject
          Icon fit [PDF:1.6:8.6.6].
 class AppearanceStates
          Appearance states [PDF:1.6:8.4.4].
 class Border
          Border characteristics [PDF:1.6:8.4.3].
 class CalloutNote
          Free text annotation [PDF:1.6:8.4.5].
static class CalloutNote.LineObject
          Callout line [PDF:1.6:8.4.5].
 class Caret
          Caret annotation [PDF:1.6:8.4.5].
 class DualWidget
          Dual-state widget annotation.
 class Ellipse
          Circle annotation [PDF:1.6:8.4.5].
 class FileAttachment
          File attachment annotation [PDF:1.6:8.4.5].
 class Line
          Line annotation [PDF:1.6:8.4.5].
 class Link
          Link annotation [PDF:1.6:8.4.5].
 class MovieAnnotation
          Movie annotation [PDF:1.6:8.4.5].
 class Note
          Text annotation [PDF:1.6:8.4.5].
 class Polygon
          Polygon annotation [PDF:1.6:8.4.5].
 class Polyline
          Polyline annotation [PDF:1.6:8.4.5].
 class Popup
          Pop-up annotation [PDF:1.6:8.4.5].
 class RubberStamp
          Rubber stamp annotation [PDF:1.6:8.4.5].
 class Scribble
          Freehand "scribble" composed of one or more disjoint paths [PDF:1.6:8.4.5].
 class Shape
          Abstract shape annotation.
 class SoundAnnotation
          Sound annotation [PDF:1.6:8.4.5].
 class TextMarkup
          Text markup annotation [PDF:1.6:8.4.5].
 class VertexShape
          Abstract vertexed shape annotation.
 class Widget
          Widget annotation [PDF:1.6:8.4.5].
 class WidgetActions
          Widget actions [PDF:1.6:8.5.2].
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return PdfObjectWrapper
 PdfObjectWrapper<?> Link.getTarget()
           
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type PdfObjectWrapper
 void Link.setTarget(PdfObjectWrapper<?> value)
           
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.forms
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.forms
 class ButtonField
          Button field [PDF:1.6:8.6.3].
 class CheckBox
          Check box field [PDF:1.6:8.6.3].
 class ChoiceField
          Choice field [PDF:1.6:8.6.3].
 class ChoiceItem
          Field option [PDF:1.6:8.6.3].
 class ChoiceItems
          Field options [PDF:1.6:8.6.3].
 class ComboBox
          Combo box [PDF:1.6:8.6.3].
 class Field
          Interactive form field [PDF:1.6:8.6.2].
 class FieldActions
          Form field actions [PDF:1.6:8.5.2].
 class Fields
          Interactive form fields [PDF:1.6:8.6.1].
 class FieldWidgets
          Field widget annotations [PDF:1.6:8.6].
 class Form
          Interactive form (AcroForm) [PDF:1.6:8.6.1].
 class ListBox
          List box [PDF:1.6:8.6.3].
 class PushButton
          Pushbutton field [PDF:1.6:8.6.3].
 class RadioButton
          Radio button field [PDF:1.6:8.6.3].
 class SignatureField
          Signature field [PDF:1.6:8.6.3].
 class TextField
          Text field [PDF:1.6:8.6.3].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.navigation.document
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.navigation.document
 class Bookmark
          Outline item [PDF:1.6:8.2.2].
 class Bookmarks
          Collection of bookmarks [PDF:1.6:8.2.2].
 class Destination
          Interaction target [PDF:1.6:8.2.1].
 class LocalDestination
          Local interaction target [PDF:1.6:8.2.1].
 class RemoteDestination
          Remote interaction target [PDF:1.6:8.2.1].
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document that return PdfObjectWrapper
 PdfObjectWrapper<?> Bookmark.getTarget()
           
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type PdfObjectWrapper
 void Bookmark.setTarget(PdfObjectWrapper<?> value)
           
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.navigation.page
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.navigation.page
 class Transition
          Visual transition to use when moving to a page during a presentation [PDF:1.6:8.3.3].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.viewer
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interaction.viewer
 class ViewerPreferences
          Viewer preferences [PDF:1.6:8.1].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interchange.metadata
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.interchange.metadata
 class Information
          Document information [PDF:1.6:10.2.1].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.multimedia
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.documents.multimedia
 class Movie
          Movie object [PDF:1.6:9.3].
 class Sound
          Sound object [PDF:1.6:9.2].
 

Uses of PdfObjectWrapper in it.stefanochizzolini.clown.objects
 

Classes in it.stefanochizzolini.clown.objects with type parameters of type PdfObjectWrapper
 class NameTree<T extends PdfObjectWrapper<?>>
          Name tree [PDF:1.6:3.8.5].
 

Subclasses of PdfObjectWrapper in it.stefanochizzolini.clown.objects
 class NameTree<T extends PdfObjectWrapper<?>>
          Name tree [PDF:1.6:3.8.5].
 class PdfNamedObjectWrapper<TDataObject extends PdfDataObject>
          High-level representation of a strongly-typed PDF object that can be referenced also through a name.
 class Rectangle
          PDF rectangle object [PDF:1.6:3.8.4].
 


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.