Package 

Class Artboard


  • 
    public final class Artboard
    
                        

    An instantiated artboard from a RiveFile.

    Can be queried for state machine names, and used to create a RiveUI composable.

    • Method Summary

      Modifier and Type Method Description
      final List<String> getStateMachineNames()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Artboard

        Artboard(ArtboardHandle artboardHandle, CommandQueue commandQueue, CoroutineScope parentScope)
        Parameters:
        artboardHandle - The handle to the artboard on the command server.
        commandQueue - The command queue that owns the artboard.
        parentScope - The coroutine scope to use for launching coroutines.