Uses of Class
mgui.io.standard.xml.svg.SVGParser.Mode
Package | Description |
---|---|
mgui.io.standard.xml.svg |
-
Uses of SVGParser.Mode in mgui.io.standard.xml.svg
Methods in mgui.io.standard.xml.svg that return SVGParser.Mode Modifier and Type Method Description SVGParser.Mode
Instruction. getMode()
static SVGParser.Mode
SVGParser.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVGParser.Mode[]
SVGParser.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.io.standard.xml.svg with parameters of type SVGParser.Mode Constructor Description Close(SVGParser.Mode mode)
CurveTo(SVGParser.Mode mode)
Instruction(SVGParser.Mode mode, int max_number_of_numbers)
LineTo(SVGParser.Mode mode)
MoveTo(SVGParser.Mode mode)