77a78,78 > * @deprecated see setAttribute(FigureAttributeConstant,Object) 85a87,96 > /** > * Sets the attribute of the GroupFigure as well as all contained Figures. > */ > public void setAttribute(FigureAttributeConstant fac, Object object){ > super.setAttribute(fac, object); > FigureEnumeration fe = figures(); > while (fe.hasNextFigure()) { > fe.nextFigure().setAttribute(fac, object); > } > }