SymbolLine( String name, String th_name, String fname, String group, int color, float width, PathEffect effect_dir, PathEffect effect_rev )
{
super( th_name, fname );
init( name, group, color, width );
mPaint.setPathEffect( effect_dir );
mRevPaint.setPathEffect( effect_rev );
mHasEffect = true;
makePath();
}
SymbolLine.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:topodroid
作者:
评论列表
文章目录