pbwest 2004/05/29 11:53:15 Modified: src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOPageSeqNode.java Log: Added getDecorations(). MAde getFontAtrtributes() public. Revision Changes Path No revision No revision 1.1.2.6 +10 -3 xml-fop/src/java/org/apache/fop/fo/Attic/FOPageSeqNode.java Index: FOPageSeqNode.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/Attic/FOPageSeqNode.java,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- FOPageSeqNode.java 27 May 2004 15:51:04 -0000 1.1.2.5 +++ FOPageSeqNode.java 29 May 2004 18:53:15 -0000 1.1.2.6 @@ -61,6 +61,13 @@ /** Decorations applicable to generated text. See 7.16.4 "text-decoration" * in the Recommendation.*/ protected TextDecorations decorations = null; + /** + * Gets the current <code>TextDecorations</code> object + * @return the decorations + */ + public TextDecorations getDecorations() { + return decorations; + } /** * @param foTree the FO tree to which this node is added @@ -305,7 +312,7 @@ * @throws PropertyException * @throws FontException */ - protected Map getFontAttributes() throws PropertyException, FontException { + public Map getFontAttributes() throws PropertyException, FontException { int pvtype; Numeric fontSize = null; PropertyValue pv = getPropertyValue(PropNames.FONT_STYLE);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]