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