]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added isAuto method so I can find out if it is
authorKeiron Liddle <keiron@apache.org>
Thu, 3 Aug 2000 05:13:05 +0000 (05:13 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 3 Aug 2000 05:13:05 +0000 (05:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193589 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/datatypes/Length.java

index 7a9aca55c49fef0955a0570ebdcbec89b898f977..763c611009523a0d3bef6b525fe8216692480da7 100644 (file)
@@ -136,6 +136,11 @@ public class Length {
        return millipoints;
     }
 
+    public boolean isAuto()
+    {
+       return auto;
+    }
+
     public String toString() {
        String s = millipoints + "mpt";
        return s;