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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphJustificationInfo.java83 * @param growAbsorb if <code>true</code> this glyph absorbs
103 boolean growAbsorb,
137 this.growAbsorb = growAbsorb;
178 public final boolean growAbsorb; 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.java122 if (gi.growAbsorb) {
137 if (gi.growAbsorb) {

Completed in 284 milliseconds