IShapes
public class Eclipse extends java.lang.Object implements IShapes
Eclipse(java.lang.String canvasID)
int
getCx()
getCy()
Colours
getFill()
java.lang.String
getId()
getRx()
getRy()
void
setCx(int cx)
setCy(int cy)
setFill(Colours fill)
setRx(int rx)
setRy(int ry)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Eclipse(java.lang.String canvasID)
public int getRy()
public void setRy(int ry)
public int getRx()
public void setRx(int rx)
public Colours getFill()
public void setFill(Colours fill)
public java.lang.String getId()
getId
public int getCx()
getCx
public void setCx(int cx)
setCx
public int getCy()
getCy
public void setCy(int cy)
setCy