| java.lang.Object javax.swing.text.StyleContext javax.swing.text.html.StyleSheet
Inner Class :public static class BoxPainter implements Serializable | |
Inner Class :public static class ListPainter implements Serializable | |
Inner Class :final class SmallConverterSet extends SmallAttributeSet | |
Method Summary | |
public AttributeSet | addAttribute(AttributeSet old, Object key, Object value) | public AttributeSet | addAttributes(AttributeSet old, AttributeSet attr) | public void | addCSSAttribute(MutableAttributeSet attr, CSS.Attribute key, String value) | public boolean | addCSSAttributeFromHTML(MutableAttributeSet attr, CSS.Attribute key, String value) | public void | addRule(String rule) | public void | addStyleSheet(StyleSheet ss) | protected MutableAttributeSet | createLargeAttributeSet(AttributeSet attr) | protected SmallAttributeSet | createSmallAttributeSet(AttributeSet attr) | public Color | getBackground(AttributeSet attr) | public URL | getBase() | public BoxPainter | getBoxPainter(AttributeSet attr) | public AttributeSet | getDeclaration(String decl) | public Font | getFont(AttributeSet attr) | public Color | getForeground(AttributeSet attr) | public static int | getIndexOfSize(float size) | public ListPainter | getListPainter(AttributeSet attr) | public float | getPointSize(int index) | public float | getPointSize(String size) | public Style | getRule(String selector) | public Style | getRule(HTML.Tag tag, Element element) | public StyleSheet[] | getStyleSheets() | final Boolean | getTextDecoration(AttributeSet attr, Object key) | public AttributeSet | getViewAttributes(View v) | public void | importStyleSheet(URL url) | public void | loadRules(Reader in, URL ref) | public AttributeSet | removeAttribute(AttributeSet old, Object key) | public AttributeSet | removeAttributes(AttributeSet old, AttributeSet rem) | public AttributeSet | removeAttributes(AttributeSet old, Enumeration> names) | public void | removeStyle(String name) | public void | removeStyleSheet(StyleSheet ss) | public void | setBase(URL base) | public void | setBaseFontSize(int index) | public void | setBaseFontSize(String size) | public Color | stringToColor(String colorNameOrHex) | public AttributeSet | translateHTMLToCSS(AttributeSet htmlAttrSet) |
createSmallAttributeSet | protected SmallAttributeSet createSmallAttributeSet(AttributeSet attr)(Code) | | |
getIndexOfSize | public static int getIndexOfSize(float size)(Code) | | |
getPointSize | public float getPointSize(int index)(Code) | | |
importStyleSheet | public void importStyleSheet(URL url)(Code) | | |
setBaseFontSize | public void setBaseFontSize(int index)(Code) | | |
setBaseFontSize | public void setBaseFontSize(String size)(Code) | | |
Methods inherited from javax.swing.text.StyleContext | public synchronized AttributeSet addAttribute(AttributeSet old, Object name, Object value)(Code)(Java Doc) public synchronized AttributeSet addAttributes(AttributeSet old, AttributeSet add)(Code)(Java Doc) public void addChangeListener(ChangeListener l)(Code)(Java Doc) public Style addStyle(String name, Style parent)(Code)(Java Doc) protected MutableAttributeSet createLargeAttributeSet(AttributeSet a)(Code)(Java Doc) protected SmallAttributeSet createSmallAttributeSet(AttributeSet aSet)(Code)(Java Doc) public Color getBackground(AttributeSet as)(Code)(Java Doc) public ChangeListener[] getChangeListeners()(Code)(Java Doc) protected int getCompressionThreshold()(Code)(Java Doc) final public static StyleContext getDefaultStyleContext()(Code)(Java Doc) public AttributeSet getEmptySet()(Code)(Java Doc) public Font getFont(AttributeSet as)(Code)(Java Doc) public Font getFont(String family, int style, int size)(Code)(Java Doc) public FontMetrics getFontMetrics(Font font)(Code)(Java Doc) public Color getForeground(AttributeSet as)(Code)(Java Doc) public static Object getStaticAttribute(Object key)(Code)(Java Doc) public static Object getStaticAttributeKey(Object key)(Code)(Java Doc) public Style getStyle(String name)(Code)(Java Doc) public Enumeration> getStyleNames()(Code)(Java Doc) public static void readAttributeSet(ObjectInputStream ois, MutableAttributeSet mas) throws ClassNotFoundException, IOException(Code)(Java Doc) public void readAttributes(ObjectInputStream ois, MutableAttributeSet mas) throws ClassNotFoundException, IOException(Code)(Java Doc) public void reclaim(AttributeSet a)(Code)(Java Doc) public static void registerStaticAttributeKey(Object key)(Code)(Java Doc) public synchronized AttributeSet removeAttribute(AttributeSet old, Object name)(Code)(Java Doc) public synchronized AttributeSet removeAttributes(AttributeSet old, AttributeSet rem)(Code)(Java Doc) public synchronized AttributeSet removeAttributes(AttributeSet old, Enumeration> names)(Code)(Java Doc) public void removeChangeListener(ChangeListener l)(Code)(Java Doc) public void removeStyle(String name)(Code)(Java Doc) public String toString()(Code)(Java Doc) public static void writeAttributeSet(ObjectOutputStream oos, AttributeSet as) throws IOException(Code)(Java Doc) public void writeAttributes(ObjectOutputStream oos, AttributeSet as) throws IOException(Code)(Java Doc)
|
|
|