Normand Briere
2018-12-17 86f4e9c75951153ae9825f4772633e45698cb602
timeflow/vis/calendar/CalendarVisuals.java
....@@ -11,7 +11,7 @@
1111
1212 public class CalendarVisuals {
1313 VisualEncoder encoder;
14
- TFModel model;
14
+ TimeflowModel model;
1515 Rectangle bounds=new Rectangle();
1616 public Grid grid;
1717
....@@ -24,7 +24,7 @@
2424 public enum FitStyle {LOOSE, TIGHT};
2525 FitStyle fitStyle=FitStyle.LOOSE;
2626
27
- public CalendarVisuals(TFModel model)
27
+ public CalendarVisuals(TimeflowModel model)
2828 {
2929 this.model=model;
3030 encoder=new VisualEncoder(model);