259a260,261 > * > * @deprecated use getAttribute(FigureAttributeConstant) instead 263a266,273 > * Returns the named attribute or null if a > * a figure doesn't have an attribute. > * All figures support the attribute names > * FillColor and FrameColor > */ > public Object getAttribute(FigureAttributeConstant attributeConstant); > > /** 264a275,276 > * > * @deprecated use setAttribute(FigureAttributeConstant, Object) instead 268a281,285 > * Sets the named attribute to the new value > */ > public void setAttribute(FigureAttributeConstant attributeConstant, Object value); > > /**