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

/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DCompoundPrintable.java39 class CompoundPrintable implements CountingPrintable { class in inherits:CountingPrintable
43 public CompoundPrintable(List<CountingPrintable> printables) { method in class:CompoundPrintable
H A DTextComponentPrintable.java164 //frame and merge them with the CompoundPrintable.
172 return new CompoundPrintable(printables);

Completed in 26 milliseconds