[aXSL-commit] SF.net SVN: axsl: [530] trunk/axsl/axsl-area-w/src/java/org/axsl/areaW
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
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. |