Re: PageViewport question

2004-01-25 Thread J.Pietschmann
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

PageViewport question

2004-01-25 Thread Tibor Vyletel
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