Save This Page
Home » fop-0.95beta-src » org.apache » fop » datatypes » [javadoc | source]
org.apache.fop.datatypes
public interface: CompoundDatatype [javadoc | source]

All Implemented Interfaces:
    Constants

All Known Implementing Classes:
    KeepProperty, CondLengthProperty, CondLength, SpaceProperty, LengthRangeProperty, LengthPair, LengthPairProperty, Space, ConditionalNullLength, Keep, LengthRange

This interface is used as a base for compound datatypes.
Method from org.apache.fop.datatypes.CompoundDatatype Summary:
getComponent,   setComponent
Method from org.apache.fop.datatypes.CompoundDatatype Detail:
 public Property getComponent(int cmpId)
    Returns a component of the compound datatype.
 public  void setComponent(int cmpId,
    Property cmpnValue,
    boolean bIsDefault)
    Sets a component of the compound datatype.