/*
* $Id$
- * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2003 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
*/
// Java
import java.awt.geom.Rectangle2D;
import java.io.IOException;
-import java.util.HashMap;
+import java.util.Map;
import java.util.List;
import java.util.Iterator;
/**
* renderer configuration
*/
- protected HashMap options;
+ protected Map options;
/**
* block progression position
}
/** @see org.apache.fop.render.Renderer */
- public void setOptions(HashMap opt) {
+ public void setOptions(Map opt) {
options = opt;
}
// Java
import java.io.OutputStream;
import java.io.IOException;
-import java.util.HashMap;
+import java.util.Map;
// FOP
import org.apache.fop.apps.FOPException;
*
* @param options The Configuration for the renderer
*/
- void setOptions(HashMap options);
+ void setOptions(Map options);
/**
* Set the producer of the rendering. If this method isn't called the