fop 0.94

Uses of Interface
org.apache.fop.datatypes.Length

Packages that use Length
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.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.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
org.apache.fop.image Contains image loading adapters for various image sources and the image cache. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
org.apache.fop.traits Trait classes and other supporting data structures. 
 

Uses of Length in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return Length
 Length FOText.getBaseLineShift()
           
 Length XMLObj.getIntrinsicAlignmentAdjust()
          Retrieve the intrinsic alignment-adjust of the child element.
 

Uses of Length in org.apache.fop.fo.expr
 

Classes in org.apache.fop.fo.expr that implement Length
 class NumericProperty
          A numeric property which hold the final absolute result of an expression calculations.
 class RelativeNumericProperty
          This class represent a node in a property expression tree.
 

Methods in org.apache.fop.fo.expr that return Length
 Length PropertyInfo.currentFontSize()
           
 Length RelativeNumericProperty.getLength()
          Cast this numeric as a Length.
 Length NumericProperty.getLength()
           
 

Uses of Length in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that return Length
 Length Inline.getAlignmentAdjust()
           
 Length PageNumberCitation.getAlignmentAdjust()
           
 Length AbstractGraphics.getAlignmentAdjust()
           
 Length InlineContainer.getAlignmentAdjust()
           
 Length PageNumber.getAlignmentAdjust()
           
 Length Leader.getAlignmentAdjust()
           
 Length Character.getAlignmentAdjust()
           
 Length Inline.getBaselineShift()
           
 Length PageNumberCitation.getBaselineShift()
           
 Length AbstractGraphics.getBaselineShift()
           
 Length InlineContainer.getBaselineShift()
           
 Length PageNumber.getBaselineShift()
           
 Length Leader.getBaselineShift()
           
 Length Character.getBaselineShift()
           
 Length TableColumn.getColumnWidth()
           
 Length AbstractGraphics.getContentHeight()
           
 Length AbstractGraphics.getContentWidth()
           
 Length AbstractGraphics.getHeight()
           
 Length TableRow.getHeight()
           
 Length BlockContainer.getHeight()
           
abstract  Length AbstractGraphics.getIntrinsicAlignmentAdjust()
           
 Length ExternalGraphic.getIntrinsicAlignmentAdjust()
           
 Length InstreamForeignObject.getIntrinsicAlignmentAdjust()
           
 Length Block.getLastLineEndIndent()
           
 Length Leader.getLeaderPatternWidth()
           
 Length ListBlock.getOrphanContentLimit()
           
 Length Table.getOrphanContentLimit()
           
 Length Leader.getRuleThickness()
           
 Length Block.getTextIndent()
           
 Length ListBlock.getWidowContentLimit()
           
 Length Table.getWidowContentLimit()
           
 Length AbstractGraphics.getWidth()
           
 Length TableCell.getWidth()
           
 Length BlockContainer.getWidth()
           
 

Methods in org.apache.fop.fo.flow with parameters of type Length
protected  void Table.addDefaultColumn(Length colWidth, int colNr)
          Adds a default column to the columns list (called from TableBody.addChildNode() when the table has no explicit columns, and if processing the first row)
 void TableColumn.setColumnWidth(Length columnWidth)
          Sets the column width.
 

Uses of Length in org.apache.fop.fo.pagination
 

Methods in org.apache.fop.fo.pagination that return Length
 Length SideRegion.getExtent()
           
 Length SimplePageMaster.getPageHeight()
           
 Length SimplePageMaster.getPageWidth()
           
 

Uses of Length in org.apache.fop.fo.properties
 

Classes in org.apache.fop.fo.properties that implement Length
 class EnumLength
          A length quantity in XSL which is specified as an enum, such as "auto"
 class FixedLength
          An absolute length quantity in XSL
 class LengthProperty
          Superclass for properties wrapping a Length value.
 class PercentLength
          a percent specified length quantity in XSL
 class TableColLength
          A table-column width specification, possibly including some number of proportional "column-units".
 

Fields in org.apache.fop.fo.properties declared as Length
 Length CommonBorderPaddingBackground.backgroundPositionHorizontal
          The "background-position-horizontal" property.
 Length CommonBorderPaddingBackground.backgroundPositionVertical
          The "background-position-vertical" property.
 Length CommonAbsolutePosition.bottom
          The "bottom" property.
 Length CommonRelativePosition.bottom
          The "bottom" property.
 Length CommonMarginBlock.endIndent
          The "end-indent" property.
 Length CommonFont.fontSize
          The "font-size" property.
 Length CommonAbsolutePosition.left
          The "left" property.
 Length CommonRelativePosition.left
          The "left" property.
 Length CommonMarginInline.marginBottom
          The "margin-bottom" property.
 Length CommonMarginBlock.marginBottom
          The "margin-bottom" property.
 Length CommonMarginInline.marginLeft
          The "margin-left" property.
 Length CommonMarginBlock.marginLeft
          The "margin-left" property.
 Length CommonMarginInline.marginRight
          The "margin-right" property.
 Length CommonMarginBlock.marginRight
          The "margin-right" property.
 Length CommonMarginInline.marginTop
          The "margin-top" property.
 Length CommonMarginBlock.marginTop
          The "margin-top" property.
 Length CommonAbsolutePosition.right
          The "right" property.
 Length CommonRelativePosition.right
          The "right" property.
 Length CommonMarginBlock.startIndent
          The "start-indent" property.
 Length CommonAbsolutePosition.top
          The "top" property.
 Length CommonRelativePosition.top
          The "top" property.
 

Methods in org.apache.fop.fo.properties that return Length
 Length NumberProperty.getLength()
           
 Length Property.getLength()
          This method expects to be overridden by subclasses
 Length CondLengthProperty.getLength()
          TODO: Should we allow this?
 Length LengthProperty.getLength()
           
 

Uses of Length in org.apache.fop.image
 

Fields in org.apache.fop.image declared as Length
 Length FopImage.ImageInfo.alignmentAdjust
          intrinsic alignment-adjust or null if there is none
 

Methods in org.apache.fop.image that return Length
 Length AbstractFopImage.getIntrinsicAlignmentAdjust()
           
 Length FopImage.getIntrinsicAlignmentAdjust()
           
 

Uses of Length in org.apache.fop.layoutmgr.inline
 

Fields in org.apache.fop.layoutmgr.inline declared as Length
protected  Length InlineLayoutManager.alignmentAdjust
          The alignment adjust property
protected  Length InlineLayoutManager.baselineShift
          The baseline shift property
 

Constructors in org.apache.fop.layoutmgr.inline with parameters of type Length
AlignmentContext(Font font, int lineHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
          Creates a new instance of AlignmentContext
AlignmentContext(int height, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
          Creates a new instance of AlignmentContext for graphics areas.
LineLayoutManager(Block block, Length lh, int l, int f)
          Create a new Line Layout Manager.
 

Uses of Length in org.apache.fop.render.rtf
 

Methods in org.apache.fop.render.rtf with parameters of type Length
 RtfAttributes FOPRtfAttributes.setHalfPoints(java.lang.String name, Length value)
          Set an attribute that has a Length value (internal units in half-points)
 RtfAttributes FOPRtfAttributes.setTwips(java.lang.String name, Length value)
          Set an attribute that has a Length value (internal units in twips)
 

Uses of Length in org.apache.fop.traits
 

Fields in org.apache.fop.traits declared as Length
 Length BlockProps.firstIndent
           
 


fop 0.94

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