timeflow/vis/calendar/CalendarVisuals.java
.. .. @@ -11,7 +11,7 @@ 11 11 12 12 public class CalendarVisuals { 13 13 VisualEncoder encoder; 14 - TFModel model;14 + TimeflowModel model;15 15 Rectangle bounds=new Rectangle(); 16 16 public Grid grid; 17 17 .. .. @@ -24,7 +24,7 @@ 24 24 public enum FitStyle {LOOSE, TIGHT}; 25 25 FitStyle fitStyle=FitStyle.LOOSE; 26 26 27 - public CalendarVisuals(TFModel model)27 + public CalendarVisuals(TimeflowModel model)28 28 { 29 29 this.model=model; 30 30 encoder=new VisualEncoder(model);