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 bu...@apache.org on 2011/02/06 18:32:55 UTC

DO NOT REPLY [Bug 50725] KnuthSequence documentation?

https://issues.apache.org/bugzilla/show_bug.cgi?id=50725

--- Comment #1 from Andreas L. Delmelle <ad...@apache.org> 2011-02-06 12:32:53 EST ---

Forgot to add: the key class, the single one that seems to be making it
impossible to turn KnuthSequence into a List<ListElement>, is
InlineLayoutManager. It's there, in the getNextKnuthElements() method, that you
cannot make returnList a List<ListElement> without triggering a compile error.

If the issue there were solved, it would be possible to add type safety to the
return type of LayoutManager.getNextKnuthElements(), and make it either a
List<ListElement> or List<KnuthSequence>.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.