Debug.write( "dot x: " + this.x + " getProp x: " +
this.getProp( "x" ) );
Debug.write( "dot y: " + this.y + " getProp y: " +
this.getProp( "y" ) );
Debug.write( "dot width: " + this.width + " getProp width: " +
this.getProp( "width" ) );
Debug.write( "dot height: " + this.height + " getProp height: " +
this.getProp( "height" ) );