Searched refs:getMaxWidth (Results 1 – 3 of 3) sorted by relevance
35 public int getMaxWidth(boolean isShort) { in getMaxWidth() method in UnicodeLabel58 public int getMaxWidth(boolean isShort) { in getMaxWidth() method in UnicodeLabel.Constant
523 … valueSize = maxWidthOverride > 0 ? maxWidthOverride : getValueSource().getMaxWidth(shortValue); in doAt()532 …= maxLabelWidthOverride > 0 ? maxLabelWidthOverride : getLabelSource(true).getMaxWidth(shortLabel); in doAt()648 …legalArgumentException("maxwidth bogus " + value + "," + getValueSource().getMaxWidth(shortValue)); in showLine()653 …ArgumentException("maxwidth bogus " + label + ", " + getLabelSource(true).getMaxWidth(shortLabel)); in showLine()
314 public int getMaxWidth(boolean getShortest) { in getMaxWidth() method in UnicodeProperty