public final class IdeVectorDrawablesOptions extends IdeModel implements com.android.builder.model.VectorDrawablesOptions
VectorDrawablesOptions.| Constructor and Description |
|---|
IdeVectorDrawablesOptions(com.android.builder.model.VectorDrawablesOptions options,
ModelCache modelCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Set<java.lang.String> |
getGeneratedDensities() |
java.lang.Boolean |
getUseSupportLibrary() |
int |
hashCode() |
java.lang.String |
toString() |
copy, copy, copy, copy, copyNewProperty, copyNewProperty, copyNewPropertyWithDefaultpublic IdeVectorDrawablesOptions(@NonNull
com.android.builder.model.VectorDrawablesOptions options,
@NonNull
ModelCache modelCache)
@Nullable public java.util.Set<java.lang.String> getGeneratedDensities()
getGeneratedDensities in interface com.android.builder.model.VectorDrawablesOptions@Nullable public java.lang.Boolean getUseSupportLibrary()
getUseSupportLibrary in interface com.android.builder.model.VectorDrawablesOptionspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object