]> source.dussan.org Git - xmlgraphics-fop.git/commit
Further cleanup/refinement of FixedLength:
authorAndreas L. Delmelle <adelmelle@apache.org>
Sat, 2 Feb 2008 15:13:40 +0000 (15:13 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sat, 2 Feb 2008 15:13:40 +0000 (15:13 +0000)
commit6bc6210d90b3c1af0162bb407598cdf5b13a08b4
tree35e02b82d183327a90250fa6f51c01bc7be93614
parentc87d810b5f462fe05ef71ca260b57766ea0f15b1
Further cleanup/refinement of FixedLength:
* improve consistency in use of the PropertyCache
  remove public constructor ->  replaced by getInstance() in a handful of classes
* added a sourceResolution parameter to getInstance() and the private
  constructor to allow better handling of device-dependent units (px)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@617812 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/flow/ExternalGraphic.java
src/java/org/apache/fop/fo/properties/BorderWidthPropertyMaker.java
src/java/org/apache/fop/fo/properties/FixedLength.java
src/java/org/apache/fop/fo/properties/FontSizePropertyMaker.java
src/java/org/apache/fop/fo/properties/IndentPropertyMaker.java
src/java/org/apache/fop/fo/properties/LengthRangeProperty.java