org.apache.fop.layout
Class AbsolutePositionProps

java.lang.Object
  |
  +--org.apache.fop.layout.AbsolutePositionProps

public class AbsolutePositionProps
extends java.lang.Object

Store all hyphenation related properties on an FO. Public "structure" allows direct member access.


Field Summary
 int absolutePosition
           
 Length bottom
           
 Length left
           
 Length right
           
 Length top
           
 
Constructor Summary
AbsolutePositionProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

absolutePosition

public int absolutePosition

top

public Length top

right

public Length right

bottom

public Length bottom

left

public Length left
Constructor Detail

AbsolutePositionProps

public AbsolutePositionProps()


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