Révision 1134
tmp/org.txm.partition.core/src/org/txm/partition/core/functions/PartitionDimensions.java (revision 1134) | ||
---|---|---|
90 | 90 |
protected boolean _compute() throws Exception { |
91 | 91 |
// parts |
92 | 92 |
this.parts = this.getPartition().getParts(); |
93 |
for (Part part : parts) { |
|
94 |
part.compute(); |
|
95 |
} |
|
93 | 96 |
|
94 | 97 |
// parts sorted by size |
95 | 98 |
List<Part> sortedParts = new ArrayList<Part>(this.parts); |
Formats disponibles : Unified diff