return createCompoundArray( m_kCapabilityArray, super.getCapabilityBits() );
Transform3D t3d = new Transform3D(); TransformGroup tg = (TransformGroup) obj; tg.getTransform( t3d ); return createCompoundEnumeration( super.getChildren( obj ), t3d );
String szText = super.getInfo( obj ); szText = insertSectionBreak( szText ); szText += "TransformGroup\r\n"; return szText;