|
fop 0.94 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FObj | |
---|---|
org.apache.fop.datatypes | XSL Datatypes. |
org.apache.fop.fo | Classes, constants and basic infrastructure for the FO tree. |
org.apache.fop.fo.expr | Classes for XSL expressions and functions. |
org.apache.fop.fo.extensions | Base classes for implementing extensions to XSL-FO. |
org.apache.fop.fo.flow | All the block- and inline-level flow formatting objects. |
org.apache.fop.fo.pagination | All the pagination and declaration formatting objects. |
org.apache.fop.fo.pagination.bookmarks | Formatting objects for bookmarks as defined since XSL 1.1. |
org.apache.fop.fo.properties | Classes representing the various property types as well as supporting data structures for the FO tree. |
org.apache.fop.layoutmgr | FOP's layout engine. |
org.apache.fop.layoutmgr.inline | Layout managers for inline formatting objects and line building. |
org.apache.fop.layoutmgr.table | Layout managers for tables. |
Uses of FObj in org.apache.fop.datatypes |
---|
Fields in org.apache.fop.datatypes declared as FObj | |
---|---|
protected FObj |
LengthBase.fobj
The FO for which this property is to be calculated. |
Methods in org.apache.fop.datatypes with parameters of type FObj | |
---|---|
int |
PercentBaseContext.getBaseLength(int lengthBase,
FObj fobj)
Returns the base length for the given length base. |
int |
SimplePercentBaseContext.getBaseLength(int lengthBase,
FObj fobj)
Returns the value for the given lengthBase. |
int |
ValidationPercentBaseContext.getBaseLength(int lengthBase,
FObj fobj)
Returns the value for the given lengthBase. |
Uses of FObj in org.apache.fop.fo |
---|
Subclasses of FObj in org.apache.fop.fo | |
---|---|
class |
FObjMixed
Base class for representation of mixed content formatting objects (i.e., those that can contain both child FO's and text nodes/PCDATA). |
Methods in org.apache.fop.fo that return FObj | |
---|---|
FObj |
FObj.findNearestAncestorFObj()
Find the nearest parent, grandparent, etc. |
FObj |
PropertyList.getFObj()
|
FObj |
PropertyList.getParentFObj()
|
FObj |
FObj.FObjIterator.parentNode()
|
FObj |
FONode.FONodeIterator.parentNode()
Returns the parent node for this iterator's list of child nodes |
Methods in org.apache.fop.fo with parameters of type FObj | |
---|---|
protected static void |
FObj.addChildTo(FONode child,
FObj parent)
Used by RetrieveMarker during Marker-subtree cloning |
PropertyList |
PropertyListMaker.make(FObj fobj,
PropertyList parentPropertyList)
|
Constructors in org.apache.fop.fo with parameters of type FObj | |
---|---|
FObj.FObjIterator(FObj parent)
|
|
InlineCharIterator(FObj fobj,
CommonBorderPaddingBackground bpb)
|
|
PropertyList(FObj fObjToAttach,
PropertyList parentPropertyList)
Basic constructor. |
|
RecursiveCharIterator(FObj fobj)
Constructor which creates an iterator for all child nodes |
|
RecursiveCharIterator(FObj fobj,
FONode child)
Constructor which creates an iterator for only some child nodes |
|
StaticPropertyList(FObj fObjToAttach,
PropertyList parentPropertyList)
Construct a StaticPropertyList. |
Uses of FObj in org.apache.fop.fo.expr |
---|
Methods in org.apache.fop.fo.expr that return FObj | |
---|---|
FObj |
PropertyInfo.getFO()
accessor for FObj |
Uses of FObj in org.apache.fop.fo.extensions |
---|
Subclasses of FObj in org.apache.fop.fo.extensions | |
---|---|
class |
ExtensionObj
Base class for pdf bookmark extension objects. |
Uses of FObj in org.apache.fop.fo.flow |
---|
Subclasses of FObj in org.apache.fop.fo.flow | |
---|---|
class |
AbstractGraphics
Common base class for instream-foreign-object and external-graphics flow formatting objects. |
class |
AbstractListItemPart
Class modelling the fo:list-item-body object. |
class |
BasicLink
The fo:basic-link formatting object. |
class |
BidiOverride
fo:bidi-override element. |
class |
Block
Class modelling the fo:block object. |
class |
BlockContainer
Class modelling the fo:block-container object. |
class |
Character
This class represents the flow object 'fo:character'. |
class |
ExternalGraphic
External graphic formatting object. |
class |
Float
fo:float element. |
class |
Footnote
Class modelling the fo:footnote object. |
class |
FootnoteBody
Class modelling the fo:footnote-body object. |
class |
InitialPropertySet
Class modelling the fo:initial-property-set object. |
class |
Inline
Class modelling the fo:inline formatting object. |
class |
InlineContainer
Class modelling the fo:inline-container object. |
class |
InlineLevel
Class modelling the commonalities of several inline-level formatting objects. |
class |
InstreamForeignObject
The instream-foreign-object flow formatting object. |
class |
Leader
Class modelling fo:leader object. |
class |
ListBlock
Class modelling the fo:list-block object. |
class |
ListItem
Class modelling the fo:list-item object. |
class |
ListItemBody
Class modelling the fo:list-item-body object. |
class |
ListItemLabel
Class modelling the fo:list-item-label object. |
class |
Marker
Marker formatting object. |
class |
MultiCase
Class modelling the fo:multi-case object. |
class |
MultiProperties
Class modelling the fo:multi-properties object. |
class |
MultiPropertySet
Class modelling the fo:multi-property-set object. |
class |
MultiSwitch
Class modelling the fo:multi-switch object. |
class |
MultiToggle
Class modelling the fo:multi-toggle property. |
class |
PageNumber
Class modelling the fo:page-number object. |
class |
PageNumberCitation
Class modelling the fo:page-number-citation object. |
class |
PageNumberCitationLast
Class modelling the fo:page-number-citation-last object from XSL 1.1. |
class |
RetrieveMarker
The retrieve-marker formatting object. |
class |
Table
Class modelling the fo:table object. |
class |
TableAndCaption
Class modelling the fo:table-and-caption property. |
class |
TableBody
Class modelling the fo:table-body object. |
class |
TableCaption
Class modelling the fo:table-caption object. |
class |
TableCell
Class modelling the fo:table-cell object. |
class |
TableColumn
Class modelling the fo:table-column object. |
class |
TableFObj
Superclass for table-related FOs |
class |
TableFooter
Class modelling the fo:table-footer object. |
class |
TableHeader
Class modelling the fo:table-header object. |
class |
TableRow
Class modelling the fo:table-row object. |
class |
Wrapper
Implementation for fo:wrapper formatting object. |
Constructors in org.apache.fop.fo.flow with parameters of type FObj | |
---|---|
Marker.MarkerPropertyList(FObj fobj,
PropertyList parentPropertyList)
Overriding default constructor |
Uses of FObj in org.apache.fop.fo.pagination |
---|
Subclasses of FObj in org.apache.fop.fo.pagination | |
---|---|
class |
ColorProfile
The fo:color-profile formatting object. |
class |
ConditionalPageMasterReference
A conditional-page-master-reference formatting object. |
class |
Declarations
Declarations formatting object. |
class |
Flow
Class modelling the fo:flow object. |
class |
LayoutMasterSet
The layout-master-set formatting object. |
class |
PageSequence
Implementation of the fo:page-sequence formatting object. |
class |
PageSequenceMaster
The page-sequence-master formatting object. |
class |
PageSequenceWrapper
The fo:page-sequence-wrapper formatting object, first introduced in the XSL 1.1 WD. |
class |
Region
This is an abstract base class for pagination regions |
class |
RegionAfter
The fo:region-after element. |
class |
RegionBA
Abstract base class for fo:region-before and fo:region-after. |
class |
RegionBefore
The fo:region-before element. |
class |
RegionBody
The fo:region-body element. |
class |
RegionEnd
The fo:region-end element. |
class |
RegionSE
Abstract base class for fo:region-start and fo:region-end. |
class |
RegionStart
The fo:region-start element. |
class |
RepeatablePageMasterAlternatives
A repeatable-page-master-alternatives formatting object. |
class |
RepeatablePageMasterReference
A repeatable-page-master-reference formatting object. |
class |
Root
The fo:root formatting object. |
class |
SideRegion
Common base class for side regions (before, after, start, end). |
class |
SimplePageMaster
A simple-page-master formatting object. |
class |
SinglePageMasterReference
A single-page-master-reference formatting object. |
class |
StaticContent
Class modelling the fo:static-content object. |
class |
Title
Class modelling the fo:title object. |
Uses of FObj in org.apache.fop.fo.pagination.bookmarks |
---|
Subclasses of FObj in org.apache.fop.fo.pagination.bookmarks | |
---|---|
class |
Bookmark
The fo:bookmark formatting object, first introduced in the XSL 1.1 WD. |
class |
BookmarkTitle
The fo:bookmark-title formatting object, first introduced in the XSL 1.1 WD. |
class |
BookmarkTree
The fo:bookmark-tree formatting object, first introduced in the XSL 1.1 WD. |
Uses of FObj in org.apache.fop.fo.properties |
---|
Methods in org.apache.fop.fo.properties with parameters of type FObj | |
---|---|
Property |
NumberProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
KeepProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
LengthRangeProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
ToBeImplementedProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
SpaceProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
FontFamilyProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
protected Property |
CompoundPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object. |
Property |
LineHeightPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
ListProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
ColorProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a ColorProperty object based on the passed Property object. |
Property |
FontSizePropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
SpacingPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Support for the 'normal' value. |
Property |
CondLengthProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
protected Property |
PropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
Return a Property object based on the passed Property object. |
Property |
LengthProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
TextDecorationProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
LengthPairProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
FontStretchPropertyMaker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
Property |
EnumProperty.Maker.convertProperty(Property p,
PropertyList propertyList,
FObj fo)
|
protected Property |
PropertyMaker.convertPropertyDatatype(Property p,
PropertyList propertyList,
FObj fo)
For properties that have more than one legal way to be specified, this routine should be overridden to attempt to set them based upon the other methods. |
Property |
PropertyMaker.convertShorthandProperty(PropertyList propertyList,
Property prop,
FObj fo)
Converts a shorthand property |
Property |
CompoundPropertyMaker.make(Property baseProperty,
int subpropertyId,
PropertyList propertyList,
java.lang.String value,
FObj fo)
Return a property value for a compound property. |
Property |
PropertyMaker.make(Property baseProperty,
int subpropertyId,
PropertyList propertyList,
java.lang.String value,
FObj fo)
Make a property value for a compound property. |
Property |
FontFamilyProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
|
Property |
CompoundPropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification. |
Property |
CharacterProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
|
Property |
LineHeightPropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
|
Property |
StringProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Make a new StringProperty object |
Property |
ColumnNumberPropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Check the value of the column-number property. |
Property |
PropertyMaker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
Create a Property object from an attribute specification. |
Property |
FontShorthandProperty.Maker.make(PropertyList propertyList,
java.lang.String value,
FObj fo)
|
Property |
FontWeightPropertyMaker.make(PropertyList pList,
java.lang.String value,
FObj fo)
|
protected Property |
CompoundPropertyMaker.makeCompound(PropertyList propertyList,
FObj parentFO)
Create a empty compound property and fill it with default values for the subproperties. |
Constructors in org.apache.fop.fo.properties with parameters of type FObj | |
---|---|
CommonBorderPaddingBackground(PropertyList pList,
FObj fobj)
Construct a CommonBorderPaddingBackground object. |
|
TableColLength(double tcolUnits,
FObj column)
Construct an object with tcolUnits of proportional measure. |
Uses of FObj in org.apache.fop.layoutmgr |
---|
Fields in org.apache.fop.layoutmgr declared as FObj | |
---|---|
protected FObj |
AbstractBaseLayoutManager.fobj
The formatting object for this LM |
Methods in org.apache.fop.layoutmgr that return FObj | |
---|---|
FObj |
LayoutManager.getFObj()
Returns the fo this layout manager is associated with. |
FObj |
AbstractBaseLayoutManager.getFObj()
|
Methods in org.apache.fop.layoutmgr with parameters of type FObj | |
---|---|
int |
AbstractBaseLayoutManager.getBaseLength(int lengthBase,
FObj fobj)
|
Constructors in org.apache.fop.layoutmgr with parameters of type FObj | |
---|---|
AbstractBaseLayoutManager(FObj fo)
Abstract base layout manager. |
|
AbstractLayoutManager(FObj fo)
Abstract layout manager. |
|
BlockStackingLayoutManager(FObj node)
|
Uses of FObj in org.apache.fop.layoutmgr.inline |
---|
Methods in org.apache.fop.layoutmgr.inline with parameters of type FObj | |
---|---|
int |
LeaderLayoutManager.getBaseLength(int lengthBase,
FObj fobj)
|
int |
AbstractGraphicsLayoutManager.getBaseLength(int lengthBase,
FObj fobj)
|
Constructors in org.apache.fop.layoutmgr.inline with parameters of type FObj | |
---|---|
InlineStackingLayoutManager(FObj node)
Create an inline stacking layout manager. |
|
LeafNodeLayoutManager(FObj node)
Create a Leaf node layout mananger. |
Uses of FObj in org.apache.fop.layoutmgr.table |
---|
Methods in org.apache.fop.layoutmgr.table with parameters of type FObj | |
---|---|
int |
TableContentLayoutManager.getBaseLength(int lengthBase,
FObj fobj)
|
int |
TableLayoutManager.getBaseLength(int lengthBase,
FObj fobj)
|
|
fop 0.94 | |||||||||
PREV NEXT | FRAMES NO FRAMES |