@@ -863,6 +863,14 @@ public class UnitGraph extends JPanel implements MouseListener, MouseMotionListe
else return model.getGraphIterations();//TODO: maybe rename
}
+ public boolean isStretching(){
+ return current.isStretching();
+ }
+
+ public void setStretching(boolean b){
+ current.setStretching(b);
static int lv=0;