public class CurveTo extends Instruction
| Constructor and Description |
|---|
CurveTo() |
CurveTo(double cpx,
double cpy,
double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
createNew(Parameter[] params) |
double |
getCpx() |
double |
getCpy() |
String |
getMethodParams() |
double |
getX() |
double |
getY() |
void |
setCpx(double cpx) |
void |
setCpy(double cpy) |
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 CurveTo()
public CurveTo(double cpx,
double cpy,
double x,
double y)
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 getCpx()
public void setCpx(double cpx)
public double getCpy()
public void setCpy(double cpy)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
Copyright © 2015 atRem Interactive Media. All rights reserved.