A FigureDecorator is a figure container that contains a single child figure. The purpose of a FigureDecorator is to change or affect the way in which the child is rendered, and so this class behaves somewhat differently to other figures.
This class is a reasonable example of the Decorator design pattern, hence its name.
@version $Id: FigureDecorator.java,v 1.12 2005/07/08 19:54:45 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.