[aXSL-commit] SF.net SVN: axsl: [526] trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-05-08 17:55:28
|
Revision: 526 Author: victormote Date: 2006-05-07 09:05:07 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=526&view=rev Log Message: ----------- Expose needed method. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java 2006-05-07 14:41:22 UTC (rev 525) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java 2006-05-07 16:05:07 UTC (rev 526) @@ -20,6 +20,12 @@ package org.axsl.areaW; +import org.axsl.foR.fo.PageSequence; +import org.axsl.foR.fo.Region; + public interface LayoutStrategy { + public void layoutStaticContent(PageSequence pageSequence, + Region region, RegionArea regionArea) throws AreaWException ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |