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