287,304d286 < * Invalidates a rectangle and merges it with the < * existing damaged area. < */ < public void figureInvalidated(FigureChangeEvent e); < < /** < * Forces an update of the drawing change listeners. < */ < public void figureRequestUpdate(FigureChangeEvent e); < < /** < * Handles a removeFrfigureRequestRemove request that < * is passed up the figure container hierarchy. < * @see FigureChangeListener < */ < public void figureRequestRemove(FigureChangeEvent e); < < /**