Package l2p.util

Examples of l2p.util.StrTable.addTitle()


      if(buff.totalUses > 0)
      {
        table.set(buff.index, "Avg ms", String.format("%1.3f", buff.useTimeMillis / buff.totalUses));
      }
    }
    table.addTitle("Total / Playable  : " + pathFindsTotal + " / " + pathFindsPlayable);
    table.addTitle("Total(s) / Avg(ms): " + String.format("%1.2f", allTimeMillis / 1000) + " / " + String.format("%1.3f", allTimeMillis / pathFindsTotal));
    return table;
  }
}
View Full Code Here


      {
        table.set(buff.index, "Avg ms", String.format("%1.3f", buff.useTimeMillis / buff.totalUses));
      }
    }
    table.addTitle("Total / Playable  : " + pathFindsTotal + " / " + pathFindsPlayable);
    table.addTitle("Total(s) / Avg(ms): " + String.format("%1.2f", allTimeMillis / 1000) + " / " + String.format("%1.3f", allTimeMillis / pathFindsTotal));
    return table;
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.