Uses of Class
me.araopj.cscreen.classes.Symbol
-
Packages that use Symbol Package Description me.araopj.cscreen.classes me.araopj.cscreen.components -
-
Uses of Symbol in me.araopj.cscreen.classes
Methods in me.araopj.cscreen.classes that return Symbol Modifier and Type Method Description static SymbolSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static Symbol[]Symbol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.araopj.cscreen.classes with parameters of type Symbol Modifier and Type Method Description static CharSetsCharSets. getInstance(Symbol symbol) -
Uses of Symbol in me.araopj.cscreen.components
Methods in me.araopj.cscreen.components with parameters of type Symbol Modifier and Type Method Description protected voidCList. setCharSets(Symbol symbol)Sets the character sets used for drawing the list.protected voidScreen. setCharSets(Symbol symbol)Sets the character sets for drawing on the screen.
-