public IEditPolygonView extends StatelessView<State>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IEditPolygonView.State
State of
interface IEditPolygonView. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<android.graphics.PointF> |
getPolygon() |
void |
setListener(IEditPolygonView.Listener listener) |
updateStatejava.util.List<android.graphics.PointF> getPolygon()
void setListener(IEditPolygonView.Listener listener)
listener - which will receive callbacks on user interactions.