Normand Briere
2019-04-22 a9e12f6c508810604c8c91ee15451776b08ce1a1
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);