Uses of Class
standup.symbol.LexemePictureFilter

Packages that use LexemePictureFilter
standup.clouds This package provides the implementation for the STANDUP user interface. 
standup.symbol Provides classes and interfaces that handle loading and rendering of the various AAC/literacy symbol sets, e.g. 
 

Uses of LexemePictureFilter in standup.clouds
 

Fields in standup.clouds declared as LexemePictureFilter
private  LexemePictureFilter OptionsCloudFrontend.lexemePictureFilter
          9.
 

Methods in standup.clouds that return LexemePictureFilter
 LexemePictureFilter OptionsCloudFrontend.getLexemePictureFilter()
           
private static LexemePictureFilter OptionsCloudFrontend.parseLexemePictureFilter(String lexemePictureFilterTextValue)
           
 

Methods in standup.clouds with parameters of type LexemePictureFilter
 void OptionsCloudFrontend.setLexemePictureFilter(LexemePictureFilter lexemePictureFilter)
           
 

Constructors in standup.clouds with parameters of type LexemePictureFilter
OptionsCloudFrontend(boolean getJokeMode, boolean getJokeByTopicMode, boolean getJokeByWordMode, boolean getJokeByTypeMode, boolean getWordByTopicMode, boolean getWordByAlphabetMode, boolean getWordBySpellingMode, boolean textInput, PointingMethod pointingMethod, SymbolSupport symbolSupport, SymbolType[] symbolSet, LexemePictureFilter lexemePictureFilter, boolean speakOptionsWhenFocussed, boolean speakOptionsWhenSelected, boolean speakMessages, boolean speakJokesOnDisplay, boolean speakJokesOnRequest, boolean chooseSpecificLexemes, int menuAnimationStaggerOffset, boolean messageFirstThenMenu, boolean spellWordClustered, boolean showDefiniteWordsOnPeripheryAlready, boolean displayProgressMap, boolean displayMessageBarBelowMenu, int scannerInitialDelay, int scannerDelay, boolean enableLogging)
          Constructor method where options are supplied directly
 

Uses of LexemePictureFilter in standup.symbol
 

Methods in standup.symbol that return LexemePictureFilter
static LexemePictureFilter LexemePictureFilter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LexemePictureFilter[] LexemePictureFilter.values()
          Returns an array containing the constants of this enum type, in the order they're declared.