Re: PageViewport question
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
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