private void initPaint() {
this.pfdf = new PaintFlagsDrawFilter(0, 3);
this.bgPaint = new Paint();
this.bgPaint.setColor(this.bgColor);
this.indicatorPaint = new Paint();
this.indicatorPaint.setColor(this.indicatorColor);
this.textPaint = new Paint();
this.textPaint.setColor(this.textColor);
this.textPaint.setTextSize(this.textSize);
this.linePaint = new Paint();
this.linePaint.setColor(this.lineColor);
this.path = new Path();
}
BooheeRulerView.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:boohee_v5.6
作者:
评论列表
文章目录