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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphJustificationInfo.java88 * @param growLeftLimit the maximum amount by which the left side of this
105 float growLeftLimit,
119 if (growLeftLimit < 0) {
120 throw new IllegalArgumentException("growLeftLimit is negative");
139 this.growLeftLimit = growLeftLimit;
183 public final float growLeftLimit; field in class:GlyphJustificationInfo
102 GlyphJustificationInfo(float weight, boolean growAbsorb, int growPriority, float growLeftLimit, float growRightLimit, boolean shrinkAbsorb, int shrinkPriority, float shrinkLeftLimit, float shrinkRightLimit) argument
H A DTextJustifier.java72 gji.growLeftLimit + ", grl: " +
121 gslimit += gi.growLeftLimit;
185 d = grow ? gi.growLeftLimit : -gi.shrinkLeftLimit;

Completed in 275 milliseconds