A figure that wraps a whole canvas pane. This class is thus one of the ways in which a canvas pane can be nested within other canvas panes. It can be given a figure that is drawn as the background or outline of the pane. Once an instance of this class has been created, the wrapped pane cannot be changed.
In order to pass events down into the contained pane, the PaneWrapper implements EventAccepter. It forwards events to the internal pane.
@version $Id: PaneWrapper.java,v 1.16 2005/10/27 14:55:28 cxh Exp $
@author John Reekie
@Pt.AcceptedRating Red
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.