public class MagnifierView
View that draws magnifier. Magnifier should be properly set up before draw
| Constructor and Description |
|---|
MagnifierView() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchDraw() |
void |
onAttachedToWindow() |
void |
onDetachedFromWindow() |
void |
onLayout() |
void |
setEnableBounding()
Enables Bounding of magnifier view
|
void |
setImageRotation()
Sets rotation for the image preview when it is magnified
|
void |
setupMagnifier()
Setup magnifier using given EditPolygonImageView
|
public void setImageRotation()
Sets rotation for the image preview when it is magnified
public void setupMagnifier()
Setup magnifier using given EditPolygonImageView
public void dispatchDraw()
public void onAttachedToWindow()
public void onDetachedFromWindow()
public void onLayout()
public void setEnableBounding()
Enables Bounding of magnifier view