模块  java.desktop
软件包  javax.swing.text

Interface MutableAttributeSet

    • 方法详细信息

      • addAttribute

        void addAttribute​(Object name,
                          Object value)
        创建一个与此类似的新属性集,但它包含具有给定名称和值的属性。 对象必须是不可变的,或者不被任何客户端变异。
        参数
        name - 名字
        value - 该值
      • addAttributes

        void addAttributes​(AttributeSet attributes)
        创建一个与此类似的新属性集,但它包含给定的属性和值。
        参数
        attributes - 属性集
      • removeAttribute

        void removeAttribute​(Object name)
        删除给定 name的属性。
        参数
        name - 属性名称
      • removeAttributes

        void removeAttributes​(Enumeration<?> names)
        删除使用给定 names设置的属性。
        参数
        names - 名称集
      • removeAttributes

        void removeAttributes​(AttributeSet attributes)
        使用给定的 name删除一组属性。
        参数
        attributes - 属性集
      • setResolveParent

        void setResolveParent​(AttributeSet parent)
        设置解析父级。 如果未在本地定义属性,则这是要解析的属性集。
        参数
        parent - 父母