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 Tibor Vyletel <ti...@centrum.sk> on 2004/01/25 15:39:35 UTC

PageViewport question

Hello,

I would like to ask, what's the reason why PageViewport class is not descended from Area class. It's a bit complicating factor in design of one my class which processes different kinds of Area objects.

Thanks in advance.

Tibor

Re: PageViewport question

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Tibor Vyletel wrote:
> I would like to ask, what's the reason why PageViewport class is not
> descended from Area class.

Mainly because it's not an area. It makes a difference for example
for rendering into AWT windows and such.

J.Pietschmann