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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphJustificationInfo.java97 * @param shrinkLeftLimit the maximum amount by which the left side of this
109 float shrinkLeftLimit,
129 if (shrinkLeftLimit < 0) {
130 throw new IllegalArgumentException("shrinkLeftLimit is negative");
143 this.shrinkLeftLimit = shrinkLeftLimit;
205 public final float shrinkLeftLimit; 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.java126 gslimit += gi.shrinkLeftLimit;
185 d = grow ? gi.growLeftLimit : -gi.shrinkLeftLimit;

Completed in 30 milliseconds