SymbolLine.java 文件源码

java
阅读 24 收藏 0 点赞 0 评论 0

项目:topodroid 作者:
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();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号