public class MixerLayoutConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private float |
alpha |
private int |
height |
private java.lang.String |
imagePath |
private int |
left |
private byte |
mirror |
private int |
top |
private int |
width |
private int |
zOrder |
| Constructor and Description |
|---|
MixerLayoutConfig() |
MixerLayoutConfig(int top,
int left,
int width,
int height,
int zOrder,
float alpha,
byte mirror,
java.lang.String imagePath) |
| Modifier and Type | Method and Description |
|---|---|
float |
getAlpha() |
int |
getHeight() |
java.lang.String |
getImagePath() |
int |
getLeft() |
byte |
getMirror() |
int |
getTop() |
int |
getWidth() |
int |
getZOrder() |
void |
setAlpha(float alpha) |
void |
setHeight(int height) |
void |
setImagePath(java.lang.String imagePath) |
void |
setLeft(int left) |
void |
setMirror(byte mirror) |
void |
setTop(int top) |
void |
setWidth(int width) |
void |
setZOrder(int zOrder) |
private int top
private int left
private int width
private int height
private int zOrder
private float alpha
private byte mirror
private java.lang.String imagePath
public MixerLayoutConfig()
public MixerLayoutConfig(int top,
int left,
int width,
int height,
int zOrder,
float alpha,
byte mirror,
java.lang.String imagePath)
public int getTop()
public void setTop(int top)
public int getLeft()
public void setLeft(int left)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getZOrder()
public void setZOrder(int zOrder)
public float getAlpha()
public void setAlpha(float alpha)
public byte getMirror()
public void setMirror(byte mirror)
public java.lang.String getImagePath()
public void setImagePath(java.lang.String imagePath)