337338339340341342343344345346347
true ); while ( sobjs.hasNext() ) { sobj = (Shadow) sobjs.next(); if ( sobj.getCategory().isVisible() ) { N_nestable_drawn += sobj.drawOnCanvas( offGraphics, coord_xform, map_line2row, drawn_boxes ); N_nestable += sobj.getNumOfPrimitives(); } }