Serialized Form


Package org.apache.fop.apps

Class org.apache.fop.apps.FOPException implements Serializable

Serialized Fields

_exception

java.lang.Throwable _exception


Package org.apache.fop.fo

Class org.apache.fop.fo.DirectPropertyListBuilder.AttrPropertyList implements Serializable

Serialized Fields

attributes

org.xml.sax.Attributes attributes

Class org.apache.fop.fo.PropertyList implements Serializable

Serialized Fields

wmtable

byte[] wmtable

builder

PropertyListBuilder builder

parentPropertyList

PropertyList parentPropertyList

namespace

java.lang.String namespace

element

java.lang.String element

fobj

FObj fobj


Package org.apache.fop.fo.expr

Class org.apache.fop.fo.expr.PropertyException implements Serializable


Package org.apache.fop.image

Class org.apache.fop.image.FopImageException implements Serializable


Package org.apache.fop.layout.hyphenation

Class org.apache.fop.layout.hyphenation.ByteVector implements Serializable

Serialized Fields

BLOCK_SIZE

int BLOCK_SIZE

array

byte[] array
The encapsulated array

n

int n
Points to next free item

Class org.apache.fop.layout.hyphenation.CharVector implements Serializable

Serialized Fields

BLOCK_SIZE

int BLOCK_SIZE

array

char[] array
The encapsulated array

n

int n
Points to next free item

Class org.apache.fop.layout.hyphenation.Hyphen implements Serializable

Serialized Fields

preBreak

java.lang.String preBreak

noBreak

java.lang.String noBreak

postBreak

java.lang.String postBreak

Class org.apache.fop.layout.hyphenation.HyphenationException implements Serializable

Class org.apache.fop.layout.hyphenation.HyphenationTree implements Serializable

Serialized Fields

vspace

ByteVector vspace
value space: stores the inteletter values

stoplist

java.util.Hashtable stoplist
This map stores hyphenation exceptions

classmap

TernaryTree classmap
This map stores the character classes

Class org.apache.fop.layout.hyphenation.TernaryTree 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 org.apache.fop.messaging

Class org.apache.fop.messaging.MessageEvent implements Serializable

Serialized Fields

message

java.lang.String message

messageType

int messageType


Package org.apache.fop.pdf

Class org.apache.fop.pdf.PDFFilterException implements Serializable


Package org.apache.fop.viewer

Class org.apache.fop.viewer.Command implements Serializable

Class org.apache.fop.viewer.GoToPageDialog implements Serializable

Serialized Fields

panel1

javax.swing.JPanel panel1

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

pgNbLabel

javax.swing.JLabel pgNbLabel

pgNbField

javax.swing.JTextField pgNbField

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

pageNumber

int pageNumber

Class org.apache.fop.viewer.IconToolBar implements Serializable

Class org.apache.fop.viewer.LoadableProperties implements Serializable

Class org.apache.fop.viewer.MessageException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Angabe der auslösenden Exception, wie z.B. NullPointerException. Dieses Feld ist optional.

messageId

java.lang.String messageId
ID der Meldung, die für diese Exception ausgegeben werden soll

parameterList

java.lang.String[] parameterList
Parameterliste zur Meldung

Class org.apache.fop.viewer.MessagesDialog implements Serializable

Serialized Fields

detailInformation

java.lang.String detailInformation

dialog

javax.swing.JDialog dialog

showsDetails

boolean showsDetails

Class org.apache.fop.viewer.PreviewDialog implements Serializable

Serialized Fields

res

Translator res

currentPage

int currentPage

pageCount

int pageCount

renderer

AWTRenderer renderer

toolBar

IconToolBar toolBar

printAction

Command printAction

firstPageAction

Command firstPageAction

previousPageAction

Command previousPageAction

nextPageAction

Command nextPageAction

lastPageAction

Command lastPageAction

zoomLabel

javax.swing.JLabel zoomLabel

scale

javax.swing.JComboBox scale

previewArea

javax.swing.JScrollPane previewArea

statusBar

javax.swing.JPanel statusBar

statusBarLayout

java.awt.GridBagLayout statusBarLayout

statisticsStatus

javax.swing.JLabel statisticsStatus

processStatus

javax.swing.JLabel processStatus

infoStatus

javax.swing.JLabel infoStatus

previewImageLabel

javax.swing.JLabel previewImageLabel

Class org.apache.fop.viewer.PreviewDialogAboutBox implements Serializable

Serialized Fields

panel1

javax.swing.JPanel panel1

panel2

javax.swing.JPanel panel2

insetsPanel1

javax.swing.JPanel insetsPanel1

insetsPanel2

javax.swing.JPanel insetsPanel2

insetsPanel3

javax.swing.JPanel insetsPanel3

button1

javax.swing.JButton button1

imageControl1

javax.swing.JLabel imageControl1

imageIcon

javax.swing.ImageIcon imageIcon

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

label3

javax.swing.JLabel label3

label4

javax.swing.JLabel label4

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

flowLayout1

java.awt.FlowLayout flowLayout1

flowLayout2

java.awt.FlowLayout flowLayout2

gridLayout1

java.awt.GridLayout gridLayout1

product

java.lang.String product

version

java.lang.String version

copyright

java.lang.String copyright

comments

java.lang.String comments



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.