PorterDuffXfermode
public
class
PorterDuffXfermode
extends Xfermode
java.lang.Object | ||
↳ | android.graphics.Xfermode | |
↳ | android.graphics.PorterDuffXfermode |
Specialized implementation of Paint
's
transfer mode
. Refer to the
documentation of the PorterDuff.Mode
enum for more
information on the available alpha compositing and blending modes.
Summary
Public constructors | |
---|---|
PorterDuffXfermode(PorterDuff.Mode mode)
Create an xfermode that uses the specified porter-duff mode. |
Inherited methods | |
---|---|
Public constructors
PorterDuffXfermode
PorterDuffXfermode (PorterDuff.Mode mode)
Create an xfermode that uses the specified porter-duff mode.
Parameters | |
---|---|
mode |
PorterDuff.Mode : The porter-duff mode that is applied
|
Annotations
Interfaces
Classes
- Bitmap
- BitmapFactory
- BitmapFactory.Options
- BitmapRegionDecoder
- BitmapShader
- BlurMaskFilter
- Camera
- Canvas
- Color
- ColorFilter
- ColorMatrix
- ColorMatrixColorFilter
- ColorSpace
- ColorSpace.Connector
- ColorSpace.Rgb
- ColorSpace.Rgb.TransferParameters
- ComposePathEffect
- ComposeShader
- CornerPathEffect
- DashPathEffect
- DiscretePathEffect
- DrawFilter
- EmbossMaskFilter
- ImageDecoder
- ImageDecoder.ImageInfo
- ImageDecoder.Source
- ImageFormat
- Interpolator
- LightingColorFilter
- LinearGradient
- MaskFilter
- Matrix
- Movie
- NinePatch
- Outline
- Paint
- Paint.FontMetrics
- Paint.FontMetricsInt
- PaintFlagsDrawFilter
- Path
- PathDashPathEffect
- PathEffect
- PathMeasure
- Picture
- PixelFormat
- Point
- PointF
- PorterDuff
- PorterDuffColorFilter
- PorterDuffXfermode
- RadialGradient
- Rect
- RectF
- Region
- RegionIterator
- Shader
- SumPathEffect
- SurfaceTexture
- SweepGradient
- Typeface
- Typeface.Builder
- Xfermode
- YuvImage
Enums
- Bitmap.CompressFormat
- Bitmap.Config
- BlurMaskFilter.Blur
- Canvas.EdgeType
- Canvas.VertexMode
- ColorSpace.Adaptation
- ColorSpace.Model
- ColorSpace.Named
- ColorSpace.RenderIntent
- Interpolator.Result
- Matrix.ScaleToFit
- Paint.Align
- Paint.Cap
- Paint.Join
- Paint.Style
- Path.Direction
- Path.FillType
- Path.Op
- PathDashPathEffect.Style
- PorterDuff.Mode
- Region.Op
- Shader.TileMode
Exceptions