javax.swing.text

Class StyleContext.SmallAttributeSet

public class StyleContext.SmallAttributeSet extends Object implements AttributeSet

Constructor Summary
SmallAttributeSet(AttributeSet a)
SmallAttributeSet(Object[] a)
Method Summary
Objectclone()
booleancontainsAttribute(Object name, Object value)
booleancontainsAttributes(AttributeSet a)
AttributeSetcopyAttributes()
booleanequals(Object obj)
ObjectgetAttribute(Object key)
intgetAttributeCount()
Enumeration<?>getAttributeNames()
AttributeSetgetResolveParent()
inthashCode()
booleanisDefined(Object key)
booleanisEqual(AttributeSet attr)
StringtoString()

Constructor Detail

SmallAttributeSet

public SmallAttributeSet(AttributeSet a)

SmallAttributeSet

public SmallAttributeSet(Object[] a)

Method Detail

clone

public Object clone()

containsAttribute

public boolean containsAttribute(Object name, Object value)

containsAttributes

public boolean containsAttributes(AttributeSet a)

copyAttributes

public AttributeSet copyAttributes()

equals

public boolean equals(Object obj)

getAttribute

public Object getAttribute(Object key)

getAttributeCount

public int getAttributeCount()

getAttributeNames

public Enumeration<?> getAttributeNames()

getResolveParent

public AttributeSet getResolveParent()

hashCode

public int hashCode()

isDefined

public boolean isDefined(Object key)

isEqual

public boolean isEqual(AttributeSet attr)

toString

public String toString()