org.apache.fop.datatypes
Class CondLength

java.lang.Object
  extended by org.apache.fop.datatypes.CondLength
All Implemented Interfaces:
CompoundDatatype

public class CondLength
extends Object
implements CompoundDatatype

a space quantity in XSL (space-before, space-after)


Constructor Summary
CondLength()
           
 
Method Summary
 Property getComponent(String sCmpnName)
           
 Property getConditionality()
           
 Property getLength()
           
 boolean isDiscard()
           
 int mvalue()
           
 void setComponent(String sCmpnName, Property cmpnValue, boolean bIsDefault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CondLength

public CondLength()
Method Detail

setComponent

public void setComponent(String sCmpnName,
                         Property cmpnValue,
                         boolean bIsDefault)
Specified by:
setComponent in interface CompoundDatatype

getComponent

public Property getComponent(String sCmpnName)
Specified by:
getComponent in interface CompoundDatatype

getConditionality

public Property getConditionality()

getLength

public Property getLength()

isDiscard

public boolean isDiscard()

mvalue

public int mvalue()


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