* not been properly initialized.
* @return A new CompositeFigure consisting of the background figure
* and a label.
*/
public Figure createFigure() {
Figure background = createBackgroundFigure();
Rectangle2D backBounds = background.getBounds();
CompositeFigure figure = new CompositeFigure(background);
NamedObj container = (NamedObj) getContainerOrContainerToBe();
// Create the label, unless this is a visible attribute,