Uses of Class
com.github.weisj.jsvg.parser.CharacterDataParser.State
-
Packages that use CharacterDataParser.State Package Description com.github.weisj.jsvg.parser -
-
Uses of CharacterDataParser.State in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as CharacterDataParser.State Modifier and Type Field Description private CharacterDataParser.State
CharacterDataParser. state
Methods in com.github.weisj.jsvg.parser that return CharacterDataParser.State Modifier and Type Method Description static CharacterDataParser.State
CharacterDataParser.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CharacterDataParser.State[]
CharacterDataParser.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-