]> source.dussan.org Git - xmlgraphics-fop.git/commit
Initial version of new base property type classes
authorKaren Lease <klease@apache.org>
Fri, 10 Nov 2000 22:02:13 +0000 (22:02 +0000)
committerKaren Lease <klease@apache.org>
Fri, 10 Nov 2000 22:02:13 +0000 (22:02 +0000)
commit83a0f66fb884afe3a6941102f176ddeea9dc6cfa
treef210c958231e6423a08d52c2ada81bbb74d7607a
parent3bcf62990651a49de8b9c73d017b79ea23f92396
Initial version of new base property type classes

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193766 13f79535-47bb-0310-9956-ffa450edef68
src/org/apache/fop/fo/ColorTypeProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/CondLengthProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/EnumProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/LengthProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/LengthRangeProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/NumberProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/SpaceProperty.java [new file with mode: 0644]
src/org/apache/fop/fo/StringProperty.java [new file with mode: 0644]