fop 0.95

org.apache.fop.traits
Class LayoutProps

java.lang.Object
  extended by org.apache.fop.traits.LayoutProps

public class LayoutProps
extends java.lang.Object

Store properties affecting layout: break-before, break-after, keeps, span. for a block level FO. Public "structure" allows direct member access.


Field Summary
 boolean bIsSpan
           
 int blockProgressionUnit
           
 int breakAfter
           
 int breakBefore
           
 KeepValue keepTogether
           
 KeepValue keepWithNext
           
 KeepValue keepWithPrevious
           
 int lineStackingStrategy
           
 int orphans
           
 SpaceVal spaceAfter
           
 SpaceVal spaceBefore
           
 int widows
           
 
Constructor Summary
LayoutProps()
           
 
Method Summary
 void combineWithParent(LayoutProps parentLP)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

breakBefore

public int breakBefore

breakAfter

public int breakAfter

keepWithPrevious

public KeepValue keepWithPrevious

keepWithNext

public KeepValue keepWithNext

keepTogether

public KeepValue keepTogether

orphans

public int orphans

widows

public int widows

blockProgressionUnit

public int blockProgressionUnit

lineStackingStrategy

public int lineStackingStrategy

bIsSpan

public boolean bIsSpan

spaceBefore

public SpaceVal spaceBefore

spaceAfter

public SpaceVal spaceAfter
Constructor Detail

LayoutProps

public LayoutProps()
Method Detail

combineWithParent

public void combineWithParent(LayoutProps parentLP)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fop 0.95

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