Uses of Class
adams.data.conversion.EscapeLatexCharacters.Characters
-
Packages that use EscapeLatexCharacters.Characters Package Description adams.data.conversion -
-
Uses of EscapeLatexCharacters.Characters in adams.data.conversion
Fields in adams.data.conversion declared as EscapeLatexCharacters.Characters Modifier and Type Field Description protected EscapeLatexCharacters.Characters[]EscapeLatexCharacters. m_Charactersthe characters to escaped.Methods in adams.data.conversion that return EscapeLatexCharacters.Characters Modifier and Type Method Description EscapeLatexCharacters.Characters[]EscapeLatexCharacters. getCharacters()Returns the characters to escape.static EscapeLatexCharacters.CharactersEscapeLatexCharacters.Characters. valueOf(String name)Returns the enum constant of this type with the specified name.static EscapeLatexCharacters.Characters[]EscapeLatexCharacters.Characters. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.conversion with parameters of type EscapeLatexCharacters.Characters Modifier and Type Method Description voidEscapeLatexCharacters. setCharacters(EscapeLatexCharacters.Characters[] value)Sets the characters to escape.
-