[aXSL-commit] SF.net SVN: axsl: [431] trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFGraphicsState.jav
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-03-13 20:48:06
|
Revision: 431 Author: victormote Date: 2006-03-13 12:47:58 -0800 (Mon, 13 Mar 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=431&view=rev Log Message: ----------- Remove unneeded interface. Removed Paths: ------------- trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFGraphicsState.java Deleted: trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFGraphicsState.java =================================================================== --- trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFGraphicsState.java 2006-03-13 20:33:34 UTC (rev 430) +++ trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFGraphicsState.java 2006-03-13 20:47:58 UTC (rev 431) @@ -1,28 +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; - -/** - * A PDF Graphics State. - */ -public interface PDFGraphicsState { - -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |