|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolSupport | |
---|---|
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 SymbolSupport in standup.clouds |
---|
Fields in standup.clouds declared as SymbolSupport | |
---|---|
private SymbolSupport |
CloudLabelSegment.minSymSupport
|
private SymbolSupport |
OptionsCloudFrontend.symbolSupport
7. |
Methods in standup.clouds that return SymbolSupport | |
---|---|
SymbolSupport |
CloudLabelSegment.getMinimumSymbolSupport()
|
SymbolSupport |
OptionsCloudFrontend.getSymbolSupport()
|
private static SymbolSupport |
OptionsCloudFrontend.parseSymbolSupport(String symbolSupportTextValue)
|
Methods in standup.clouds with parameters of type SymbolSupport | |
---|---|
Object[] |
CloudLabel.getRectPCSTextOnALine(FontRenderContext frc,
CloudLabelSegment[] segs,
int wrappingWidth,
int maxHeight,
SymbolSupport symSupp,
float fontSizeFirstGuess)
|
Object[] |
CloudLabel.getRectPCSTextPerLine(FontRenderContext frc,
CloudLabelSegment[] segs,
int wrappingWidth,
int maxHeight,
SymbolSupport symSupp,
float fontSizefirstGuess)
Performs layout of given BubbleLabelSegments to fit in the space defined by wrappingWidth x maxHeight |
private Object[] |
CloudLabel.layoutBubbleLabelSegments(FontRenderContext frc,
CloudLabelSegment[] segs,
int boundingWidth,
int boundingHeight,
Font font,
Font fontEmph,
SymbolSupport symSupp,
int imageWidthGap,
int imageHeightGap)
this is an improved algorithm: -it handles segments with multiple images -it no longer breaks a segment between lines! this really assumes that the segment lengths will be short enough w.r.t. |
private Object[] |
CloudLabel.layoutBubbleLabelSegmentsOnALine(FontRenderContext frc,
CloudLabelSegment[] segs,
int boundingWidth,
int boundingHeight,
Font font,
Font fontEmph,
SymbolSupport symSupp,
int imageWidthGap,
int imageHeightGap)
|
private boolean |
CloudLabel.satisfies(SymbolSupport minSymSupp,
SymbolSupport currentlySetSymSupp)
|
void |
OptionsCloudFrontend.setSymbolSupport(SymbolSupport s)
|
Constructors in standup.clouds with parameters of type SymbolSupport | |
---|---|
CloudLabelSegment(BubbleLabelSegmentString _t,
SVGSpec[] _i,
SymbolSupport minSym,
Color _c)
|
|
CloudLabelSegment(String _t,
SVGSpec[] _i,
SymbolSupport minSym,
Color _c)
|
|
CloudLabelSegment(String _t,
SVGSpec[] _i,
SymbolSupport minSym,
Color _c,
boolean addSpace)
|
|
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 SymbolSupport in standup.symbol |
---|
Methods in standup.symbol that return SymbolSupport | |
---|---|
static SymbolSupport |
SymbolSupport.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SymbolSupport[] |
SymbolSupport.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |