Serialized Form


Package at.knowcenter.wag.egov.egiz

Class at.knowcenter.wag.egov.egiz.PdfASID extends Object implements Serializable

serialVersionUID: 4776635173830445739L

Serialized Fields

vendor

String vendor
The vendor.


type

String type
The algorithm type.


version

String version
The version of the algorithm.


Package at.knowcenter.wag.egov.egiz.cfg

Class at.knowcenter.wag.egov.egiz.cfg.PropertyTree extends Object implements Serializable

serialVersionUID: -1686170519955886222L

Serialized Fields

keys_

Map<K,V> keys_
Stores the key references to the sub nodes


values_

Vector<E> values_
Stores all values of a node

Class at.knowcenter.wag.egov.egiz.cfg.SettingsReader extends Object implements Serializable

serialVersionUID: -8754114172766023454L

Serialized Fields

properties_

Properties properties_
The java properties from the settings file.


pTree_

PropertyTree pTree_
The reference to the property representation of the settings file.


Package at.knowcenter.wag.egov.egiz.exceptions

Class at.knowcenter.wag.egov.egiz.exceptions.ConnectorFactoryException extends PresentableException implements Serializable

serialVersionUID: -1398538795243257880L

Class at.knowcenter.wag.egov.egiz.exceptions.ErrorCodeException extends PresentableException implements Serializable

serialVersionUID: 2071967845179686593L

Serialized Fields

settings_

SettingsReader settings_
The SettingsReader instance


error_code_

int error_code_
The default error code


externalErrorCode_

String externalErrorCode_
If an external application is called


externalErrorMessage_

String externalErrorMessage_
If an external application is called

Class at.knowcenter.wag.egov.egiz.exceptions.InvalidIDException extends SignatureException implements Serializable

serialVersionUID: -7945398356854048254L

Class at.knowcenter.wag.egov.egiz.exceptions.NormalizeException extends ErrorCodeException implements Serializable

serialVersionUID: -4080682145462891501L

Class at.knowcenter.wag.egov.egiz.exceptions.PDFDocumentException extends ErrorCodeException implements Serializable

serialVersionUID: -4595955288382226408L

Class at.knowcenter.wag.egov.egiz.exceptions.PlaceholderException extends PDFDocumentException implements Serializable

serialVersionUID: -9149805408421810170L

Serialized Fields

field

String field

missing

int missing

Class at.knowcenter.wag.egov.egiz.exceptions.PresentableException extends Exception implements Serializable

serialVersionUID: -102406558526000792L

Class at.knowcenter.wag.egov.egiz.exceptions.SettingNotFoundException extends ErrorCodeException implements Serializable

serialVersionUID: -7502191288775676006L

Class at.knowcenter.wag.egov.egiz.exceptions.SettingsException extends PresentableException implements Serializable

serialVersionUID: -99979541706943372L

Class at.knowcenter.wag.egov.egiz.exceptions.SignatorFactoryException extends PresentableException implements Serializable

serialVersionUID: -4051644056058970435L

Class at.knowcenter.wag.egov.egiz.exceptions.SignatureException extends ErrorCodeException implements Serializable

serialVersionUID: 6387300820234118374L

Class at.knowcenter.wag.egov.egiz.exceptions.SignatureTypesException extends PresentableException implements Serializable

serialVersionUID: -7899273202684297943L

Class at.knowcenter.wag.egov.egiz.exceptions.WebException extends ErrorCodeException implements Serializable

serialVersionUID: 4329890155872840492L


Package at.knowcenter.wag.egov.egiz.framework

Class at.knowcenter.wag.egov.egiz.framework.SignResult extends Object implements Serializable

serialVersionUID: -6664489317508509973L

Serialized Fields

mime_type

String mime_type
The mime type of the data specifying the type of the document.


data

byte[] data
The binary data of the document.


Package at.knowcenter.wag.egov.egiz.ldap.api

Class at.knowcenter.wag.egov.egiz.ldap.api.LDAPAPIException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

exception

Exception exception

Package at.knowcenter.wag.egov.egiz.ldap.client

Class at.knowcenter.wag.egov.egiz.ldap.client.LDAPException extends Exception implements Serializable

serialVersionUID: 1L


Package at.knowcenter.wag.egov.egiz.pdf

Class at.knowcenter.wag.egov.egiz.pdf.BinarySignatureHolder extends Object implements Serializable

serialVersionUID: -7208103904479272760L

Serialized Fields

signed_pdf

byte[] signed_pdf
The whole pdf this holder was extracted from.


signed_pdf_length

int signed_pdf_length
The number of bytes that give the signed document.


signed_text

String signed_text
The signed text of this object.

This is the value that will be signed by the Connector.


signature_object

SignatureObject signature_object
The signature object.

Class at.knowcenter.wag.egov.egiz.pdf.IncrementalUpdateInformation extends Object implements Serializable

serialVersionUID: -5904526956127108035L

Serialized Fields

original_document

byte[] original_document
The original PDF document.


signature_type

String signature_type
The Singature type to be created.


signed_pdf

byte[] signed_pdf
The signed pdf document.

This is the original document plus the incremental update block.


start_index

int start_index
The start index of this incremental update block.


egiz_dict_ir_number

int egiz_dict_ir_number
The indirect reference of the egiz dict.


egiz_dict_ir_generation

int egiz_dict_ir_generation

replaces

List<E> replaces
The List of ReplaceInfo objects specifying the byte ranges where the variable data has to be fille in.


byte_ranges

List<E> byte_ranges
The List of StringInfo objects specifying the byte ranges that should be/were signed.


temp_ir_number

int temp_ir_number
The indirect reference of the signature x-object.


temp_ir_generation

int temp_ir_generation

content_stream_start

int content_stream_start
The start index of the content stream of the signature x-object.


content_stream_length

int content_stream_length
The length of the content stream of the signature x-object.


document_text

String document_text
The document text for signing.


signed_signature_object

SignatureObject signed_signature_object
The SignatureObject containing the variable values after the document text has been signed.

These values have to be filled in.


enc_start

int enc_start
The start of the /encodings array.


enc_length

int enc_length
The length of the /encodings array.


cert_start

int cert_start
The start of the first /Cert


cert_length

int cert_length
The length of the /cert placeholder.


kz_list

List<E> kz_list
The list of strings of the KZ.


pos

TablePos pos
The table position.

Class at.knowcenter.wag.egov.egiz.pdf.ReplaceInfo extends Object implements Serializable

serialVersionUID: 7307210282876750431L

Serialized Fields

sfd

SignatureFieldDefinition sfd
The field definition of this value.


value

String value
The value itself.


replaces

List<E> replaces
The list of Strings this value must be splitted to.


brev

byte[] brev
The brev of this value.


enc

byte[] enc
The encoding of this value.

Class at.knowcenter.wag.egov.egiz.pdf.StringInfo extends Object implements Serializable

serialVersionUID: 5834801907046737048L

Serialized Fields

pdf

byte[] pdf
The PDF document this range belongs to.


string_start

int string_start
The start offset of the range.


string_length

int string_length
The length of the range.

Class at.knowcenter.wag.egov.egiz.pdf.TablePos extends Object implements Serializable

serialVersionUID: -5299027706623518059L

Serialized Fields

page

int page
The page on which the block should be displayed.

A value greater than or equal 1 means to absolutely position the signature on that page.

A value of -1 means to append a new page to the document and absolutely position the signature on the new page.

A value of -2 means to determine the length of the last page as without absolute positioning, but ignore all text below a certain footer line. If there is enough space between the end of the text and this footer line, the signature should be positioned automatically in there. Otherwise it should be placed on a new page.


pos_x

float pos_x
The x position.


pos_y

float pos_y
The y position.


width

float width
The width of the block.


footer_line

float footer_line
The top y position of the footer line.

Class at.knowcenter.wag.egov.egiz.pdf.TextualSignatureHolder extends Object implements Serializable

serialVersionUID: -7208103904479272760L

Serialized Fields

signed_text

String signed_text
The signed text of this object.

This is the value that will be signed by the Connector.


signature_object

SignatureObject signature_object
The signature object.


Package at.knowcenter.wag.egov.egiz.sig

Class at.knowcenter.wag.egov.egiz.sig.ConnectorInformation extends Object implements Serializable

serialVersionUID: 5692836392376853268L

Serialized Fields

connector_identifiert

String connector_identifiert
The short identifier of the connector (e.g. "bku").


connector_description

String connector_description
The user suitable description of the connector (e.g. "Bürgerkartenumgebung").

Class at.knowcenter.wag.egov.egiz.sig.SignatureEntry extends Object implements Serializable

serialVersionUID: 4640380069301731879L

Serialized Fields

key_

String key_
The signature key.


caption_

String caption_
The signature caption for the key found or set in the signature text.


value_

String value_
The signature value for the key found or set in the signature text.


startIndex_

int startIndex_
The starting index position of the key if it is found in the signature text.

Class at.knowcenter.wag.egov.egiz.sig.SignatureFieldDefinition extends Object implements Serializable

serialVersionUID: -46020173047777315L

Serialized Fields

field_name

String field_name
The key identifier of this field.


caption

String caption
The static caption of the field.


value

String value
The static value of the field.

Null means that this field has no static value and must be filled out.


placeholder_length

int placeholder_length
If the field is not static and has to be filled out, this gives the length of the placeholder that is reserved for filling out.

This has to be large enough so that it can hold the whole value to be filled out.

Class at.knowcenter.wag.egov.egiz.sig.SignatureObject extends Object implements Serializable

serialVersionUID: -3257189232362254713L

Serialized Fields

defaultImageStyle_

Style defaultImageStyle_
The default style definition for images.


defaultCaptionStyle_

Style defaultCaptionStyle_
The default style definition for captions.


defaultValueStyle_

Style defaultValueStyle_
The default style definition for values.


x509Cert_

X509Cert x509Cert_

sigResponse_

String sigResponse_

normalizer_

Normalizer normalizer_
The normalizer reference


settings_

SettingsReader settings_
The settings reader reference


sigType_

String sigType_
The current signature type used reading and analysing the property tree


sigEntries_

Hashtable<K,V> sigEntries_
Reference from signature key to there corresponding value


sigTable_

Table sigTable_
The abstract table representation


certPath_

String certPath_
Path value storing and fetching the certificates


signatureDefinition_

SignatureTypeDefinition signatureDefinition_
the signature definition object


raw_signature_response

String raw_signature_response
The raw xml response from the connector that was used to set the values in this SignatureObject.

This is set by the Connector so that signing Applications can use the returned XML values.


issuerNameFilter

LDAPIssuerNameFilter issuerNameFilter
Filters the issuer name in order to find matches.

See Also:
normalizeIssuer}

Class at.knowcenter.wag.egov.egiz.sig.SignatureTypeDefinition extends Object implements Serializable

serialVersionUID: 1327407307346061147L

Serialized Fields

type_

String type_
The type of this definition


keyCaptionMap_

Map<K,V> keyCaptionMap_
A map of all key to caption tupls.


keyValueMap_

Map<K,V> keyValueMap_
A map of all key to value tupls.


sortedKeys_

Vector<E> sortedKeys_
A list of sorted keys


sortedCaptions_

Vector<E> sortedCaptions_
A list of sorted captions


revertSortedKeys_

Vector<E> revertSortedKeys_
A revert of sorted keys


revertSortedCaptions_

Vector<E> revertSortedCaptions_
A revert list of sorted captions


settings_

SettingsReader settings_
The settings reader reference


field_definitions_

List<E> field_definitions_

Class at.knowcenter.wag.egov.egiz.sig.X509Cert extends Object implements Serializable

serialVersionUID: 6945327015386694557L

Serialized Fields

certString_

String certString_
The x509 certificate binary string Base64 coded


issuerName_

String issuerName_
The name value of the issuer


serialNumber_

String serialNumber_
The serial number of the certificate


certDigest_

String certDigest_
The digest value of the certificate


subjectName_

String subjectName_
The name value of the subject


x509Cert_

X509Certificate x509Cert_
The X509Certificate object


Package at.knowcenter.wag.egov.egiz.table

Class at.knowcenter.wag.egov.egiz.table.Entry extends Object implements Serializable

serialVersionUID: -7952755200668528348L

Serialized Fields

type_

int type_
The type info holder, default value is 0!


value_

Object value_
The entry value.


key_

String key_
The key value


style_

Style style_
The entry style information.


colSpan_

int colSpan_
The column dimension.


noWrap_

boolean noWrap_
Text wrap indicator, default is false.

Class at.knowcenter.wag.egov.egiz.table.Style extends Object implements Serializable

serialVersionUID: 5855722896712428387L

Serialized Fields

bgColor_

Color bgColor_
The background color definition.


padding_

float padding_
The current padding value -> initialized with the default padding value


hAlign_

String hAlign_
The current halign value -> initialized with left


vAlign_

String vAlign_
The current valign value -> initialized with top


border_

float border_
The current border value -> initialized with the default border value


font_

String font_
The font string of the style definition


valuefont_

String valuefont_
The font string of the value font.

Class at.knowcenter.wag.egov.egiz.table.Table extends Object implements Serializable

serialVersionUID: 8488947943674086618L

Serialized Fields

colsRelativeWith_

float[] colsRelativeWith_
The table column settings.


rows_

Map<K,V> rows_
The row definitions.


width_

float width_
The table width.


style_

Style style_
The table style.


maxCols_

int maxCols_
Number of columns that are defined for the current table.


name_

String name_
A table name.


Package at.knowcenter.wag.egov.egiz.tools

Class at.knowcenter.wag.egov.egiz.tools.Normalizer extends Object implements Serializable

serialVersionUID: 4201772508393848555L

Serialized Fields

rawString_

String rawString_
The current raw string to normalize


normVersion_

String normVersion_
The current normalisation version string


normString_

String normString_
The normalized string cache


normalize_

Normalize normalize_
The reference to the normalizer implementation


settings_

SettingsReader settings_
The SettingsReader instance

Class at.knowcenter.wag.egov.egiz.tools.NormalizeV01 extends Object implements Serializable

serialVersionUID: 2302956630639871601L


Package at.knowcenter.wag.egov.egiz.web

Class at.knowcenter.wag.egov.egiz.web.AsynchronousDataResponder extends HttpServlet implements Serializable

serialVersionUID: -4992297156381763174L

Class at.knowcenter.wag.egov.egiz.web.AsynchronousRedirectResponder extends HttpServlet implements Serializable

serialVersionUID: -682360466333727236L

Class at.knowcenter.wag.egov.egiz.web.LocalRequest extends Object implements Serializable

serialVersionUID: -3734904043231861998L

Serialized Fields

url_

String url_
The URL the local request sould be directed at.


request_string_

String request_string_
The request string to be sent to that URL.

Class at.knowcenter.wag.egov.egiz.web.SessionInformation extends Object implements Serializable

serialVersionUID: -7413884936584659150L

Serialized Fields

connector

String connector
The connector.


application

String application
For local requests, tells the application (sign, verify).


mode

String mode
Tells the operation mode (binary, textual).


pdf

byte[] pdf
The original, uploaded pdf.


type

String type
The type/profile of the signature.


user_name

String user_name
The user name.


user_password

String user_password
The password.


requests

LocalRequest[] requests
An array of local requests to be processed.


current_operation

int current_operation
The index of the local request to be processed next.


response_properties

Properties[] response_properties
An array of response strings of the local requests.


finished

boolean finished
Tells, if the current local request has been finished.


iui

IncrementalUpdateInformation iui
The incremental update information that has been extracted from the given PDF document.


signature_holders

List<E> signature_holders
The signature holders.


filename

String filename
The suggested filename.


download_inline

boolean download_inline
Tells, if the file download should be done inline or as attachment.


sign_result

SignResult sign_result
The sign result to be passed back to the user.

Class at.knowcenter.wag.egov.egiz.web.Sign extends HttpServlet implements Serializable

serialVersionUID: -4156938216903740438L

Class at.knowcenter.wag.egov.egiz.web.Sign.SignPreviewInfo extends Object implements Serializable

serialVersionUID: 3102824040163616332L

Serialized Fields

pdf

byte[] pdf

mode

String mode

Class at.knowcenter.wag.egov.egiz.web.SignPreview extends HttpServlet implements Serializable

serialVersionUID: -8818532511322299998L

Class at.knowcenter.wag.egov.egiz.web.Verify extends HttpServlet implements Serializable

serialVersionUID: 309198792358636766L

Class at.knowcenter.wag.egov.egiz.web.VerifyPreview extends HttpServlet implements Serializable

serialVersionUID: 6954343542890239109L


Package com.lowagie.text

Class com.lowagie.text.Anchor extends Phrase implements Serializable

Serialized Fields

name

String name
This is the name of the Anchor.


reference

String reference
This is the reference of the Anchor.

Class com.lowagie.text.BadElementException extends DocumentException implements Serializable

Class com.lowagie.text.Chapter extends Section implements Serializable

Class com.lowagie.text.ChapterAutoNumber extends Chapter implements Serializable

Class com.lowagie.text.DocumentException extends Exception implements Serializable

Serialized Fields

ex

Exception ex

Class com.lowagie.text.ExceptionConverter extends RuntimeException implements Serializable

Serialized Fields

ex

Exception ex
we keep a handle to the wrapped exception


prefix

String prefix
prefix for the exception

Class com.lowagie.text.ListItem extends Paragraph implements Serializable

Serialized Fields

symbol

Chunk symbol
this is the symbol that wil proceed the listitem.

Class com.lowagie.text.Paragraph extends Phrase implements Serializable

Serialized Fields

alignment

int alignment
The alignment of the text.


indentationLeft

float indentationLeft
The indentation of this paragraph on the left side.


indentationRight

float indentationRight
The indentation of this paragraph on the right side.


spacingBefore

float spacingBefore
The spacing before the paragraph.


spacingAfter

float spacingAfter
The spacing after the paragraph.


keeptogether

boolean keeptogether
Does the paragraph has to be kept together on 1 page.


multipliedLeading

float multipliedLeading
The text leading that is multiplied by the biggest font size in the line.


firstLineIndent

float firstLineIndent
Holds value of property firstLineIndent.


extraParagraphSpace

float extraParagraphSpace
Holds value of property extraParagraphSpace.

Class com.lowagie.text.Phrase extends ArrayList implements Serializable

Serialized Fields

leading

float leading
This is the leading of this phrase.


font

Font font
This is the font of this phrase.


markupAttributes

Properties markupAttributes
Contains extra markupAttributes

Class com.lowagie.text.Section extends ArrayList implements Serializable

Serialized Fields

title

Paragraph title
This is the title of this section.


numberDepth

int numberDepth
This is the number of sectionnumbers that has to be shown before the section title.


indentationLeft

float indentationLeft
The indentation of this section on the left side.


indentationRight

float indentationRight
The indentation of this section on the right side.


sectionIndent

float sectionIndent
The additional indentation of the content of this section.


subsections

int subsections
This is the number of subsections.


numbers

ArrayList<E> numbers
This is the complete list of sectionnumbers of this section and the parents of this section.


bookmarkOpen

boolean bookmarkOpen
false if the bookmark children are not visible


bookmarkTitle

String bookmarkTitle
The bookmark title if different from the content title


Package com.lowagie.text.html

Class com.lowagie.text.html.HtmlTagMap extends HashMap implements Serializable


Package com.lowagie.text.markup

Class com.lowagie.text.markup.MarkupParser extends HashMap implements Serializable

Serialized Fields

stylecache

HashMap<K,V> stylecache
HashMap with styles for each known combination of tag/id/class. The key is a String-combination, the value a Properties object.


fontcache

HashMap<K,V> fontcache
HashMap with fonts for each known combination of tag/id/class. The key is the same String-combination used for the stylecache.

Class com.lowagie.text.markup.WebColors extends HashMap implements Serializable


Package com.lowagie.text.pdf

Class com.lowagie.text.pdf.BadPdfFormatException extends PdfException implements Serializable

Class com.lowagie.text.pdf.CMYKColor extends ExtendedColor implements Serializable

Serialized Fields

cyan

float cyan

magenta

float magenta

yellow

float yellow

black

float black

Class com.lowagie.text.pdf.ExtendedColor extends Color implements Serializable

Serialized Fields

type

int type

Class com.lowagie.text.pdf.GrayColor extends ExtendedColor implements Serializable

Serialized Fields

gray

float gray

Class com.lowagie.text.pdf.PatternColor extends ExtendedColor implements Serializable

Serialized Fields

painter

PdfPatternPainter painter
The actual pattern.

Class com.lowagie.text.pdf.PdfException extends DocumentException implements Serializable

Class com.lowagie.text.pdf.PdfXConformanceException extends RuntimeException implements Serializable

Class com.lowagie.text.pdf.ShadingColor extends ExtendedColor implements Serializable

Serialized Fields

shadingPattern

PdfShadingPattern shadingPattern

Class com.lowagie.text.pdf.SpotColor extends ExtendedColor implements Serializable

Serialized Fields

spot

PdfSpotColor spot

tint

float tint

Package com.lowagie.text.pdf.codec

Class com.lowagie.text.pdf.codec.TIFFDirectory extends Object implements Serializable

Serialized Fields

isBigEndian

boolean isBigEndian
A boolean storing the endianness of the stream.


numEntries

int numEntries
The number of entries in the IFD.


fields

TIFFField[] fields
An array of TIFFFields.


fieldIndex

Hashtable<K,V> fieldIndex
A Hashtable indexing the fields by tag number.


IFDOffset

long IFDOffset
The offset of this IFD.


nextIFDOffset

long nextIFDOffset
The offset of the next IFD.

Class com.lowagie.text.pdf.codec.TIFFField extends Object implements Serializable

Serialized Fields

tag

int tag
The tag number.


type

int type
The tag type.


count

int count
The number of data items present in the field.


data

Object data
The field data.


Package com.lowagie.text.pdf.codec.postscript

Class com.lowagie.text.pdf.codec.postscript.PainterException extends Exception implements Serializable

Class com.lowagie.text.pdf.codec.postscript.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class com.lowagie.text.pdf.codec.postscript.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.lowagie.text.pdf.hyphenation

Class com.lowagie.text.pdf.hyphenation.ByteVector extends Object implements Serializable

Serialized Fields

blockSize

int blockSize

array

byte[] array
The encapsulated array


n

int n
Points to next free item

Class com.lowagie.text.pdf.hyphenation.CharVector extends Object implements Serializable

Serialized Fields

blockSize

int blockSize

array

char[] array
The encapsulated array


n

int n
Points to next free item

Class com.lowagie.text.pdf.hyphenation.Hyphen extends Object implements Serializable

Serialized Fields

preBreak

String preBreak

noBreak

String noBreak

postBreak

String postBreak

Class com.lowagie.text.pdf.hyphenation.HyphenationException extends Exception implements Serializable

Class com.lowagie.text.pdf.hyphenation.HyphenationTree extends TernaryTree implements Serializable

Serialized Fields

vspace

ByteVector vspace
value space: stores the inteletter values


stoplist

HashMap<K,V> stoplist
This map stores hyphenation exceptions


classmap

TernaryTree classmap
This map stores the character classes

Class com.lowagie.text.pdf.hyphenation.TernaryTree extends Object implements Serializable

Serialized Fields

lo

char[] lo
Pointer to low branch and to rest of the key when it is stored directly in this node, we don't have unions in java!


hi

char[] hi
Pointer to high branch.


eq

char[] eq
Pointer to equal branch and to data when this node is a string terminator.


sc

char[] sc

The character stored in this node: splitchar. Two special values are reserved:

This shouldn't be a problem if we give the usual semantics to strings since 0xFFFF is garanteed not to be an Unicode character.


kv

CharVector kv
This vector holds the trailing of the keys when the branch is compressed.


root

char root

freenode

char freenode

length

int length

Package com.lowagie.text.xml

Class com.lowagie.text.xml.TagMap extends HashMap implements Serializable


Package com.lowagie.text.xml.xmp

Class com.lowagie.text.xml.xmp.DublinCoreSchema extends XmpSchema implements Serializable

Class com.lowagie.text.xml.xmp.PdfSchema extends XmpSchema implements Serializable

Class com.lowagie.text.xml.xmp.XmpArray extends ArrayList implements Serializable

Serialized Fields

type

String type
the type of array.

Class com.lowagie.text.xml.xmp.XmpBasicSchema extends XmpSchema implements Serializable

Class com.lowagie.text.xml.xmp.XmpMMSchema extends XmpSchema implements Serializable

Class com.lowagie.text.xml.xmp.XmpSchema extends Properties implements Serializable

Serialized Fields

xmlns

String xmlns
the namesspace


Package com.lowagie.tools

Class com.lowagie.tools.Toolbox extends JFrame implements Serializable

Serialized Fields

desktop

JDesktopPane desktop
The DesktopPane of the toolbox.


console

JScrollPane console
The ConsolePane of the toolbox.


toolmap

Properties toolmap
The list of tools in the toolbox.


locationX

int locationX
x-coordinate of the location of a new internal frame.


locationY

int locationY
y-coordinate of the location of a new internal frame.

Class com.lowagie.tools.Versions extends JFrame implements Serializable

Serialized Fields

jLabel1

JLabel jLabel1

borderLayout1

BorderLayout borderLayout1

jLabel2

JLabel jLabel2

jScrollPane1

JScrollPane jScrollPane1

Package com.lowagie.tools.arguments

Class com.lowagie.tools.arguments.LabelAccessory extends JPanel implements Serializable

Serialized Fields

filename

String filename

borderLayout1

BorderLayout borderLayout1

jLabel1

JLabel jLabel1

jPanel2

JPanel jPanel2

borderLayout2

BorderLayout borderLayout2

jScrollPane1

JScrollPane jScrollPane1

Class com.lowagie.tools.arguments.PageSelectionTableDialog extends JDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

borderLayout1

BorderLayout borderLayout1

listSelectionModel1

ListSelectionModel listSelectionModel1

jTable1

JTable jTable1

jScrollPane1

JScrollPane jScrollPane1

selectionstring

String selectionstring

jLabel1

JLabel jLabel1

borderLayout2

BorderLayout borderLayout2

jPanel1

JPanel jPanel1

alljButton1

JButton alljButton1

oddjButton2

JButton oddjButton2

evenjButton3

JButton evenjButton3

jToggleButton1

JToggleButton jToggleButton1

none

JButton none

Class com.lowagie.tools.arguments.PageTableModel extends AbstractTableModel implements Serializable

Serialized Fields

seitenzahl

int seitenzahl

reader

PdfReader reader

auftragarray

ArrayList<E> auftragarray

myFormatter

DecimalFormat myFormatter

Class com.lowagie.tools.arguments.TableMap extends AbstractTableModel implements Serializable

Serialized Fields

model

TableModel model

Class com.lowagie.tools.arguments.TableSorter extends TableMap implements Serializable

Serialized Fields

indexes

int[] indexes

sortingColumns

Vector<E> sortingColumns

ascending

boolean ascending

compares

int compares

Package com.lowagie.tools.plugins.treeview

Class com.lowagie.tools.plugins.treeview.ArrayTreeNode extends UpdateableTreeNode implements Serializable

Serialized Fields

arr

PdfArray arr

Class com.lowagie.tools.plugins.treeview.DictionaryTreeNode extends UpdateableTreeNode implements Serializable

Serialized Fields

dictionary

PdfDictionary dictionary

Class com.lowagie.tools.plugins.treeview.FileTreeNode extends UpdateableTreeNode implements Serializable

Serialized Fields

reader

PdfReader reader

Class com.lowagie.tools.plugins.treeview.OutlinelistTreeNode extends UpdateableTreeNode implements Serializable

Serialized Fields

dictionary

PdfDictionary dictionary

Class com.lowagie.tools.plugins.treeview.PagelistTreeNode extends UpdateableTreeNode implements Serializable

Serialized Fields

pdfarray

PdfArray pdfarray

Class com.lowagie.tools.plugins.treeview.Pagetreenode extends UpdateableTreeNode implements Serializable

Serialized Fields

dictionary

PdfDictionary dictionary

seitennummer

int seitennummer

width

float width

height

float height

Class com.lowagie.tools.plugins.treeview.ProgressDialog extends JDialog implements Serializable

Serialized Fields

panel1

JPanel panel1

borderLayout1

BorderLayout borderLayout1

jPanel1

JPanel jPanel1

borderLayout2

BorderLayout borderLayout2

borderLayout3

BorderLayout borderLayout3

jLabel1

JLabel jLabel1

jProgressBar1

JProgressBar jProgressBar1

anzahlseiten

int anzahlseiten

aktuelleseite

int aktuelleseite

Class com.lowagie.tools.plugins.treeview.SimpletextTreeNode extends UpdateableTreeNode implements Serializable

Class com.lowagie.tools.plugins.treeview.TextpaneTreeNode extends UpdateableTreeNode implements Serializable

Serialized Fields

contents

PdfObject contents

marker

String marker

Class com.lowagie.tools.plugins.treeview.TreeViewInternalFrame extends JInternalFrame implements Serializable

Serialized Fields

analyzer

AnalyzePDF analyzer

jPanel1

JPanel jPanel1

borderLayout1

BorderLayout borderLayout1

jSplitPane1

JSplitPane jSplitPane1

jScrollPane1

JScrollPane jScrollPane1

jTree1

JTree jTree1

jPanel2

JPanel jPanel2

borderLayout2

BorderLayout borderLayout2

borderLayout4

BorderLayout borderLayout4

cardLayout2

CardLayout cardLayout2

jPanel4

JPanel jPanel4

jTextPane1

JTextPane jTextPane1

jPanel5

JPanel jPanel5

borderLayout3

BorderLayout borderLayout3

borderLayout5

BorderLayout borderLayout5

jLabel1

JLabel jLabel1

jScrollPane2

JScrollPane jScrollPane2

jScrollPane3

JScrollPane jScrollPane3

defaultree

DefaultTreeModel defaultree

jPanel3

JPanel jPanel3

borderLayout6

BorderLayout borderLayout6

jPanel6

JPanel jPanel6

jTable1

JTable jTable1

borderLayout7

BorderLayout borderLayout7

jSplitPane2

JSplitPane jSplitPane2

jScrollPane4

JScrollPane jScrollPane4

tableColumnModel1

TableColumnModel tableColumnModel1

Class com.lowagie.tools.plugins.treeview.UpdateableTreeNode extends DefaultMutableTreeNode implements Serializable


Package org.pdfbox

Class org.pdfbox.PDFDebugger extends JFrame implements Serializable

Serialized Fields

currentDir

File currentDir

aboutMenuItem

JMenuItem aboutMenuItem

contentsMenuItem

JMenuItem contentsMenuItem

copyMenuItem

JMenuItem copyMenuItem

cutMenuItem

JMenuItem cutMenuItem

deleteMenuItem

JMenuItem deleteMenuItem

editMenu

JMenu editMenu

exitMenuItem

JMenuItem exitMenuItem

fileMenu

JMenu fileMenu

helpMenu

JMenu helpMenu

jScrollPane1

JScrollPane jScrollPane1

jScrollPane2

JScrollPane jScrollPane2

jSplitPane1

JSplitPane jSplitPane1

jTextPane1

JTextPane jTextPane1

jTree1

JTree jTree1

menuBar

JMenuBar menuBar

openMenuItem

JMenuItem openMenuItem

pasteMenuItem

JMenuItem pasteMenuItem

saveAsMenuItem

JMenuItem saveAsMenuItem

saveMenuItem

JMenuItem saveMenuItem

documentPanel

JPanel documentPanel

Class org.pdfbox.PDFReader extends JFrame implements Serializable

Serialized Fields

currentDir

File currentDir

aboutMenuItem

JMenuItem aboutMenuItem

contentsMenuItem

JMenuItem contentsMenuItem

copyMenuItem

JMenuItem copyMenuItem

cutMenuItem

JMenuItem cutMenuItem

deleteMenuItem

JMenuItem deleteMenuItem

editMenu

JMenu editMenu

exitMenuItem

JMenuItem exitMenuItem

fileMenu

JMenu fileMenu

helpMenu

JMenu helpMenu

menuBar

JMenuBar menuBar

openMenuItem

JMenuItem openMenuItem

pasteMenuItem

JMenuItem pasteMenuItem

saveAsMenuItem

JMenuItem saveAsMenuItem

saveMenuItem

JMenuItem saveMenuItem

documentPanel

JPanel documentPanel

bottomStatusPanel

ReaderBottomPanel bottomStatusPanel

document

PDDocument document

Package org.pdfbox.exceptions

Class org.pdfbox.exceptions.COSVisitorException extends WrappedException implements Serializable

Class org.pdfbox.exceptions.CryptographyException extends Exception implements Serializable

Serialized Fields

embedded

Exception embedded

Class org.pdfbox.exceptions.InvalidPasswordException extends Exception implements Serializable

Class org.pdfbox.exceptions.OutlineNotLocalException extends IOException implements Serializable

Class org.pdfbox.exceptions.WrappedException extends Exception implements Serializable

Serialized Fields

wrapped

Exception wrapped

Class org.pdfbox.exceptions.WrappedIOException extends IOException implements Serializable

Serialized Fields

wrapped

Throwable wrapped

Package org.pdfbox.pdfviewer

Class org.pdfbox.pdfviewer.PDFPagePanel extends JPanel implements Serializable

Serialized Fields

page

PDPage page

drawer

PageDrawer drawer

pageDimension

Dimension pageDimension

Class org.pdfbox.pdfviewer.PDFTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class org.pdfbox.pdfviewer.ReaderBottomPanel extends JPanel implements Serializable

Serialized Fields

statusLabel

JLabel statusLabel



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.