android.graphics.Path

public class

Path

extends Object
java.lang.Object
android.graphics.Path

Class Overview

The Path class encapsulates compound (multiple contour) geometric paths consisting of straight line segments, quadratic curves, and cubic curves. It can be drawn with canvas.drawPath(path, paint), either filled or stroked (based on the paint's Style), or it can be used for clipping or to draw text on a path.

这个Path类封装复合了由直线段几何路径二维曲线及立方体曲线组成的(多种轮廓的)几何路径。这些路线可以通过Canvas.drawPath(path,paint)方法来画出,填充或者用画笔描画(根据画笔的风格)出来;或者这些路线可以用来剪切或者绘制文本。

Summary

更多相关文章

  1. Android绘图Canvas、Paint
  2. android刮刮卡效果
  3. Android调用系统camera
  4. Android(安卓)Studio Unknown host ‘downloads.gradle.org’
  5. android开发环境安装ADT
  6. Android(安卓)Retrofit2网路编程实现方法详解
  7. Decompiled .class file,bytecode version:52.0(Java 8) Source
  8. android 下载资源代码
  9. Android获取所有存储卡挂载路径

随机推荐

  1. android布局文件属性说明(转)
  2. Android编译环境安装
  3. H264解码器源码(Android 1.6 版)
  4. Android NDK的入门学习
  5. 编译Android(安卓)2.3.1 源代码心得
  6. LAYOUT SHOW
  7. Develop--Training(一)Getting Started
  8. Android(安卓)Studio下Jni开发简单demo
  9. Android SDK文档离线打开慢问题
  10. Android webview与js 交换JSON对象数据