Constructor and Description |
---|
AttributeSet() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(AttributeSet... sources) |
<T extends Attribute> |
getAttribute(Class<T> attType) |
<T extends Attribute> |
getAttribute(Class<T> type,
T defaultVal) |
<V> V |
getValue(Class<? extends Attribute<V>> type,
V defaultValue) |
Iterator<Attribute> |
iterator() |
static AttributeSet |
merge(AttributeSet... attrs) |
void |
setAttributes(Attribute... atts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void setAttributes(Attribute... atts)
public void addAll(AttributeSet... sources)
public static AttributeSet merge(AttributeSet... attrs)
Copyright © 2022. All Rights Reserved.