C# Class StoryTeller.UserInterface.Editing.HTML.SentenceWriter

Inheritance: ISentenceVisitor
Mostra file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Input ( StoryTeller.Model.TextInput input ) : void
Label ( Label label ) : void
SentenceWriter ( GrammarTag grammar, ICellBuilderLibrary builders ) : System
Write ( ) : void

Method Details

Input() public method

public Input ( StoryTeller.Model.TextInput input ) : void
input StoryTeller.Model.TextInput
return void

Label() public method

public Label ( Label label ) : void
label Label
return void

SentenceWriter() public method

public SentenceWriter ( GrammarTag grammar, ICellBuilderLibrary builders ) : System
grammar GrammarTag
builders ICellBuilderLibrary
return System

Write() public method

public Write ( ) : void
return void