Background back = (Background ) obj;
String szText = super.getInfo( obj );
szText = insertSectionBreak( szText );
szText += "Background\r\n";
szText += "Application Bounding Leaf: " + back.getApplicationBoundingLeaf() + "\r\n";
szText += "Application Bounds: " + back.getApplicationBounds() + "\r\n";
Color3f color = new Color3f();
back.getColor( color );
szText += "Color: " + color + "\r\n";
szText += "ImageComponent2D: " + back.getImage() + "\r\n";
return szText;