Class TitleDrawer

  • All Implemented Interfaces:
    io.writeopia.sdk.drawer.StoryStepDrawer

    
    public final class TitleDrawer
     implements StoryStepDrawer
                        

    Draw a text that can be edited. The edition of the text is both reflect in this Composable and also notified by onTextEdit. It is necessary to reflect here to avoid losing the focus on the TextField.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit Step(StoryStep step, DrawInfo drawInfo) Draws the StoryStep including its DrawInfo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait