public interface ITip<C,S>
| Modifier and Type | Method and Description |
|---|---|
void |
drawTip(android.graphics.Canvas canvas,
float x,
float y,
android.graphics.Rect rect,
C content,
int position) |
S |
format(C c,
int position) |
boolean |
isShowTip(C c,
int position) |