Package io.writeopia.sdk.model.story
Class DrawState
-
- All Implemented Interfaces:
public final class DrawStateThe state of document of the TextEditor of Writeopia. This class has all the stories in their updated state and which one has the current focus.
-
-
Method Summary
Modifier and Type Method Description final Map<Integer, DrawStory>getStories()final StringgetFocusId()-
-
Method Detail
-
getStories
final Map<Integer, DrawStory> getStories()
-
getFocusId
final String getFocusId()
-
-
-
-