[aXSL-commit] SF.net SVN: axsl: [534] 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-09 01:20:44
|
Revision: 534 Author: victormote Date: 2006-05-07 15:19:04 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=534&view=rev Log Message: ----------- Remove no-longer needed interface. Removed Paths: ------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java Deleted: 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 22:07:24 UTC (rev 533) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LayoutStrategy.java 2006-05-07 22:19:04 UTC (rev 534) @@ -1,42 +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.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 ; - - /** - * Create the needed content in the given PageCollection to satisfy - * the PageCollection's PageSequence in the FOTree. - * @param pageCollection The PageCollection instance to be laid out. - * @throws AreaWException For errors during layout. - */ - public void formatPageSequence(PageCollection pageCollection) - throws AreaWException ; - - public void formatStaticContent(PageArea pageArea) throws AreaWException; - -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |