fop 0.92beta

Serialized Form


Package org.apache.fop.apps

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

Serialized Fields

systemId

java.lang.String systemId

line

int line

column

int column


Package org.apache.fop.area

Class org.apache.fop.area.Area implements Serializable

Serialized Fields

areaClass

int areaClass

ipd

int ipd
the area's inline-progression-dimension

bpd

int bpd
the area's block-progression-dimension

props

java.util.HashMap props
Traits for this area stored in a HashMap

Class org.apache.fop.area.BeforeFloat implements Serializable

Serialized Fields

separator

Block separator

Class org.apache.fop.area.Block implements Serializable

Serialized Fields

stacking

int stacking

positioning

int positioning

Class org.apache.fop.area.BlockParent implements Serializable

Serialized Fields

xOffset

int xOffset
The x offset position of this block parent. Used for relative (serves as left-offset trait) and absolute positioning (serves as left-position trait).

yOffset

int yOffset
The y offset position of this block parent. Used for relative (serves as top-offset trait) and absolute positioning (serves as top-position trait).

children

java.util.List children
The children of this block parent area.

orientation

int orientation

Class org.apache.fop.area.BlockViewport implements Serializable

Serialized Fields

clip

boolean clip

viewportCTM

CTM viewportCTM

Class org.apache.fop.area.BodyRegion implements Serializable

Serialized Fields

beforeFloat

BeforeFloat beforeFloat

mainReference

MainReference mainReference

footnote

Footnote footnote

columnGap

int columnGap

columnCount

int columnCount

Class org.apache.fop.area.CTM implements Serializable

Serialized Fields

a

double a

b

double b

c

double c

d

double d

e

double e

f

double f

Class org.apache.fop.area.Footnote implements Serializable

Serialized Fields

separator

Block separator

top

int top

Class org.apache.fop.area.LineArea implements Serializable

Serialized Fields

adjustingInfo

org.apache.fop.area.LineArea.LineAdjustingInfo adjustingInfo

inlineAreas

java.util.List inlineAreas

Class org.apache.fop.area.LinkResolver implements Serializable

Serialized Fields

resolved

boolean resolved

idRef

java.lang.String idRef

area

Area area

Class org.apache.fop.area.MainReference implements Serializable

Serialized Fields

parent

BodyRegion parent

spanAreas

java.util.List spanAreas

isEmpty

boolean isEmpty

Class org.apache.fop.area.NormalFlow implements Serializable

Class org.apache.fop.area.Page implements Serializable

Serialized Fields

regionBefore

RegionViewport regionBefore

regionStart

RegionViewport regionStart

regionBody

RegionViewport regionBody

regionEnd

RegionViewport regionEnd

regionAfter

RegionViewport regionAfter

unresolved

java.util.Map unresolved

fakeNonEmpty

boolean fakeNonEmpty
Set to true to make this page behave as if it were not empty.

Class org.apache.fop.area.RegionReference implements Serializable

Serialized Fields

regionClass

int regionClass
Reference to the region FO.

regionName

java.lang.String regionName

ctm

CTM ctm

blocks

java.util.ArrayList blocks

regionViewport

RegionViewport regionViewport
the parent RegionViewport for this object

Class org.apache.fop.area.RegionViewport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

regionReference

RegionReference regionReference

viewArea

java.awt.geom.Rectangle2D viewArea

clip

boolean clip

Class org.apache.fop.area.Span implements Serializable

Serialized Fields

flowAreas

java.util.List flowAreas

colCount

int colCount

colGap

int colGap

colWidth

int colWidth

curFlowIdx

int curFlowIdx

Class org.apache.fop.area.Trait implements Serializable

Serialized Fields

propType

java.lang.Object propType
The type of trait for an area.

data

java.lang.Object data
The data value of the trait.

Class org.apache.fop.area.Trait.Background implements Serializable

Serialized Fields

color

ColorType color
The background color if any.

url

java.lang.String url
The background image url if any.

fopimage

FopImage fopimage
The background image if any.

repeat

int repeat
Background repeat enum for images.

horiz

int horiz
Background horizontal offset for images.

vertical

int vertical
Background vertical offset for images.

Class org.apache.fop.area.Trait.Color implements Serializable

Serialized Fields

red

float red

green

float green

blue

float blue

alpha

float alpha


Package org.apache.fop.area.inline

Class org.apache.fop.area.inline.AbstractTextArea implements Serializable

Serialized Fields

textWordSpaceAdjust

int textWordSpaceAdjust

textLetterSpaceAdjust

int textLetterSpaceAdjust

adjustingInfo

AbstractTextArea.TextAdjustingInfo adjustingInfo

baselineOffset

int baselineOffset

Class org.apache.fop.area.inline.Anchor implements Serializable

Class org.apache.fop.area.inline.Character implements Serializable

Serialized Fields

character

java.lang.String character
Deprecated. 

Class org.apache.fop.area.inline.Container implements Serializable

Serialized Fields

blocks

java.util.List blocks
The list of block areas stacked inside this container

width

int width
The width of this container

Class org.apache.fop.area.inline.FilledArea implements Serializable

Serialized Fields

unitWidth

int unitWidth

Class org.apache.fop.area.inline.ForeignObject implements Serializable

Serialized Fields

doc

org.w3c.dom.Document doc

namespace

java.lang.String namespace

Class org.apache.fop.area.inline.Image implements Serializable

Serialized Fields

url

java.lang.String url

Class org.apache.fop.area.inline.InlineArea implements Serializable

Serialized Fields

offset

int offset
offset position from before edge of parent area

parentArea

Area parentArea
parent area it is needed in order to recompute adjust ratio and indents when a page-number or a page-number-citation is resolved

storedIPDVariation

int storedIPDVariation
ipd variation of child areas: if this area has not already been added and cannot notify its parent area, store the variation and wait for the parent area to be set

Class org.apache.fop.area.inline.InlineBlockParent implements Serializable

Serialized Fields

child

Block child
The list of inline areas added to this inline parent.

Class org.apache.fop.area.inline.InlineParent implements Serializable

Serialized Fields

inlines

java.util.List inlines
The list of inline areas added to this inline parent.

Class org.apache.fop.area.inline.Leader implements Serializable

Serialized Fields

ruleStyle

int ruleStyle

ruleThickness

int ruleThickness

Class org.apache.fop.area.inline.Space implements Serializable

Class org.apache.fop.area.inline.SpaceArea implements Serializable

Serialized Fields

space

java.lang.String space
The space for this space area

isAdjustable

boolean isAdjustable
Is this space adjustable?

Class org.apache.fop.area.inline.TextArea implements Serializable

Class org.apache.fop.area.inline.UnresolvedPageNumber implements Serializable

Serialized Fields

resolved

boolean resolved

pageIDRef

java.lang.String pageIDRef

text

java.lang.String text

Class org.apache.fop.area.inline.Viewport implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

content

Area content

clip

boolean clip

contentPosition

java.awt.geom.Rectangle2D contentPosition

Class org.apache.fop.area.inline.WordArea implements Serializable

Serialized Fields

word

java.lang.String word
The text for this word area

offset

int offset
The correction offset for the next area

letterAdjust

int[] letterAdjust
An array of width for adjusting the individual letters (optional)


Package org.apache.fop.fo

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


Package org.apache.fop.fo.expr

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

Serialized Fields

propertyName

java.lang.String propertyName


Package org.apache.fop.fo.extensions.xmp

Class org.apache.fop.fo.extensions.xmp.XMPMetadata implements Serializable

Serialized Fields

doc

org.w3c.dom.Document doc

readOnly

boolean readOnly


Package org.apache.fop.fonts

Class org.apache.fop.fonts.FontTriplet implements Serializable

Serialized Fields

name

java.lang.String name

style

java.lang.String style

weight

int weight


Package org.apache.fop.hyphenation

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

Serialized Fields

blockSize

int blockSize

array

byte[] array
The encapsulated array

n

int n
Points to next free item

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

Serialized Fields

blockSize

int blockSize

array

char[] array
The encapsulated array

n

int n
Points to next free item

Class org.apache.fop.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.hyphenation.HyphenationException implements Serializable

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

Serialized Fields

vspace

ByteVector vspace
value space: stores the interletter values

stoplist

java.util.HashMap stoplist
This map stores hyphenation exceptions

classmap

TernaryTree classmap
This map stores the character classes

Class org.apache.fop.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.layoutmgr

Class org.apache.fop.layoutmgr.AbstractBreaker.BlockSequence implements Serializable

Serialized Fields

this$0

AbstractBreaker this$0

ignoreAtStart

int ignoreAtStart
Number of elements to ignore at the beginning of the list.

ignoreAtEnd

int ignoreAtEnd
Number of elements to ignore at the end of the list.

startOn

int startOn
startOn represents where on the page/which page layout should start for this BlockSequence. Acceptable values: Constants.EN_ANY (can continue from finished location of previous BlockSequence?), EN_COLUMN, EN_ODD_PAGE, EN_EVEN_PAGE.

Class org.apache.fop.layoutmgr.BlockKnuthSequence implements Serializable

Serialized Fields

isClosed

boolean isClosed

Class org.apache.fop.layoutmgr.InlineKnuthSequence implements Serializable

Serialized Fields

isClosed

boolean isClosed

Class org.apache.fop.layoutmgr.KnuthSequence implements Serializable


Package org.apache.fop.pdf

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

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

Class org.apache.fop.pdf.PDFState.Data implements Serializable

Serialized Fields

this$0

PDFState this$0

color

java.awt.Color color

backcolor

java.awt.Color backcolor

paint

java.awt.Paint paint

backPaint

java.awt.Paint backPaint

lineCap

int lineCap

lineJoin

int lineJoin

lineWidth

float lineWidth

miterLimit

float miterLimit

text

boolean text

dashOffset

int dashOffset

dashArray

int[] dashArray

transform

java.awt.geom.AffineTransform transform

fontSize

float fontSize

fontName

java.lang.String fontName

clip

java.awt.Shape clip

gstate

PDFGState gstate


Package org.apache.fop.render.awt.viewer

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

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

Serialized Fields

pageNumberField

javax.swing.JTextField pageNumberField

pageNumber

int pageNumber

Class org.apache.fop.render.awt.viewer.ImageProxyPanel implements Serializable

Serialized Fields

imageRef

java.lang.ref.Reference imageRef
The reference to the BufferedImage storing the page data

size

java.awt.Dimension size
The maximum and preferred size of the panel

renderer

AWTRenderer renderer
The renderer. Shared with PreviewPanel and PreviewDialog.

page

int page
The page to be rendered.

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

Serialized Fields

translator

Translator translator
The Translator for localization

renderer

AWTRenderer renderer
The AWT renderer

foUserAgent

FOUserAgent foUserAgent
The FOUserAgent associated with this window

renderable

Renderable renderable
Renderable instance that can be used to reload and re-render a document after modifications.

scale

javax.swing.JComboBox scale
The JCombobox to rescale the rendered page view

processStatus

javax.swing.JLabel processStatus
The JLabel for the process status bar

infoStatus

javax.swing.JLabel infoStatus
The JLabel information status bar

previewPanel

PreviewPanel previewPanel
The main display area

percentFormat

java.text.DecimalFormat percentFormat
Formats the text in the scale combobox.

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

Serialized Fields

okButton

javax.swing.JButton okButton

Class org.apache.fop.render.awt.viewer.PreviewPanel implements Serializable

Serialized Fields

previewArea

javax.swing.JScrollPane previewArea
The main display area

renderer

AWTRenderer renderer
The AWT renderer - often shared with PreviewDialog

foUserAgent

FOUserAgent foUserAgent
The FOUserAgent associated with this panel - often shared with PreviewDialog

renderable

Renderable renderable
Renderable instance that can be used to reload and re-render a document after modifications.

currentPage

int currentPage
The number of the page which is currently selected

firstPage

int firstPage
The index of the first page displayed on screen.

pageRange

int pageRange
The number of pages concurrently displayed on screen.

displayMode

int displayMode
The display mode. One of SINGLE, CONTINUOUS or CONT_FACING.

pagePanels

ImageProxyPanel[] pagePanels
The component(s) that hold the rendered page(s)

gridPanel

javax.swing.JPanel gridPanel
Panel showing the page panels in a grid. Usually the dimensions of the grid are 1x1, nx1 or nx2.

reloader

org.apache.fop.render.awt.viewer.PreviewPanel.Reloader reloader
Asynchronous reloader thread, used when reload() method is called.

scroller

org.apache.fop.render.awt.viewer.PreviewPanel.ViewportScroller scroller
Allows any mouse drag on the page area to scroll the display window.


Package org.apache.fop.render.ps.extensions

Class org.apache.fop.render.ps.extensions.PSSetupCode implements Serializable

Serialized Fields

name

java.lang.String name

content

java.lang.String content


Package org.apache.fop.render.rtf.rtflib.exceptions

Class org.apache.fop.render.rtf.rtflib.exceptions.RtfException implements Serializable

Class org.apache.fop.render.rtf.rtflib.exceptions.RtfStructureException implements Serializable


Package org.apache.fop.render.rtf.rtflib.rtfdoc

Class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic.ExternalGraphicException implements Serializable


Package org.apache.fop.servlet

Class org.apache.fop.servlet.FopPrintServlet implements Serializable

Class org.apache.fop.servlet.FopServlet implements Serializable

Serialized Fields

log

org.apache.commons.logging.impl.SimpleLog log
Logger to give to FOP

transFactory

javax.xml.transform.TransformerFactory transFactory
The TransformerFactory used to create Transformer instances

fopFactory

FopFactory fopFactory
The FopFactory used to create Fop instances

uriResolver

javax.xml.transform.URIResolver uriResolver
URIResolver for use by this servlet


Package org.apache.fop.traits

Class org.apache.fop.traits.BorderProps implements Serializable

Serialized Fields

style

int style
Border style (one of EN_*)

color

ColorType color
Border color

width

int width
Border width

mode

int mode
Border mode (one of SEPARATE, COLLAPSE_INNER and COLLAPSE_OUTER)

Class org.apache.fop.traits.MinOptMax implements Serializable

Serialized Fields

min

int min
Publicly visible min(imum), opt(imum) and max(imum) values.

opt

int opt

max

int max


Package org.apache.fop.util

Class org.apache.fop.util.CMYKColorSpace implements Serializable


fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.