[aXSL-commit] SF.net SVN: axsl: [449] trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-03-25 14:53:23
|
Revision: 449 Author: victormote Date: 2006-03-25 06:53:09 -0800 (Sat, 25 Mar 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=449&view=rev Log Message: ----------- Remove PDFFactory. All it does is create a PDFDocument which the application can do directly with no bigger implementation-specific footprint. Removed Paths: ------------- trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java Deleted: trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java =================================================================== --- trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java 2006-03-24 01:04:45 UTC (rev 448) +++ trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java 2006-03-25 14:53:09 UTC (rev 449) @@ -1,35 +0,0 @@ -/* - * Copyright 2006 The aXSL Project. - * http://www.axsl.org - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -/* $Id$ */ - -package org.axsl.pdf; - -/** - * Implementations of this class are used to boostrap the creation of - * implementation-specific PDF-related classes. - */ -public interface PDFFactory { - - /** - * Create an implementation-specific PDFDocument instance. - * @return An implementation-specific PDFDocument instance. - */ - public PDFDocument createPDFDocument() ; - -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |