Package mgui.io.standard.xml.svg
Class MoveTo
java.lang.Object
mgui.io.standard.xml.svg.SVGObject
mgui.io.standard.xml.svg.Instruction
mgui.io.standard.xml.svg.MoveTo
public class MoveTo extends Instruction
-
Field Summary
Fields inherited from class mgui.io.standard.xml.svg.Instruction
max_number_of_numbers, number_of_numbers, numbers
-
Constructor Summary
Constructors Constructor Description MoveTo(SVGParser.Mode mode)
-
Method Summary
Methods inherited from class mgui.io.standard.xml.svg.Instruction
addNumber, getMode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MoveTo
-