public class ArcTo extends Instruction
| Constructor and Description |
|---|
ArcTo() |
ArcTo(double x1,
double y1,
double x2,
double y2,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
createNew(Parameter[] params) |
String |
getMethodParams() |
double |
getRadius() |
double |
getX1() |
double |
getX2() |
double |
getY1() |
double |
getY2() |
boolean |
isAnticlockwise() |
void |
setAnticlockwise(boolean anticlockwise) |
void |
setRadius(double radius) |
void |
setX1(double x1) |
void |
setX2(double x2) |
void |
setY1(double y1) |
void |
setY2(double y2) |
String |
toMethod() |
String |
toString() |
convertDoubleArray, convertStringArray, getId, getNamepublic static final String ID
public static final String NAME
public ArcTo()
public ArcTo(double x1,
double y1,
double x2,
double y2,
double radius)
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 getX1()
public void setX1(double x1)
public double getY1()
public void setY1(double y1)
public double getX2()
public void setX2(double x2)
public double getY2()
public void setY2(double y2)
public double getRadius()
public void setRadius(double radius)
public boolean isAnticlockwise()
public void setAnticlockwise(boolean anticlockwise)
Copyright © 2015 atRem Interactive Media. All rights reserved.