Переглянути джерело

Organized imports


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1304264 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_1rc1old
Vincent Hennebert 12 роки тому
джерело
коміт
d88a9fb1d1

+ 3
- 2
src/java/org/apache/fop/fo/flow/Marker.java Переглянути файл

@@ -21,6 +21,9 @@ package org.apache.fop.fo.flow;

import java.util.Map;

import org.xml.sax.Attributes;
import org.xml.sax.Locator;

import org.apache.fop.apps.FOPException;
import org.apache.fop.fo.FONode;
import org.apache.fop.fo.FOTreeBuilderContext;
@@ -31,8 +34,6 @@ import org.apache.fop.fo.PropertyListMaker;
import org.apache.fop.fo.ValidationException;
import org.apache.fop.fo.properties.Property;
import org.apache.fop.fo.properties.PropertyCache;
import org.xml.sax.Attributes;
import org.xml.sax.Locator;

/**
* Class modelling the <a href="http://www.w3.org/TR/xsl/#fo_marker">

+ 1
- 0
src/java/org/apache/fop/fo/properties/CommonHyphenation.java Переглянути файл

@@ -21,6 +21,7 @@ package org.apache.fop.fo.properties;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import org.apache.fop.fo.Constants;
import org.apache.fop.fo.PropertyList;
import org.apache.fop.fo.expr.PropertyException;

+ 2
- 2
src/java/org/apache/fop/fo/properties/URIProperty.java Переглянути файл

@@ -19,8 +19,6 @@

package org.apache.fop.fo.properties;

import static org.apache.fop.fo.Constants.PR_X_XML_BASE;

import java.net.URI;
import java.net.URISyntaxException;

@@ -30,6 +28,8 @@ import org.apache.fop.fo.PropertyList;
import org.apache.fop.fo.expr.PropertyException;
import org.apache.fop.util.CompareUtil;

import static org.apache.fop.fo.Constants.PR_X_XML_BASE;

/**
* Class modeling a property that has a value of type &lt;uri-specification>.
* The purpose is mainly to support resolution of a specified

+ 3
- 2
src/java/org/apache/fop/svg/ACIUtils.java Переглянути файл

@@ -28,12 +28,13 @@ import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import org.apache.batik.bridge.SVGFontFamily;
import org.apache.batik.gvt.font.GVTFont;
import org.apache.batik.gvt.font.GVTFontFamily;
import org.apache.batik.gvt.text.GVTAttributedCharacterIterator;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

import org.apache.fop.fonts.Font;
import org.apache.fop.fonts.FontInfo;

Завантаження…
Відмінити
Зберегти