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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphJustificationInfo.java90 * @param growRightLimit the maximum amount by which the right side of this
106 float growRightLimit,
122 if (growRightLimit < 0) {
123 throw new IllegalArgumentException("growRightLimit is negative");
140 this.growRightLimit = growRightLimit;
188 public final float growRightLimit; 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.java73 gji.growRightLimit);
136 gslimit += gi.growRightLimit;
202 d = grow ? gi.growRightLimit : -gi.shrinkRightLimit;

Completed in 259 milliseconds