Package com.projity.pm.graphic.spreadsheet

Examples of com.projity.pm.graphic.spreadsheet.SpreadSheetParamsImpl


  }
  public void init(Project project, NodeModelCache cache,SpreadSheetFieldArray fieldArray,List<Integer> colWidth,int scale,boolean printGantt) {
    this.project=project;
    coord = new CoordinatesConverter(project);
    if (scale!=-1) coord.getTimescaleManager().setCurrentScaleIndex(scale);
    params=new SpreadSheetParamsImpl(fieldArray,colWidth,printGantt);
    int rowHeight=project.getRowHeight(new TreeSet<Integer>());
    params.setRowHeight(rowHeight);

    params.setCache(cache);
    params.setCoord(coord);
View Full Code Here

TOP

Related Classes of com.projity.pm.graphic.spreadsheet.SpreadSheetParamsImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.