Lines Matching defs:styles
41 * A pool of styles and their associated resources. This class determines
49 * their immutable nature. Since many styles are replicated, the potential
86 styles = new NamedStyle(null);
96 * collection of named styles in the document). The name may
110 styles.addAttribute(nm, style);
121 styles.removeAttribute(nm);
131 return (Style) styles.getAttribute(nm);
135 * Fetches the names of the styles defined.
140 return styles.getAttributeNames();
144 * Adds a listener to track when styles are added
150 styles.addChangeListener(l);
154 * Removes a listener that was tracking styles being
160 styles.removeChangeListener(l);
172 return ((NamedStyle)styles).getChangeListeners();
734 private Style styles;
1232 * character and paragraph styles. This is an implementation
1234 * These styles will take advantage of immutability while