changeset 37738 | 7bf3ec9e7b0c |
parent 33686 | 8e33ca8832b1 |
child 50473 | ca4088bf8365 |
37737:243ea7885e05 | 37738:7bf3ec9e7b0c |
---|---|
176 } |
176 } |
177 |
177 |
178 return succs; |
178 return succs; |
179 } |
179 } |
180 |
180 |
181 public int box_width() { return getLabelSize(gra.gfx).width+8; } |
|
182 |
|
183 public int box_width2() { return box_width()/2; } |
|
184 |
|
181 public void setX(int x) {this.x=x;} |
185 public void setX(int x) {this.x=x;} |
182 |
186 |
183 public void setY(int y) {this.y=y;} |
187 public void setY(int y) {this.y=y;} |
184 |
188 |
185 public int getX() {return x;} |
189 public int getX() {return x;} |