Searched defs:growLeftLimit (Results 1 - 1 of 1) 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

Completed in 48 milliseconds