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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphJustificationInfo.java95 * @param shrinkPriority the priority level of this glyph when
108 int shrinkPriority,
126 if (!priorityIsValid(shrinkPriority)) {
142 this.shrinkPriority = shrinkPriority;
193 public final int shrinkPriority; 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.java113 if ((grow ? gi.growPriority : gi.shrinkPriority) == p) {
180 if ((grow ? gi.growPriority : gi.shrinkPriority) == p) {

Completed in 924 milliseconds