diff options
author | Karen Lease <klease@apache.org> | 2001-01-02 21:35:44 +0000 |
---|---|---|
committer | Karen Lease <klease@apache.org> | 2001-01-02 21:35:44 +0000 |
commit | 61d372a192e1a5e92437d100f8ec38124e8bc6fd (patch) | |
tree | 82c9a58716e95643f74be29d839b80b4877dd23c /src/org/apache/fop/fo/LengthRangeProperty.java | |
parent | 3e1bbd3722e489d4c3c86288f414db6eb1270f76 (diff) | |
download | xmlgraphics-fop-61d372a192e1a5e92437d100f8ec38124e8bc6fd.tar.gz xmlgraphics-fop-61d372a192e1a5e92437d100f8ec38124e8bc6fd.zip |
Modify compound property handling; add support for corresponding properties and mixed property types
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/fo/LengthRangeProperty.java')
-rw-r--r-- | src/org/apache/fop/fo/LengthRangeProperty.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/org/apache/fop/fo/LengthRangeProperty.java b/src/org/apache/fop/fo/LengthRangeProperty.java index b5aa7af04..20968d77f 100644 --- a/src/org/apache/fop/fo/LengthRangeProperty.java +++ b/src/org/apache/fop/fo/LengthRangeProperty.java @@ -70,8 +70,6 @@ public class LengthRangeProperty extends Property { public LengthRange getLengthRange() { return this.lengthRange; } - /* Question, should we allow this? */ - public Length getLength() { return this.lengthRange.getOptimum(); } public Object getObject() { return this.lengthRange ; } } |