/*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
return doc;
}
+ /**
+ * Returns the dimensions of the generated area in pts.
+ * @return the requested dimensions in pts.
+ */
public Point2D getDimension(Point2D view) {
return null;
}
* @param data array of characters contaning the text to add
* @param start starting array element to add
* @param length number of characters from the array to add
+ * @param pList the currently applicable property list
* @param locator location in fo source file.
*/
protected void addCharacters(char data[], int start, int length,