public interface AttributeSet
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAttributeBooleanValue(int index,
boolean defaultValue) |
boolean |
getAttributeBooleanValue(String namespace,
String attribute,
boolean defaultValue) |
int |
getAttributeCount() |
float |
getAttributeFloatValue(int index,
float defaultValue) |
float |
getAttributeFloatValue(String namespace,
String attribute,
float defaultValue) |
int |
getAttributeIntValue(int index,
int defaultValue) |
int |
getAttributeIntValue(String namespace,
String attribute,
int defaultValue) |
int |
getAttributeListValue(int index,
String[] options,
int defaultValue) |
int |
getAttributeListValue(String namespace,
String attribute,
String[] options,
int defaultValue) |
String |
getAttributeName(int index) |
int |
getAttributeNameResource(int index) |
int |
getAttributeResourceValue(int index,
int defaultValue) |
int |
getAttributeResourceValue(String namespace,
String attribute,
int defaultValue) |
int |
getAttributeUnsignedIntValue(int index,
int defaultValue) |
int |
getAttributeUnsignedIntValue(String namespace,
String attribute,
int defaultValue) |
String |
getAttributeValue(int index) |
String |
getAttributeValue(String namespace,
String name) |
String |
getClassAttribute() |
String |
getIdAttribute() |
int |
getIdAttributeResourceValue(int defaultValue) |
String |
getPositionDescription() |
int |
getStyleAttribute() |
int getAttributeCount()
String getAttributeName(int index)
String getAttributeValue(int index)
String getPositionDescription()
int getAttributeNameResource(int index)
int getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue)
boolean getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue)
int getAttributeResourceValue(String namespace, String attribute, int defaultValue)
int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue)
float getAttributeFloatValue(String namespace, String attribute, float defaultValue)
int getAttributeListValue(int index,
String[] options,
int defaultValue)
boolean getAttributeBooleanValue(int index,
boolean defaultValue)
int getAttributeResourceValue(int index,
int defaultValue)
int getAttributeIntValue(int index,
int defaultValue)
int getAttributeUnsignedIntValue(int index,
int defaultValue)
float getAttributeFloatValue(int index,
float defaultValue)
String getIdAttribute()
String getClassAttribute()
int getIdAttributeResourceValue(int defaultValue)
int getStyleAttribute()
Copyright © 2008-2013. All Rights Reserved.