| Constructor and Description |
|---|
ZEllipse() |
ZEllipse(int ix,
int iy,
int iw,
int ih) |
| Modifier and Type | Method and Description |
|---|---|
Shape |
genShape() |
int |
getHeight() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setHeight(float i) |
void |
setHeight(int i) |
void |
setWidth(float i) |
void |
setWidth(int i) |
void |
setX(float i) |
void |
setX(int i) |
void |
setY(float i) |
void |
setY(int i) |
String |
toString() |
public ZEllipse()
public ZEllipse(int ix,
int iy,
int iw,
int ih)
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public void setX(int i)
public void setY(int i)
public void setWidth(int i)
public void setHeight(int i)
public void setX(float i)
public void setY(float i)
public void setWidth(float i)
public void setHeight(float i)
Copyright © 2015 LSST. All rights reserved.