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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleContext.java305 if ((old.getAttributeCount() + 1) <= getCompressionThreshold()) {
333 if ((old.getAttributeCount() + attr.getAttributeCount()) <= getCompressionThreshold()) {
361 if ((old.getAttributeCount() - 1) <= getCompressionThreshold()) {
389 if (old.getAttributeCount() <= getCompressionThreshold()) {
417 if (old.getAttributeCount() <= getCompressionThreshold()) {
470 protected int getCompressionThreshold() { method in class:StyleContext

Completed in 33 milliseconds