protected float addTest(float lx, float ly, Layer layer, String descrip, float twidth) { return addTest(lx, ly, layer, layer.width(), layer.height(), descrip, twidth); }
protected float addTest(float lx, float ly, Layer layer, String descrip) { return addTest(lx, ly, layer, descrip, layer.width()); }