]> source.dussan.org Git - xmlgraphics-fop.git/commit
----------------------------------------------------------------------
authorGlen Mazza <gmazza@apache.org>
Mon, 22 Dec 2003 03:53:31 +0000 (03:53 +0000)
committerGlen Mazza <gmazza@apache.org>
Mon, 22 Dec 2003 03:53:31 +0000 (03:53 +0000)
commit65efc8ad67604e3fee2337a1066ac02299951817
treecce064782472ce2c53507660876d84bfc8b3856a
parent657644f5904c56555d5ffca15ff297343cfbbd61
----------------------------------------------------------------------
More of conversion of strings to integers:  Makers now being created via int constants in fo.properties.Constants class.

Temporary string-int conversions currently in Property.java and PropertyList.java, which converts strings from callers into ints for subsequent use.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197047 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
src/codegen/fo-property-mapping.xsl
src/codegen/properties.xsl
src/java/org/apache/fop/datatypes/ToBeImplementedProperty.java
src/java/org/apache/fop/fo/CharacterProperty.java
src/java/org/apache/fop/fo/ColorTypeProperty.java
src/java/org/apache/fop/fo/CondLengthProperty.java
src/java/org/apache/fop/fo/EnumProperty.java
src/java/org/apache/fop/fo/KeepProperty.java
src/java/org/apache/fop/fo/LengthPairProperty.java
src/java/org/apache/fop/fo/LengthProperty.java
src/java/org/apache/fop/fo/LengthRangeProperty.java
src/java/org/apache/fop/fo/ListProperty.java
src/java/org/apache/fop/fo/NumberProperty.java
src/java/org/apache/fop/fo/Property.java
src/java/org/apache/fop/fo/SpaceProperty.java
src/java/org/apache/fop/fo/StringProperty.java