Abbreviation Creator
             open class AbbreviationCreator : NodeCreator<AbbreviationCreator.AbbreviationNode, AbbreviationVerifier> 
Content copied to clipboard
This class allows text to be constructed to fit a given TextView, given specified BannerComponents containing abbreviation information and given a list of BannerComponentNodes, constructed by InstructionLoader.
Constructors
AbbreviationCreator
                          
                    Link copied to clipboard
                         open fun AbbreviationCreator(abbreviationVerifier: AbbreviationVerifier, abbreviations: HashMap, textViewUtils: TextViewUtils)
Content copied to clipboard
AbbreviationCreator
                          
                    Link copied to clipboard
                        AbbreviationCreator
                          
                    Link copied to clipboard
                         open fun AbbreviationCreator()
Content copied to clipboard
Types
AbbreviationNode
                          
                    
                  Link copied to clipboard
                        Functions
isNodeType
                          
                    Link copied to clipboard
                        postProcess
                          
                    Link copied to clipboard
                         open fun postProcess(textView: TextView, bannerComponentNodes: List<BannerComponentNode>)
Content copied to clipboard
preProcess
                          
                    Link copied to clipboard
                         open fun preProcess(textView: TextView, bannerComponentNodes: List<BannerComponentNode>)
Content copied to clipboard
 open fun preProcess(textView: TextView, bannerComponentNodes: List<BannerComponentNode>)
Content copied to clipboard