org.apache.fop.datatypes
Class AutoLength

java.lang.Object
  extended byorg.apache.fop.datatypes.Length
      extended byorg.apache.fop.datatypes.AutoLength

public class AutoLength
extends Length

a length quantity in XSL which is specified as "auto"


Field Summary
 
Fields inherited from class org.apache.fop.datatypes.Length
bIsComputed, millipoints
 
Constructor Summary
AutoLength()
           
 
Method Summary
 boolean isAuto()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.fop.datatypes.Length
asNumeric, computeValue, getTableUnits, isComputed, mvalue, resolveTableUnit, setComputedValue, setComputedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutoLength

public AutoLength()
Method Detail

isAuto

public boolean isAuto()
Overrides:
isAuto in class Length

toString

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


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