public class Background
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Background.Align
水印图片的排列方式
|
| Modifier and Type | Field and Description |
|---|---|
Background.Align |
align
水印图片的排列方式
|
android.graphics.Bitmap |
bitmap
水印图片
|
int |
height
水印图片置入宿主图片的高度
|
int |
offsetX
水印图片放置位置的X坐标
|
int |
offsetY
水印图片放置位置的Y坐标
|
int |
width
水印图片置入宿主图片的宽度
|
| Constructor and Description |
|---|
Background(android.graphics.Bitmap bitmap,
int width,
int height,
int offsetX,
int offsetY,
Background.Align align) |
public android.graphics.Bitmap bitmap
public int width
public int height
public int offsetX
public int offsetY
public Background.Align align
public Background(android.graphics.Bitmap bitmap,
int width,
int height,
int offsetX,
int offsetY,
Background.Align align)