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

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java1053 MutableAttributeSet paragraphAttributes; field in class:RTFReader.AttributeTrackingDestination
1062 paragraphAttributes = rootParagraphAttributes();
1063 parserState.put("pgf", paragraphAttributes);
1094 paragraphAttributes = new SimpleAttributeSet();
1095 paragraphAttributes.addAttributes(paragraphParent);
1096 parserState.put("pgf", paragraphAttributes);
1106 paragraphAttributes = (MutableAttributeSet)parserState.get("pgf");
1130 ok = attr.set(paragraphAttributes);
1198 ok = attr.set(paragraphAttributes, parameter);
1416 MutableAttributeSet bld = new SimpleAttributeSet(paragraphAttributes);
[all...]

Completed in 3031 milliseconds