public class LineTo extends Instruction
| Modifier and Type | Method and Description |
|---|---|
Instruction |
createNew(Parameter[] params) |
String |
getMethodParams() |
double |
getX() |
double |
getY() |
void |
setX(double x) |
void |
setY(double y) |
String |
toMethod() |
String |
toString() |
convertDoubleArray, convertStringArray, getId, getNamepublic static final String ID
public static final String NAME
public Instruction createNew(Parameter[] params) throws Exception
createNew in class InstructionExceptionpublic String toMethod()
toMethod in class Instructionpublic String getMethodParams()
getMethodParams in class Instructionpublic String toString()
toString in class Instructionpublic double getX()
public void setX(double x)
public double getY()
public void setY(double y)
Copyright © 2015 atRem Interactive Media. All rights reserved.