47484950515253545556
/** * */ public Object createObject(Attributes atts) { JRBoxContainer boxContainer = (JRBoxContainer) digester.peek(); JRLineBox box = boxContainer.getLineBox(); setBoxAttributes(atts, box); return box; }