[aXSL-commit] SF.net SVN: axsl: [451] trunk/axsl/axsl-font/src/java/org/axsl/font
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-03-26 17:00:24
|
Revision: 451 Author: victormote Date: 2006-03-26 09:00:19 -0800 (Sun, 26 Mar 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=451&view=rev Log Message: ----------- Rename methods per Vincent Hennebert's suggestion. Modified Paths: -------------- trunk/axsl/axsl-font/src/java/org/axsl/font/Font.java trunk/axsl/axsl-font/src/java/org/axsl/font/FontUse.java Modified: trunk/axsl/axsl-font/src/java/org/axsl/font/Font.java =================================================================== --- trunk/axsl/axsl-font/src/java/org/axsl/font/Font.java 2006-03-26 16:31:53 UTC (rev 450) +++ trunk/axsl/axsl-font/src/java/org/axsl/font/Font.java 2006-03-26 17:00:19 UTC (rev 451) @@ -266,7 +266,7 @@ * Returns the PostScript name of the font. * @return The PostScript name of the font. */ - public String postscriptName() ; + public String getPostscriptName() ; /** * Get the font's internal Encoding scheme. Modified: trunk/axsl/axsl-font/src/java/org/axsl/font/FontUse.java =================================================================== --- trunk/axsl/axsl-font/src/java/org/axsl/font/FontUse.java 2006-03-26 16:31:53 UTC (rev 450) +++ trunk/axsl/axsl-font/src/java/org/axsl/font/FontUse.java 2006-03-26 17:00:19 UTC (rev 451) @@ -331,7 +331,7 @@ * and the name of the encoding. * @return The PostScript name of the font. */ - public String postscriptName() ; + public String getPostscriptName() ; /** * Returns the FontConsumer for whom this FontUse exists. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |