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

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java1588 AttributeSet pgfAttributes = currentParagraphAttributes();
1590 finishParagraph(pgfAttributes, chrAttributes);
1621 public void finishParagraph(AttributeSet pgfAttributes, argument
1627 target.setParagraphAttributes(pgfEndPosition, 1, pgfAttributes, true);

Completed in 1278 milliseconds