Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SailFlorve authored Aug 14, 2019
1 parent 513d908 commit b9220d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ void setScaleMax(float) | 设置最大缩放倍数
void setDrawMode(boolean)<br>boolean getDrawMode() | DrawMode设置为true可以在图片上任意画线;为false时保存
void setBubbleMode(boolean)<br>boolean getBubbleMode() | BubbleMode设置为true会显示贴纸,此时可以任意拖动;设置为false时保存
void clearMode() | 等同于调用setDrawMode(false)和setBubbleMode(false)
void addLine(PointF, PointF) | 以两点为端点绘制一条直线,坐标基于ImageView
void addBubble(float, float) | 在坐标位置贴一个贴纸,坐标基于ImageView
void addLine(PointF, PointF) | 以两点为端点绘制一条直线,坐标基于图片显示的宽高
void addBubble(float, float) | 在坐标位置贴一个贴纸,坐标基于图片显示的宽高
void setLineWidth(float) | 设置画线的宽度
void setLineColor(@ColorInt int) | 设置画线的颜色

Expand Down

0 comments on commit b9220d3

Please sign in to comment.