public DiagramManager(TimeRow row, float e) { this.row = row; this.e = e; }
public DiagramManager(TimeRow row) { this.row = row; }