◆ getItem()
Definition at line 49 of file GanttResourceData.java.
50 for(GanttResourceItem gi :
this) {
51 if(gi.getUniqueId().equals(index)) {
◆ getMaxHoursLenght()
double org.turro.zkoss.svg.GanttResourceData.getMaxHoursLenght |
( |
| ) |
|
Definition at line 41 of file GanttResourceData.java.
42 double maxLenght = 0.0;
43 for(GanttResourceItem gi :
this) {
44 maxLenght = Math.max(gi.getExpected() + gi.getVariable(), maxLenght);
◆ getMaxNameLenght()
int org.turro.zkoss.svg.GanttResourceData.getMaxNameLenght |
( |
| ) |
|
Definition at line 33 of file GanttResourceData.java.
35 for(GanttResourceItem gi :
this) {
36 maxLenght = Math.max(gi.getName().length(), maxLenght);
static final int MAX_NAME_LENGTH
◆ MAX_NAME_LENGTH
final int org.turro.zkoss.svg.GanttResourceData.MAX_NAME_LENGTH = 60 |
|
static |
The documentation for this class was generated from the following file: