Package com.android.builder.core
Class DefaultVectorDrawablesOptions
java.lang.Object
com.android.builder.core.DefaultVectorDrawablesOptions
- All Implemented Interfaces:
com.android.builder.model.VectorDrawablesOptions,Serializable
public class DefaultVectorDrawablesOptions
extends Object
implements com.android.builder.model.VectorDrawablesOptions, Serializable
Default implementation of
VectorDrawablesOptions.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyOf(com.android.builder.model.VectorDrawablesOptions original) Deprecated.voidsetGeneratedDensities(Iterable<String> densities) voidsetUseSupportLibrary(Boolean useSupportLibrary) toString()
-
Constructor Details
-
DefaultVectorDrawablesOptions
public DefaultVectorDrawablesOptions()
-
-
Method Details
-
copyOf
@NonNull @Deprecated public static DefaultVectorDrawablesOptions copyOf(@NonNull com.android.builder.model.VectorDrawablesOptions original) Deprecated.usecom.android.build.gradle.internal.dsl.VectorDrawablesOptions.copyOf -
getGeneratedDensities
- Specified by:
getGeneratedDensitiesin interfacecom.android.builder.model.VectorDrawablesOptions
-
setGeneratedDensities
-
getUseSupportLibrary
- Specified by:
getUseSupportLibraryin interfacecom.android.builder.model.VectorDrawablesOptions
-
setUseSupportLibrary
-
toString
-
com.android.build.gradle.internal.dsl.VectorDrawablesOptions.copyOf