Interface StoryStepDrawer

  • All Implemented Interfaces:

    
    public interface StoryStepDrawer
    
                        

    StoryStepDrawer is the interface for drawing StoryStep in the screen. It you would like to support more types of StoryStep are more implementation of this interface to StoryStepDrawer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract 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