break;
}
for (Renderable rndCur : super._lstAnnotation)
{
GfrLabeledPathRndDimOneLineAbs rndCurAnnotation = (GfrLabeledPathRndDimOneLineAbs) rndCur;
String strIdCur = rndCurAnnotation.getId();
if (strIdCur.compareTo(strId) != 0)
continue;
super.removeRenderable(rndCur);
super._lstAnnotation.remove(rndCur);
rndCurAnnotation.destroy();
break;
}
}