Package models.shapes
Interface IShapes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCx()
int
getCy()
java.lang.String
getId()
void
setCx(int cx)
void
setCy(int cy)
-
Modifier and Type | Method | Description |
---|---|---|
int |
getCx() |
|
int |
getCy() |
|
java.lang.String |
getId() |
|
void |
setCx(int cx) |
|
void |
setCy(int cy) |