]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added @param attrSet to constructor Javadoc comment.
authorPeter Bernard West <pbwest@apache.org>
Fri, 8 Nov 2002 14:18:24 +0000 (14:18 +0000)
committerPeter Bernard West <pbwest@apache.org>
Fri, 8 Nov 2002 14:18:24 +0000 (14:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195460 13f79535-47bb-0310-9956-ffa450edef68

38 files changed:
src/org/apache/fop/fo/flow/FoBasicLink.java
src/org/apache/fop/fo/flow/FoBidiOverride.java
src/org/apache/fop/fo/flow/FoBlock.java
src/org/apache/fop/fo/flow/FoBlockContainer.java
src/org/apache/fop/fo/flow/FoCharacter.java
src/org/apache/fop/fo/flow/FoExternalGraphic.java
src/org/apache/fop/fo/flow/FoFloat.java
src/org/apache/fop/fo/flow/FoFootnote.java
src/org/apache/fop/fo/flow/FoFootnoteBody.java
src/org/apache/fop/fo/flow/FoInitialPropertySet.java
src/org/apache/fop/fo/flow/FoInline.java
src/org/apache/fop/fo/flow/FoInlineContainer.java
src/org/apache/fop/fo/flow/FoInstreamForeignObject.java
src/org/apache/fop/fo/flow/FoLeader.java
src/org/apache/fop/fo/flow/FoListBlock.java
src/org/apache/fop/fo/flow/FoListItem.java
src/org/apache/fop/fo/flow/FoListItemBody.java
src/org/apache/fop/fo/flow/FoListItemLabel.java
src/org/apache/fop/fo/flow/FoMarker.java
src/org/apache/fop/fo/flow/FoMultiCase.java
src/org/apache/fop/fo/flow/FoMultiProperties.java
src/org/apache/fop/fo/flow/FoMultiPropertySet.java
src/org/apache/fop/fo/flow/FoMultiSwitch.java
src/org/apache/fop/fo/flow/FoMultiToggle.java
src/org/apache/fop/fo/flow/FoNoFo.java
src/org/apache/fop/fo/flow/FoPageNumber.java
src/org/apache/fop/fo/flow/FoPageNumberCitation.java
src/org/apache/fop/fo/flow/FoRetrieveMarker.java
src/org/apache/fop/fo/flow/FoTable.java
src/org/apache/fop/fo/flow/FoTableAndCaption.java
src/org/apache/fop/fo/flow/FoTableBody.java
src/org/apache/fop/fo/flow/FoTableCaption.java
src/org/apache/fop/fo/flow/FoTableCell.java
src/org/apache/fop/fo/flow/FoTableColumn.java
src/org/apache/fop/fo/flow/FoTableFooter.java
src/org/apache/fop/fo/flow/FoTableHeader.java
src/org/apache/fop/fo/flow/FoTableRow.java
src/org/apache/fop/fo/flow/FoWrapper.java

index 056c3f9ffada4ecc8ae6c0a30bdbbf4632938c62..cd7ad3309ecb797b43b6c7a32ca06a25b743439e 100644 (file)
@@ -99,6 +99,7 @@ public class FoBasicLink extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoBasicLink
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index cbf68b45fd844679fddd919d957ce45a59704346..aeefbbc092506d8f525922711e1fa187e8fb5f93 100644 (file)
@@ -86,6 +86,7 @@ public class FoBidiOverride extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoBidiOverride
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 02facf0d0e8599cb931fdf6d7a64a6f19d2cd958..8410f2abdcd0bcd30ee1d8b8212793e01fe45331 100644 (file)
@@ -112,6 +112,7 @@ public class FoBlock extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoBlock
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 0255963a69a4c1b538d91a23d1f79d6f9b1872b3..c04d07710ef9883640f4052b6e1d09c5333a4474 100644 (file)
@@ -98,6 +98,7 @@ public class FoBlockContainer extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoBlockContainer
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 2f51d97f4056875db57e30a360db5a48a3fd1747..0cfc5358a2fcde237e330776680c804be1cfa101 100644 (file)
@@ -106,6 +106,7 @@ public class FoCharacter extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoCharacter
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 8e050ad6fb1503d807c00f030644f1376884eb68..8de06b8dfdb1f1ca23f37e9ea269358a07e71e31 100644 (file)
@@ -104,6 +104,7 @@ public class FoExternalGraphic extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoExternalGraphic
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index a494c59c8228350e00f1d132d5d0ea5fca591d6e..c49041d30e934d3d3217dfe22e48c4accaa985f5 100644 (file)
@@ -77,6 +77,7 @@ public class FoFloat extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoFloat
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 5fa780eff540b832bd3e26855b46158d1f03a2a7..083fa507a33423937e16eaadaa0a3b378eec5bee 100644 (file)
@@ -76,6 +76,7 @@ public class FoFootnote extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoFootnote
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 5023e899fe8c3b8d32898d47f40ee0111f1203a0..3b98fdeef2788ce4f46eb8fb5ef0612a8f2ea6c2 100644 (file)
@@ -76,6 +76,7 @@ public class FoFootnoteBody extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoFootnoteBody
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 3cb110f93c511ce0d45d90076179a1c353b00946..b83cec481cfdd1d3331ae68e220195e77ffe24a0 100644 (file)
@@ -91,6 +91,7 @@ public class FoInitialPropertySet extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoInitialPropertySet
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 75239347ef4333bab94a134836816531f856f4a1..218fa806a22dfcb267371388172be2351f1c45b3 100644 (file)
@@ -101,6 +101,7 @@ public class FoInline extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoInline
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index b43ab69b3da0fd3166b955ec8e1ebb49b7dd6e17..5e7bd81eac8eac86a0e84652faf9e93d2206b50d 100644 (file)
@@ -98,6 +98,7 @@ public class FoInlineContainer extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoInlineContainer
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index cf56a84565730f7e9b3aed3dda0f63ae03cd77ab..44971d23ea478774d50ffbab2daefc90fb21e4f8 100644 (file)
@@ -103,6 +103,7 @@ public class FoInstreamForeignObject extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoInstreamForeignObject
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 74df7d96c329f3605c97bc4ab3ce0d01e00b03b1..62f03e9b1fce468f770963d85b28110a8b1d3aeb 100644 (file)
@@ -104,6 +104,7 @@ public class FoLeader extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoLeader
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 1ad27c8c22c221334e32362b24cbf26b4b9bc8f7..74083a33e3c0ff200dc6d806330b7ccfd7d98f0b 100644 (file)
@@ -91,6 +91,7 @@ public class FoListBlock extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoListBlock
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index cbf601732604d1371eebbc044e18144e52871c1e..7777e74d5cc818f73d3094ff045e91be8111d595 100644 (file)
@@ -90,6 +90,7 @@ public class FoListItem extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoListItem
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index beca76c9b3ebd408dd35e3bf8b499fdf8b31ace8..88bb1d58abdbb5500aa19916cc27936aea5b230b 100644 (file)
@@ -78,6 +78,7 @@ public class FoListItemBody extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoListItemBody
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 9772490a67893ec6385be31147a26844e309d363..5e0f7be97a34bf0a79d91ce4b19e56984375b5b6 100644 (file)
@@ -78,6 +78,7 @@ public class FoListItemLabel extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoListItemLabel
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 104526c09703ca34c8d1eaf36ed8f16f8a11e9a3..4359de50ccac120d098d4d4ead2ef8da701b8e64 100644 (file)
@@ -69,6 +69,7 @@ public class FoMarker extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoMarker
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 5011084d0f7eedd44992c09c145d8bcf6364a4a8..55d2044362aa57f699d90b28e0687bfd4eaf1e24 100644 (file)
@@ -80,6 +80,7 @@ public class FoMultiCase extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoMultiCase
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index b8597e1d0727ffec3fd77044fb30a426e5f044b9..7482104b071ab5b673eb5995c6697400cf0c4ad3 100644 (file)
@@ -77,6 +77,7 @@ public class FoMultiProperties extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoMultiProperties
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index d4e2f62f8921ea13702f5b60cd59f7a67d1e71ad..6c7ac8a18bf3256270c6a6d663db21f9a172a5f7 100644 (file)
@@ -77,6 +77,7 @@ public class FoMultiPropertySet extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoMultiPropertySet
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 92c151fe4c140b82702b6a1371fb222b20142ca5..8e37ca87efdfdf3f816bd79c6b7a13f28640540c 100644 (file)
@@ -78,6 +78,7 @@ public class FoMultiSwitch extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoMultiSwitch
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 8863aa539b4b9d341697e88288fa75ceba75f580..857477d220ede6ab59cf0dacb7ec46519cbe83af 100644 (file)
@@ -78,6 +78,7 @@ public class FoMultiToggle extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoMultiToggle
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index d6caa95e99aa8faa8f2cdaa49b1c2e9e4b277f35..29541fb0fa3ab67e7ffb5f1a8144a3f28e2b481f 100644 (file)
@@ -69,6 +69,7 @@ public class FoNoFo extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoNoFo
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 7d1d81c5bc2b01ffa33b5786249af05d5c6058c1..58f71e93bb28bba17d9a059abb45c30539e1d8ec 100644 (file)
@@ -102,6 +102,7 @@ public class FoPageNumber extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoPageNumber
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 4866775af884ed3c6c1bf7f7315a3d2cf7e3eea4..9a2527ebac1ff277860f49f544bb09419c8ff973 100644 (file)
@@ -103,6 +103,7 @@ public class FoPageNumberCitation extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoPageNumberCitation
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 73464deba544c07b9ff1b597615b3f65bc040644..21c14ceac2e344114b4da3b1c05972a0fa978d44 100644 (file)
@@ -78,6 +78,7 @@ public class FoRetrieveMarker extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoRetrieveMarker
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index deabbb4d97897bfd86439a4e8094b791b156225a..a37907e580e6b97eb76934a659b663bcfbcd26a1 100644 (file)
@@ -103,6 +103,7 @@ public class FoTable extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTable
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 98e3786d149ce72bb97307ab627fa6c1fbb3dc6a..822e6b036755916b0cb0f0bfe3b8386a43940020 100644 (file)
@@ -91,6 +91,7 @@ public class FoTableAndCaption extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableAndCaption
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index ae659db8fbdb8c7957532ca3fa2e8a25cbf99638..76a58125cafa572e5d420692ff40a6ddba839f81 100644 (file)
@@ -86,6 +86,7 @@ public class FoTableBody extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableBody
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index b278f5093267727cd6d7d4a390cd48d5875d7be1..fd3b551b8407cbdf996ec5e30512c00c80e3b7c9 100644 (file)
@@ -88,6 +88,7 @@ public class FoTableCaption extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableCaption
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index c872ab926e393053bba263fda36a6c8f5db734c6..7dd1b04e062c55856b8c9b7aedc085370ed5cdbb 100644 (file)
@@ -98,6 +98,7 @@ public class FoTableCell extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableCell
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 39439d964521d728e276877d6012199a65cf2d3a..760c16434a4fb05d7a8a151ff4a6d34d24520e0f 100644 (file)
@@ -86,6 +86,7 @@ public class FoTableColumn extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableColumn
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index d827fe9192460fe83d487c9d708313eb2ab811de..f94de38466f195432910070cc71898abcd6c9e9d 100644 (file)
@@ -86,6 +86,7 @@ public class FoTableFooter extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableFooter
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 959fa1194d5cf67990ea2f1f5de38b62bf38d05d..86074d941aa3cad05b6819301a01c9aea0d0c7c4 100644 (file)
@@ -86,6 +86,7 @@ public class FoTableHeader extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableHeader
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index a94968441f824eda436b5653c820b872556171cc..805bbabd2976aad5181d77d0ac9c6a49bc3a5d04 100644 (file)
@@ -93,6 +93,7 @@ public class FoTableRow extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoTableRow
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)
index 65121d1eaa3a43517ab6873c12066b2f650f4a07..91083e8badb1ab90cf9817e20435ef3f89bbea4d 100644 (file)
@@ -69,6 +69,7 @@ public class FoWrapper extends FONode {
      * @param parent the parent FONode of this node
      * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
      * this node
+     * @param attrSet the index of the attribute set applying to the node.
      */
     public FoWrapper
                 (FOTree foTree, FONode parent, FoXMLEvent event, int attrSet)