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