119a120,121 > * > * @param figure figure to be searched in all descendants 124a127,134 > * Check whether a given figure is a (direct) child figure of this CompositeFigure. > * > * @param figure figure to be searched in all direct descendents > * @return true if the figure is a direct child of this Drawing, else otherwise > */ > public boolean containsFigure(Figure figure); > > /**