public class DrawEllipse extends Instruction
| Constructor and Description |
|---|
DrawEllipse() |
DrawEllipse(double x,
double y,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
Instruction |
createNew(Parameter[] params) |
double |
getHeight() |
String |
getMethodParams() |
double |
getWidth() |
double |
getX() |
double |
getY() |
void |
setHeight(double height) |
void |
setWidth(double width) |
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 DrawEllipse()
public DrawEllipse(double x,
double y,
double width,
double height)
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 getWidth()
public void setWidth(double width)
public double getHeight()
public void setHeight(double height)
Copyright © 2015 atRem Interactive Media. All rights reserved.