axsl-commit Mailing List for aXSL (Page 112)
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
(36) |
Apr
(36) |
May
(127) |
Jun
(193) |
Jul
(12) |
Aug
(46) |
Sep
(66) |
Oct
(28) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(39) |
Feb
(68) |
Mar
(58) |
Apr
(88) |
May
(40) |
Jun
(82) |
Jul
(213) |
Aug
(19) |
Sep
(2) |
Oct
(26) |
Nov
(2) |
Dec
|
| 2008 |
Jan
(5) |
Feb
(30) |
Mar
(26) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
(4) |
Apr
(44) |
May
(1) |
Jun
(9) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
(4) |
Feb
(4) |
Mar
|
Apr
(7) |
May
(35) |
Jun
|
Jul
|
Aug
(48) |
Sep
(10) |
Oct
(1) |
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(40) |
| 2017 |
Jan
(82) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(15) |
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(37) |
Mar
(28) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(27) |
| 2021 |
Jan
(52) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(72) |
Dec
(100) |
| 2022 |
Jan
(119) |
Feb
(94) |
Mar
(4) |
Apr
|
May
|
Jun
(5) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
(10) |
Dec
(97) |
| 2023 |
Jan
(52) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(17) |
Sep
(21) |
Oct
(8) |
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(11) |
Feb
(1) |
Mar
|
Apr
(27) |
May
(62) |
Jun
(27) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2026 |
Jan
(14) |
Feb
(55) |
Mar
(49) |
Apr
(31) |
May
(177) |
Jun
(82) |
Jul
(53) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <vic...@us...> - 2006-05-08 23:58:56
|
Revision: 532 Author: victormote Date: 2006-05-07 14:05:08 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=532&view=rev Log Message: ----------- Add new factory method. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java 2006-05-07 19:52:34 UTC (rev 531) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java 2006-05-07 21:05:08 UTC (rev 532) @@ -20,6 +20,7 @@ package org.axsl.areaW; +import org.axsl.foR.FOText; import org.axsl.foR.fo.ExternalGraphic; import org.axsl.foR.fo.InstreamForeignObject; import org.axsl.foR.fo.Leader; @@ -47,4 +48,8 @@ public PageNumberCitationArea makePageNumberCitationArea( PageNumberCitation citation, int ipd) ; + public TextArea makeTextArea(FOText foText, int ipd, int startOffset, + int sizeInChars, boolean hasDiscretionaryHyphen, + boolean hasFauxSmallCaps) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:57:00
|
Revision: 561 Author: victormote Date: 2006-05-08 12:04:35 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=561&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java 2006-05-08 18:20:18 UTC (rev 560) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java 2006-05-08 19:04:35 UTC (rev 561) @@ -23,6 +23,7 @@ import org.axsl.foR.fo.FootnoteBody; import org.axsl.foR.fo.Marker; import org.axsl.foR.fo.PageSequence; +import org.axsl.foR.fo.RetrieveMarker; import org.axsl.foR.fo.SimplePageMaster; import java.util.List; @@ -57,4 +58,6 @@ public void registerMarker(Marker marker) ; + public Marker bestMarker(RetrieveMarker node) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:56:51
|
Revision: 551 Author: victormote Date: 2006-05-08 08:28:24 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=551&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/MainRA.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/SpanRA.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/MainRA.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/MainRA.java 2006-05-08 15:12:54 UTC (rev 550) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/MainRA.java 2006-05-08 15:28:24 UTC (rev 551) @@ -20,10 +20,22 @@ package org.axsl.areaW; +import org.axsl.foR.FObj; + /** * Manages the main-reference-area. Its parent should always be an instance of * RegionRABody, and its children should always be instances of SpanRA. */ public interface MainRA extends AreaFixed { + public boolean isBalancingRequired(FObj fo) ; + + public void resetSpanArea() ; + + public boolean isNewSpanArea() ; + + public boolean isLastColumn() ; + + public NormalFlowRA getNextWritableArea(FObj fo) throws AreaWException ; + } Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/SpanRA.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/SpanRA.java 2006-05-08 15:12:54 UTC (rev 550) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/SpanRA.java 2006-05-08 15:28:24 UTC (rev 551) @@ -28,4 +28,8 @@ */ public interface SpanRA extends AreaFlexible { + public int getCurrentColumn() ; + + public void setCurrentColumn(int columnNumber) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:55:58
|
Revision: 574 Author: victormote Date: 2006-05-08 16:55:54 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=574&view=rev Log Message: ----------- Remove end-of-document event. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java 2006-05-08 22:22:30 UTC (rev 573) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java 2006-05-08 23:55:54 UTC (rev 574) @@ -44,14 +44,6 @@ } /** - * Constructor for a "Document complete" event. - * @param source the Object that fired the event. - */ - public AreaTreeEvent (Object source) { - super(source); - } - - /** * @return The PageArea object attached to this event. * This will return null for non-PageArea events. */ Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java 2006-05-08 22:22:30 UTC (rev 573) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java 2006-05-08 23:55:54 UTC (rev 574) @@ -36,10 +36,4 @@ */ void pageComplete (AreaTreeEvent event); - /** - * Method for handling a completed Area Tree. - * @param event The event that has been fired. - */ - void areaTreeComplete (AreaTreeEvent event); - } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:50:26
|
Revision: 536 Author: victormote Date: 2006-05-07 15:44:50 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=536&view=rev Log Message: ----------- Fix copyright. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-07 22:36:19 UTC (rev 535) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-07 22:44:50 UTC (rev 536) @@ -1,6 +1,6 @@ /* - * Copyright 2004 The FOray Project. - * http://www.foray.org + * 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. @@ -14,10 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * This work is in part derived from the following work(s), used with the - * permission of the licensor: - * Apache FOP, licensed by the Apache Software Foundation - * */ /* $Id$ */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:49:56
|
Revision: 553 Author: victormote Date: 2006-05-08 09:23:08 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=553&view=rev Log Message: ----------- Add needed methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/GenericContainer.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java 2006-05-08 15:45:04 UTC (rev 552) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java 2006-05-08 16:23:08 UTC (rev 553) @@ -24,12 +24,29 @@ package org.axsl.areaW; +import org.axsl.foR.fo.TableBody; +import org.axsl.foR.fo.TableFooter; +import org.axsl.foR.fo.TableHeader; + public interface Area extends AreaNode { /** * @return The block-progression-dimension of the content-rectangle for * this Area. */ - public abstract int crBPD() ; + public int crBPD() ; + public void incrementProgressionDimension(int incrementAmount); + + public short traitAbsolutePosition() ; + + public TableBodyContainer makeTableBodyContainer( + TableBody tableBody); + + public TableHeaderContainer makeTableHeaderContainer( + TableHeader tableHeader); + + public TableFooterContainer makeTableFooterContainer( + TableFooter tableFooter); + } Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-08 15:45:04 UTC (rev 552) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-08 16:23:08 UTC (rev 553) @@ -48,4 +48,6 @@ public NormalBlockArea ancestorWritableNormalBlockArea() ; + public void removeChild(AreaNode areaNode) ; + } Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/GenericContainer.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/GenericContainer.java 2006-05-08 15:45:04 UTC (rev 552) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/GenericContainer.java 2006-05-08 16:23:08 UTC (rev 553) @@ -22,4 +22,12 @@ public interface GenericContainer extends ContainerRA { + public void setXPosition(int xPosition) ; + + public int getXPosition() ; + + public void setYPosition(int yPosition) ; + + public int getYPosition() ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:46:31
|
Revision: 535 Author: victormote Date: 2006-05-07 15:36:19 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=535&view=rev Log Message: ----------- Expose some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/NormalBlockArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-07 22:19:04 UTC (rev 534) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-07 22:36:19 UTC (rev 535) @@ -41,4 +41,8 @@ */ public FOLinkage getFOLinkage(FONode foNode) ; + public boolean hasChildren(); + + public int siblingIndex(); + } Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/NormalBlockArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/NormalBlockArea.java 2006-05-07 22:19:04 UTC (rev 534) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/NormalBlockArea.java 2006-05-07 22:36:19 UTC (rev 535) @@ -22,4 +22,12 @@ public interface NormalBlockArea { + /** + * Notify this block that the area has completed layout. + * Indicates the the block has been fully laid out, this will + * add (if any) the current line area. + */ + public void completeCurrentLine() ; + } + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
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. |
|
From: <vic...@us...> - 2006-05-08 23:37:18
|
Revision: 539 Author: victormote Date: 2006-05-07 16:29:24 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=539&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/RegionRABody.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java 2006-05-07 23:15:26 UTC (rev 538) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageArea.java 2006-05-07 23:29:24 UTC (rev 539) @@ -39,6 +39,8 @@ public RegionArea getWritableRegionEnd() ; + public RegionRABody getWritableRegionBody() ; + public int getNumber() ; public void addPendingFootnote(FootnoteBody fb); Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/RegionRABody.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/RegionRABody.java 2006-05-07 23:15:26 UTC (rev 538) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/RegionRABody.java 2006-05-07 23:29:24 UTC (rev 539) @@ -22,6 +22,6 @@ public interface RegionRABody extends AreaFixed { - public MainRA getMainRA() ; + public MainRA getWritableMainRA() ; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:36:08
|
Revision: 540 Author: victormote Date: 2006-05-07 16:39:56 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=540&view=rev Log Message: ----------- Add new interface for footnote area. Added Paths: ----------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java 2006-05-07 23:39:56 UTC (rev 540) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface FootnoteRA { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:32:55
|
Revision: 562 Author: victormote Date: 2006-05-08 12:11:31 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=562&view=rev Log Message: ----------- Add new interface. Added Paths: ----------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java 2006-05-08 19:11:31 UTC (rev 562) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface TableCellArea { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:32:42
|
Revision: 530 Author: victormote Date: 2006-05-07 11:59:27 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=530&view=rev Log Message: ----------- Add some new interfaces. Added Paths: ----------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/BasicLinkArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ExternalGraphicArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ForeignObjectArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/InlineArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LeaderArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberCitationArea.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TextArea.java Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/BasicLinkArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/BasicLinkArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/BasicLinkArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface BasicLinkArea extends AreaFlexible { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/BasicLinkArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ExternalGraphicArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ExternalGraphicArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ExternalGraphicArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,27 @@ +/* + * 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$ */ + +/* $Id$ */ + +package org.axsl.areaW; + +public interface ExternalGraphicArea extends AreaFlexible{ + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ExternalGraphicArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ForeignObjectArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ForeignObjectArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ForeignObjectArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface ForeignObjectArea extends AreaFlexible { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/ForeignObjectArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/InlineArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/InlineArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/InlineArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface InlineArea extends AreaFlexible { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/InlineArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LeaderArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LeaderArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LeaderArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface LeaderArea extends AreaFlexible { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LeaderArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface PageNumberArea extends AreaFlexible { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberCitationArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberCitationArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberCitationArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface PageNumberCitationArea extends AreaFlexible { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/PageNumberCitationArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TextArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TextArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TextArea.java 2006-05-07 18:59:27 UTC (rev 530) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface TextArea extends AreaFlexible { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TextArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 23:12:30
|
Revision: 573 Author: victormote Date: 2006-05-08 15:22:30 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=573&view=rev Log Message: ----------- Add event class and listener interface for the Area Tree. Added Paths: ----------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java 2006-05-08 22:22:30 UTC (rev 573) @@ -0,0 +1,62 @@ +/* + * 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 java.util.EventObject; + +/** + * An Event used for notification that various stages of the building of an + * Area tree have been completed. + * Events are fired when an a page is complete, and when the document (AreaTree) + * is complete. + */ +public class AreaTreeEvent extends EventObject { + static final long serialVersionUID = 126074768253146781L; + + private PageArea page; + + /** + * Constructor for a "Page complete" event. + * @param source the Object that fired the event. + * @param page The PageArea instance that was just completed. + */ + public AreaTreeEvent (Object source, PageArea page) { + super(source); + this.page = page; + } + + /** + * Constructor for a "Document complete" event. + * @param source the Object that fired the event. + */ + public AreaTreeEvent (Object source) { + super(source); + } + + /** + * @return The PageArea object attached to this event. + * This will return null for non-PageArea events. + */ + public PageArea getPage () { + return this.page; + } + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeEvent.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java 2006-05-08 22:22:30 UTC (rev 573) @@ -0,0 +1,45 @@ +/* + * 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 java.util.EventListener; + +/** + * An interface for classes that need to handle {@link AreaTreeEvent} objects + * as they are fired. + * @see AreaTreeEvent + */ + +public interface AreaTreeListener extends EventListener { + + /** + * Method for handling a completed Area Tree page. + * @param event The event that has been fired. + */ + void pageComplete (AreaTreeEvent event); + + /** + * Method for handling a completed Area Tree. + * @param event The event that has been fired. + */ + void areaTreeComplete (AreaTreeEvent event); + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaTreeListener.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 21:41:28
|
Revision: 572 Author: victormote Date: 2006-05-08 14:41:24 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=572&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java 2006-05-08 21:26:39 UTC (rev 571) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java 2006-05-08 21:41:24 UTC (rev 572) @@ -20,9 +20,13 @@ package org.axsl.areaW; +import org.axsl.foR.fo.TableRow; + /** * Super-interface for Table body, header, and footer areas. */ public interface AbstractTableContainer extends GenericContainer { + public TableRowContainer makeTableRowContainer(TableRow node) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 21:26:48
|
Revision: 571 Author: victormote Date: 2006-05-08 14:26:39 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=571&view=rev Log Message: ----------- Add new super-interface. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableBodyContainer.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableFooterContainer.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableHeaderContainer.java Added Paths: ----------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java 2006-05-08 21:26:39 UTC (rev 571) @@ -0,0 +1,28 @@ +/* + * 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; + +/** + * Super-interface for Table body, header, and footer areas. + */ +public interface AbstractTableContainer extends GenericContainer { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AbstractTableContainer.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableBodyContainer.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableBodyContainer.java 2006-05-08 20:37:57 UTC (rev 570) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableBodyContainer.java 2006-05-08 21:26:39 UTC (rev 571) @@ -20,6 +20,6 @@ package org.axsl.areaW; -public interface TableBodyContainer extends GenericContainer { +public interface TableBodyContainer extends AbstractTableContainer { } Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableFooterContainer.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableFooterContainer.java 2006-05-08 20:37:57 UTC (rev 570) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableFooterContainer.java 2006-05-08 21:26:39 UTC (rev 571) @@ -20,6 +20,6 @@ package org.axsl.areaW; -public interface TableFooterContainer extends GenericContainer { +public interface TableFooterContainer extends AbstractTableContainer { } Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableHeaderContainer.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableHeaderContainer.java 2006-05-08 20:37:57 UTC (rev 570) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableHeaderContainer.java 2006-05-08 21:26:39 UTC (rev 571) @@ -20,6 +20,6 @@ package org.axsl.areaW; -public interface TableHeaderContainer extends GenericContainer { +public interface TableHeaderContainer extends AbstractTableContainer { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 20:38:04
|
Revision: 570 Author: victormote Date: 2006-05-08 13:37:57 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=570&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-08 20:24:42 UTC (rev 569) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/AreaNode.java 2006-05-08 20:37:57 UTC (rev 570) @@ -62,4 +62,6 @@ */ public Area nearestGeneratedByBlockLevelFO() ; + public TableArea ancestorTableArea(); + } 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:24:42 UTC (rev 569) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java 2006-05-08 20:37:57 UTC (rev 570) @@ -38,4 +38,15 @@ */ public void setResolvedColumnWidth(int columnNumber, int columnWidth) ; + /** + * Computes the content-rectangle inline-progression-dimension of a + * cell. + * @param startingColumn The 1-based index to the column number. + * @param numberColumns The number of columns to be computed (useful for + * spanned columns). + * @return The content-rectangle(??) inline-progression-dimension of the + * cell described. + */ + public int ipdCell(int startingColumn, int numberColumns) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 20:11:20
|
Revision: 568 Author: victormote Date: 2006-05-08 13:11:13 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=568&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java 2006-05-08 20:01:12 UTC (rev 567) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java 2006-05-08 20:11:13 UTC (rev 568) @@ -25,6 +25,7 @@ package org.axsl.areaW; import org.axsl.foR.FObj; +import org.axsl.foR.fo.Table; import org.axsl.foR.fo.TableBody; import org.axsl.foR.fo.TableFooter; import org.axsl.foR.fo.TableHeader; @@ -58,6 +59,8 @@ public TableFooterContainer makeTableFooterContainer( TableFooter tableFooter); + public TableArea makeTableArea(Table table); + public NormalBlockArea makeNormalBlockArea(FObj fobj); /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 20:01:24
|
Revision: 567 Author: victormote Date: 2006-05-08 13:01:12 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=567&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 19:52:39 UTC (rev 566) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableArea.java 2006-05-08 20:01:12 UTC (rev 567) @@ -20,6 +20,12 @@ package org.axsl.areaW; +import org.axsl.foR.fo.TableColumn; + public interface TableArea extends NormalBlockArea { + public int getResolvedColumnWidth(int columnNumber) ; + + public TableColumnArea makeTableColumnArea(TableColumn tableColumn) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 19:52:49
|
Revision: 566 Author: victormote Date: 2006-05-08 12:52:39 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=566&view=rev Log Message: ----------- Add new interface. Added Paths: ----------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableColumnArea.java Added: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableColumnArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableColumnArea.java (rev 0) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableColumnArea.java 2006-05-08 19:52:39 UTC (rev 566) @@ -0,0 +1,25 @@ +/* + * 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; + +public interface TableColumnArea extends ContainerRA { + +} Property changes on: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableColumnArea.java ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 19:36:33
|
Revision: 565 Author: victormote Date: 2006-05-08 12:36:24 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=565&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableRowContainer.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableRowContainer.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableRowContainer.java 2006-05-08 19:30:33 UTC (rev 564) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableRowContainer.java 2006-05-08 19:36:24 UTC (rev 565) @@ -20,6 +20,10 @@ package org.axsl.areaW; +import org.axsl.foR.fo.TableCell; + public interface TableRowContainer extends AreaFlexible { + public TableCellArea makeTableCellArea(TableCell node) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 19:30:38
|
Revision: 564 Author: victormote Date: 2006-05-08 12:30:33 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=564&view=rev Log Message: ----------- Add some useful methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java 2006-05-08 19:15:43 UTC (rev 563) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/Area.java 2006-05-08 19:30:33 UTC (rev 564) @@ -45,6 +45,8 @@ public void incrementProgressionDimension(int incrementAmount); + public void setProgressionDimension(int incrementAmount); + public short traitAbsolutePosition() ; public TableBodyContainer makeTableBodyContainer( Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java 2006-05-08 19:15:43 UTC (rev 563) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java 2006-05-08 19:30:33 UTC (rev 564) @@ -22,4 +22,12 @@ public interface TableCellArea extends ContainerRA { + public void setCenteringPaddingBottom(int padding) ; + + public void setCenteringPaddingLeft(int padding) ; + + public void setCenteringPaddingRight(int padding) ; + + public void setCenteringPaddingTop(int padding) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 19:15:49
|
Revision: 563 Author: victormote Date: 2006-05-08 12:15:43 -0700 (Mon, 08 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=563&view=rev Log Message: ----------- Fix hierarchy. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java 2006-05-08 19:11:31 UTC (rev 562) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/TableCellArea.java 2006-05-08 19:15:43 UTC (rev 563) @@ -20,6 +20,6 @@ package org.axsl.areaW; -public interface TableCellArea { +public interface TableCellArea extends ContainerRA { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 18:01:08
|
Revision: 516 Author: victormote Date: 2006-05-06 06:23:37 -0700 (Sat, 06 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=516&view=rev Log Message: ----------- Fix build error. Modified Paths: -------------- trunk/axsl/scripts/build.xml Modified: trunk/axsl/scripts/build.xml =================================================================== --- trunk/axsl/scripts/build.xml 2006-05-06 02:11:22 UTC (rev 515) +++ trunk/axsl/scripts/build.xml 2006-05-06 13:23:37 UTC (rev 516) @@ -179,7 +179,7 @@ <package name="org.axsl.areaW"/> <package name="org.axsl.areaW.*"/> </group> - <group title="The aXSL Area Tree Writer Module"> + <group title="The aXSL Area Tree Reader Module"> <package name="org.axsl.areaR"/> <package name="org.axsl.areaR.*"/> </group> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 17:58:00
|
Revision: 541 Author: victormote Date: 2006-05-07 17:03:04 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=541&view=rev Log Message: ----------- Fix hierarchy. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java 2006-05-07 23:39:56 UTC (rev 540) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/FootnoteRA.java 2006-05-08 00:03:04 UTC (rev 541) @@ -20,6 +20,6 @@ package org.axsl.areaW; -public interface FootnoteRA { +public interface FootnoteRA extends AreaFixed { } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <vic...@us...> - 2006-05-08 17:57:45
|
Revision: 531 Author: victormote Date: 2006-05-07 12:52:34 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/axsl/?rev=531&view=rev Log Message: ----------- Add new factory methods. Modified Paths: -------------- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java Modified: trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java =================================================================== --- trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java 2006-05-07 18:59:27 UTC (rev 530) +++ trunk/axsl/axsl-area-w/src/java/org/axsl/areaW/LineArea.java 2006-05-07 19:52:34 UTC (rev 531) @@ -20,6 +20,11 @@ package org.axsl.areaW; +import org.axsl.foR.fo.ExternalGraphic; +import org.axsl.foR.fo.InstreamForeignObject; +import org.axsl.foR.fo.Leader; +import org.axsl.foR.fo.PageNumber; +import org.axsl.foR.fo.PageNumberCitation; import org.axsl.fontR.FontConsumer; import org.axsl.text.TextServer; @@ -29,4 +34,17 @@ public FontConsumer getFontConsumer(); + public ForeignObjectArea makeForeignObjectArea(InstreamForeignObject ifo, + int ipd) ; + + public ExternalGraphicArea makeExternalGraphicArea(ExternalGraphic eg, + int ipd) ; + + public LeaderArea makeLeaderArea(Leader leader, int ipd) ; + + public PageNumberArea makePageNumberArea(PageNumber pageNumber, int ipd) ; + + public PageNumberCitationArea makePageNumberCitationArea( + PageNumberCitation citation, int ipd) ; + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |