Browse Source

Move the handmade makers into package fop.fo.properties.

PR: 26434


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197311 13f79535-47bb-0310-9956-ffa450edef68
pull/30/head
Finn Bock 20 years ago
parent
commit
6609bd3aaa

+ 1
- 0
src/java/org/apache/fop/fo/FOPropertyMapping.java View File

@@ -56,6 +56,7 @@ import java.util.Map;
import org.apache.fop.datatypes.ColorType;
import org.apache.fop.datatypes.LengthBase;
import org.apache.fop.datatypes.ToBeImplementedProperty;
import org.apache.fop.fo.properties.BorderWidthPropertyMaker;
import org.apache.fop.fo.properties.CorrespondingPropertyMaker;
import org.apache.fop.fo.properties.DimensionPropertyMaker;
import org.apache.fop.fo.properties.IndentPropertyMaker;

src/java/org/apache/fop/fo/BorderWidthPropertyMaker.java → src/java/org/apache/fop/fo/properties/BorderWidthPropertyMaker.java View File

@@ -48,9 +48,14 @@
* James Tauber <jtauber@jtauber.com>. For more information on the Apache
* Software Foundation, please see <http://www.apache.org/>.
*/
package org.apache.fop.fo;
package org.apache.fop.fo.properties;

import org.apache.fop.apps.FOPException;
import org.apache.fop.fo.Constants;
import org.apache.fop.fo.LengthProperty;
import org.apache.fop.fo.Property;
import org.apache.fop.fo.PropertyList;
import org.apache.fop.fo.LengthProperty.Maker;

/**
* This subclass of LengthProperty.Maker handles the special treatment of

Loading…
Cancel
Save