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

Completed in 87 milliseconds