]> source.dussan.org Git - xmlgraphics-fop.git/commit
New types for properties
authorKaren Lease <klease@apache.org>
Fri, 10 Nov 2000 22:31:00 +0000 (22:31 +0000)
committerKaren Lease <klease@apache.org>
Fri, 10 Nov 2000 22:31:00 +0000 (22:31 +0000)
commitf5ae0387fda5c83b7cbcc4c637ceaa696eb1e328
treed31cbbdcca85a71c1c668d4028884dbd329a7c5f
parent69de007e0f16649d3f69f5c700f1164b12e933d5
New types for properties

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193774 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/datatypes/CondLength.java [new file with mode: 0644]
src/org/apache/fop/datatypes/LengthBase.java [new file with mode: 0644]
src/org/apache/fop/datatypes/LengthRange.java [new file with mode: 0644]
src/org/apache/fop/datatypes/MixedLength.java [new file with mode: 0644]
src/org/apache/fop/datatypes/PercentBase.java [new file with mode: 0644]
src/org/apache/fop/datatypes/PercentLength.java [new file with mode: 0644]
src/org/apache/fop/datatypes/Space.java [new file with mode: 0644]
src/org/apache/fop/datatypes/TableColLength.java [new file with mode: 0644]