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

/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java98 public class TextComponentPrintable implements CountingPrintable { class in inherits:CountingPrintable
150 * Returns {@code TextComponentPrintable} to print {@code textComponent}.
155 * @return {@code TextComponentPrintable} to print {@code textComponent}
174 return new TextComponentPrintable(textComponent,
273 * Constructs {@code TextComponentPrintable} to print {@code JTextComponent}
280 private TextComponentPrintable(JTextComponent textComponent, method in class:TextComponentPrintable
300 * which uses {@code frc} from the {@code TextComponentPrintable}

Completed in 39 milliseconds