fop 0.95

org.apache.fop.traits
Class InlineProps

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

public class InlineProps
extends java.lang.Object

Store all inline "margin" related properties Public "structure" allows direct member access.


Field Summary
 int marginBottom
           
 int marginLeft
           
 int marginRight
           
 int marginTop
           
 SpaceVal spaceEnd
           
 SpaceVal spaceStart
           
 
Constructor Summary
InlineProps()
           
 
Method Summary
 
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

spaceStart

public SpaceVal spaceStart

spaceEnd

public SpaceVal spaceEnd
Constructor Detail

InlineProps

public InlineProps()

fop 0.95

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