org.apache.fop.datatypes
Class Space
java.lang.Object
org.apache.fop.datatypes.LengthRange
org.apache.fop.datatypes.Space
- All Implemented Interfaces:
- CompoundDatatype
public class Space
- extends LengthRange
a space quantity in XSL (space-before, space-after)
Constructor Summary |
Space()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Space
public Space()
setComponent
public void setComponent(String sCmpnName,
Property cmpnValue,
boolean bIsDefault)
- Specified by:
setComponent
in interface CompoundDatatype
- Overrides:
setComponent
in class LengthRange
getComponent
public Property getComponent(String sCmpnName)
- Specified by:
getComponent
in interface CompoundDatatype
- Overrides:
getComponent
in class LengthRange
setPrecedence
protected void setPrecedence(Property precedence,
boolean bIsDefault)
setConditionality
protected void setConditionality(Property conditionality,
boolean bIsDefault)
getPrecedence
public Property getPrecedence()
getConditionality
public Property getConditionality()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.