-
public final class RiveAnimationView.Builder
-
-
Constructor Summary
Constructors Constructor Description RiveAnimationView.Builder(Context context)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>setAlignment(Alignment value)final <ERROR CLASS>setFit(Fit value)final <ERROR CLASS>setLoop(Loop value)final <ERROR CLASS>setRendererType(RendererType value)final <ERROR CLASS>setAutoplay(Boolean value)final <ERROR CLASS>setAutoBind(Boolean value)final <ERROR CLASS>setTraceAnimations(Boolean value)final <ERROR CLASS>setArtboardName(String value)final <ERROR CLASS>setAnimationName(String value)final <ERROR CLASS>setStateMachineName(String value)final <ERROR CLASS>setResource(Object value)final <ERROR CLASS>setAssetLoader(FileAssetLoader value)final <ERROR CLASS>setShouldLoadCDNAssets(Boolean value)final <ERROR CLASS>setTouchPassThrough(Boolean value)final RiveAnimationViewbuild()-
-
Constructor Detail
-
RiveAnimationView.Builder
RiveAnimationView.Builder(Context context)
-
-
Method Detail
-
setAlignment
final <ERROR CLASS> setAlignment(Alignment value)
-
setRendererType
final <ERROR CLASS> setRendererType(RendererType value)
-
setAutoplay
final <ERROR CLASS> setAutoplay(Boolean value)
-
setAutoBind
final <ERROR CLASS> setAutoBind(Boolean value)
-
setTraceAnimations
final <ERROR CLASS> setTraceAnimations(Boolean value)
-
setArtboardName
final <ERROR CLASS> setArtboardName(String value)
-
setAnimationName
final <ERROR CLASS> setAnimationName(String value)
-
setStateMachineName
final <ERROR CLASS> setStateMachineName(String value)
-
setResource
final <ERROR CLASS> setResource(Object value)
-
setAssetLoader
final <ERROR CLASS> setAssetLoader(FileAssetLoader value)
-
setShouldLoadCDNAssets
final <ERROR CLASS> setShouldLoadCDNAssets(Boolean value)
-
setTouchPassThrough
final <ERROR CLASS> setTouchPassThrough(Boolean value)
-
build
final RiveAnimationView build()
-
-
-
-