[aXSL-commit] SF.net SVN: axsl: [438] 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-14 23:08:07
|
Revision: 438 Author: victormote Date: 2006-03-14 15:07:58 -0800 (Tue, 14 Mar 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=438&view=rev Log Message: ----------- Add some new methods. Modified Paths: -------------- trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java Modified: trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java =================================================================== --- trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java 2006-03-14 22:56:27 UTC (rev 437) +++ trunk/axsl/axsl-pdf/src/java/org/axsl/pdf/PDFFactory.java 2006-03-14 23:07:58 UTC (rev 438) @@ -108,4 +108,11 @@ PDFDocument document, String name, PDFExplicitDestination explicit) throws PDFException ; + /** + * Create an implementation-specific PDFColor instance. + * @param color The color that should be created. + * @return An implementation-specific PDFColor instance. + */ + public PDFColor createPDFColor(Color color) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |