Android 2D Graphics學習(一)、android.graphics介紹

來源:互聯網
上載者:User

Android 2D Graphics的絕大部分API都在android.graphics中,它提供了低級的graphics工具,包括canvas,color filters,point,rectangle等等,我們可以使用它們直接在螢幕上繪製我們想要的圖形。

在android.graphics中還有一個子包,android.graphics.drawable,它定義了一系列的drawable對象。而這個包裡還有一個子包,android.graphics.drawable.shapes,它定義了ShapeDrawable所使用的一系列shape對象。

要掌握Android 2D Graphics必須要熟悉這三個包的各種API。

繪圖基本要素:

Canvas

Paint

Bitmap,BitmapFactory,BitmapRegionDecoder,ImageFormat,Movie,NinePatch,YuvImage

過渡模式:

Xfermode,AvoidXfermode,PixelXorXfermode,PorterDuffXfermode

PorterDuff

過濾:

1、rgb過濾  ColorFilter ,ColorMatrixFilter,PorterDuffColorFilter,LightingColorFilter,PorterDuffColorFilter

2、alpha過濾 MaskFilter,BlurMaskFilter,EmbossMaskFilter

3、DrawFilter,PaintFlagsDrawFilter

變換:

Matrix,Camera,ColorMatrix

顏色:

Color

漸層:

Shader

BitmapShader,ComposeShader,LinearGradient,RadialGradient,SweepGradient

路徑

Path:

PathEffect,ComposePathEffect,CornerPathEffect,DashPathEffect,DiscretePathEffect,PathDashPathEffect,PathMeasure,SumPathEffect

Rasterizer,LayerRasterizer

Interpolator,

Picture

PixelFormat

Point,PointF,Rect,RectF

SurfaceTexture

Typeface

Region,RegionIterator

Drawable系列

Shape系列

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.