Searched refs:weightY (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java56 double weightY[]; /* largest weight in each row */ field in class:GBLayoutInfo
64 weightY = new double[h];
506 System.arraycopy(layoutInfo.weightY, 0, weights[1], 0,
705 * s.weightY[x]);
1059 System.arraycopy(rowWeights, 0, r.weightY, 0,
1060 Math.min(rowWeights.length, r.weightY.length));
1136 weight_diff -= r.weightY[k];
1140 weight += r.weightY[k];
1143 double wt = r.weightY[k];
1145 r.weightY[
[all...]

Completed in 100 milliseconds