152,152c152,152 < * @created 7 mai 2002 --- > * @created 7 May 2002 1210a1211,1221 > /** > * Usually, a TextHolders is implemented by a Figure subclass. To avoid casting > * a TextHolder to a Figure this method can be used for polymorphism (in this > * case, let the (same) object appear to be of another type). > * Note, that the figure returned is not the figure to which the TextHolder is > * (and its representing figure) connected. > * @return figure responsible for representing the content of this TextHolder > */ > public Figure getRepresentingFigure() { > return this; > }