You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Glen Mazza <gr...@yahoo.com> on 2004/12/06 23:40:00 UTC

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr KnuthElement.java KnuthBox.java KnuthGlue.java KnuthPenalty.java

Luca, I think we should be using getWidth() instead of
getW(), correct?

Thanks,
Glen

--- lfurini@apache.org wrote:

>    
>   +    /**
>   +     * Return the width of this element.
>   +     */
>        public int getW() {
>            return width;
>        }
>