org.apache.fop.fo
Class PropertyManager

java.lang.Object
  extended byorg.apache.fop.fo.PropertyManager

public class PropertyManager
extends java.lang.Object


Constructor Summary
PropertyManager(PropertyList pList)
           
 
Method Summary
 int checkBreakAfter(Area area)
           
 int checkBreakBefore(Area area)
           
 AbsolutePositionProps getAbsolutePositionProps()
           
 AccessibilityProps getAccessibilityProps()
           
 AuralProps getAuralProps()
           
 BackgroundProps getBackgroundProps()
           
 BorderAndPadding getBorderAndPadding()
           
 FontState getFontState(FontInfo fontInfo)
           
 HyphenationProps getHyphenationProps()
           
 MarginInlineProps getMarginInlineProps()
           
 MarginProps getMarginProps()
           
 RelativePositionProps getRelativePositionProps()
           
 TextState getTextDecoration(FObj parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyManager

public PropertyManager(PropertyList pList)
Method Detail

getFontState

public FontState getFontState(FontInfo fontInfo)
                       throws FOPException
Throws:
FOPException

getBorderAndPadding

public BorderAndPadding getBorderAndPadding()

getHyphenationProps

public HyphenationProps getHyphenationProps()

checkBreakBefore

public int checkBreakBefore(Area area)

checkBreakAfter

public int checkBreakAfter(Area area)

getMarginProps

public MarginProps getMarginProps()

getBackgroundProps

public BackgroundProps getBackgroundProps()

getMarginInlineProps

public MarginInlineProps getMarginInlineProps()

getAccessibilityProps

public AccessibilityProps getAccessibilityProps()

getAuralProps

public AuralProps getAuralProps()

getRelativePositionProps

public RelativePositionProps getRelativePositionProps()

getAbsolutePositionProps

public AbsolutePositionProps getAbsolutePositionProps()

getTextDecoration

public TextState getTextDecoration(FObj parent)
                            throws FOPException
Throws:
FOPException


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