Searched defs:WorstAdjustmentWeight (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java3155 int adjustmentWeightsCount = LayoutIterator.WorstAdjustmentWeight + 1;
3201 for (;adjustmentLevel <= LayoutIterator.WorstAdjustmentWeight;
3210 if (adjustmentLevel <= LayoutIterator.WorstAdjustmentWeight) {
3303 int getAdjustmentWeight(); //0 is the best weight WorstAdjustmentWeight is a worst one
3312 public static final int WorstAdjustmentWeight = 2; field in interface:CSS.LayoutIterator

Completed in 40 milliseconds