Save This Page
Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
class: StyleSheet.SmallConversionSet [javadoc | source]
java.lang.Object
   SmallAttributeSet
      javax.swing.text.html.StyleSheet$SmallConversionSet
Small set of attributes that does conversion of requests for attributes of type StyleConstants.
Constructor:
 public SmallConversionSet(AttributeSet attrs) 
    Creates a new attribute set based on a supplied set of attributes.
    Parameters:
    source - the set of attributes
Method from javax.swing.text.html.StyleSheet$SmallConversionSet Summary:
getAttribute,   isDefined
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.StyleSheet$SmallConversionSet Detail:
 public Object getAttribute(Object key) 
    Gets the value of an attribute.
 public boolean isDefined(Object key) 
    Checks whether a given attribute is defined.