org.apache.fop.layout
Class RelativePositionProps

java.lang.Object
  extended byorg.apache.fop.layout.RelativePositionProps

public class RelativePositionProps
extends Object

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


Field Summary
 int endIndent
           
 int marginBottom
           
 int marginLeft
           
 int marginRight
           
 int marginTop
           
 int spaceAfter
           
 int spaceBefore
           
 int startIndent
           
 
Constructor Summary
RelativePositionProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

marginTop

public int marginTop

marginBottom

public int marginBottom

marginLeft

public int marginLeft

marginRight

public int marginRight

spaceBefore

public int spaceBefore

spaceAfter

public int spaceAfter

startIndent

public int startIndent

endIndent

public int endIndent
Constructor Detail

RelativePositionProps

public RelativePositionProps()


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