public class

NavLayerRootAttributeSet

extends OptionsModel
implements AttributeSet
java.lang.Object
   ↳ OptionsModel
     ↳ com.tencent.navix.api.model.NavLayerRootAttributeSet

Summary

Nested Classes
enum NavLayerRootAttributeSet.Attributes  
class NavLayerRootAttributeSet.Builder  
enum NavLayerRootAttributeSet.NavMapViewType  
Public Methods
boolean getAttributeBooleanValue(int index, boolean defaultValue)
boolean getAttributeBooleanValue(String namespace, String attribute, boolean defaultValue)
int getAttributeCount()
float getAttributeFloatValue(String namespace, String attribute, float defaultValue)
float getAttributeFloatValue(int index, float defaultValue)
int getAttributeIntValue(String namespace, String attribute, int defaultValue)
int getAttributeIntValue(int index, 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)
String getAttributeNamespace(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(String namespace, String name)
String getAttributeValue(int index)
String getClassAttribute()
String getIdAttribute()
int getIdAttributeResourceValue(int defaultValue)
NavLayerRootAttributeSet.NavMapViewType getMapViewType()
String getPositionDescription()
int getStyleAttribute()
static NavLayerRootAttributeSet.Builder newBuilder(NavLayerRootAttributeSet navLayerRootAttributeSet)
static NavLayerRootAttributeSet.Builder newBuilder()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.util.AttributeSet

Public Methods

public boolean getAttributeBooleanValue (int index, boolean defaultValue)

public boolean getAttributeBooleanValue (String namespace, String attribute, boolean defaultValue)

public int getAttributeCount ()

public float getAttributeFloatValue (String namespace, String attribute, float defaultValue)

public float getAttributeFloatValue (int index, float defaultValue)

public int getAttributeIntValue (String namespace, String attribute, int defaultValue)

public int getAttributeIntValue (int index, int defaultValue)

public int getAttributeListValue (int index, String[] options, int defaultValue)

public int getAttributeListValue (String namespace, String attribute, String[] options, int defaultValue)

public String getAttributeName (int index)

public int getAttributeNameResource (int index)

public String getAttributeNamespace (int index)

public int getAttributeResourceValue (int index, int defaultValue)

public int getAttributeResourceValue (String namespace, String attribute, int defaultValue)

public int getAttributeUnsignedIntValue (int index, int defaultValue)

public int getAttributeUnsignedIntValue (String namespace, String attribute, int defaultValue)

public String getAttributeValue (String namespace, String name)

public String getAttributeValue (int index)

public String getClassAttribute ()

public String getIdAttribute ()

public int getIdAttributeResourceValue (int defaultValue)

public NavLayerRootAttributeSet.NavMapViewType getMapViewType ()

public String getPositionDescription ()

public int getStyleAttribute ()

public static NavLayerRootAttributeSet.Builder newBuilder (NavLayerRootAttributeSet navLayerRootAttributeSet)

public static NavLayerRootAttributeSet.Builder newBuilder ()