2,2c2,2 < * @(#)CompositeFigure.java 5.1 --- > * @(#)CompositeFigure.java 5.2 43a44,44 > protected int _nLowestZ; 44,44d43 < protected int _nLowestZ = 0; 45,45c45,45 < protected int _nHighestZ = 0; --- > protected int _nHighestZ; 46,46d45 < 49a49,50 > _nLowestZ = 0; > _nHighestZ = 0; 53,53c54,54 < * Adds a figure to the list of figures. Initializes --- > * Adds a figure to the list of figures. Initializes the 95,95c96,96 < while (k.hasMoreElements()) --- > while (k.hasMoreElements()) { 109a514,514 > private void _clearQuadTree() { 109a112,113 > > _clearQuadTree(); 110,110c515,515 < if (_theQuadTree != null) { --- > if (_theQuadTree != null) { 111,111c516,516 < _theQuadTree.clear(); --- > _theQuadTree.clear(); 112a518,518 > } 112,112c517,517 < } --- > } 131,131c132,132 < * @see orphan --- > * @see #orphan 249a99,99 > } 250,251d98 < < 391,391c390,390 < * @see moveBy --- > * @see #moveBy 480,490d478 < < /** < * Invalidates the figure. This method informs the listeners < * that the figure's current display box is invalid and should be < * refreshed. < */ < public void invalidate() { < super.invalidate(); < } < < 503,503d490 < 513,514d499 < < 516,516d500 < 523,523d506 < 525,525d507 < 532,533d513 < <