[aXSL-commit] SF.net SVN: axsl: [569] trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-05-08 23:44:16
|
Revision: 569 Author: victormote Date: 2006-05-08 13:24:42 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=569&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java 2006-05-08 20:11:13 UTC (rev 568) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java 2006-05-08 20:24:42 UTC (rev 569) @@ -28,4 +28,14 @@ public TableColumnArea makeTableColumnArea(TableColumn tableColumn) ; + /** + * Use this method to override the nominal column-width value that is + * returned by getColumnWidth(). + * @param columnNumber The 1-based column number whose width is being set. + * (The first column is column 1, not column 0). + * @param columnWidth The amount, in millipoints, to which the computed + * width of this TableColumn should be set. + */ + public void setResolvedColumnWidth(int columnNumber, int columnWidth) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |