public class MixerLayoutConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private float |
alpha
Alpha value
|
private int |
height
Height (px)
|
private java.lang.String |
imagePath
Image path
|
private int |
left
Left position (px)
|
private byte |
mirror
Mirror mode
|
private int |
top
Top position (px)
|
private int |
width
Width (px)
|
private int |
zOrder
Z-order
|
| Constructor and Description |
|---|
MixerLayoutConfig()
Default constructor for MixerLayoutConfig.
|
MixerLayoutConfig(int top,
int left,
int width,
int height,
int zOrder,
float alpha,
byte mirror,
java.lang.String imagePath)
Constructs MixerLayoutConfig with all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAlpha()
Gets the alpha value.
|
int |
getHeight()
Gets the height (px).
|
java.lang.String |
getImagePath()
Gets the image path.
|
int |
getLeft()
Gets the left position (px).
|
byte |
getMirror()
Gets the mirror mode.
|
int |
getTop()
Gets the top position (px).
|
int |
getWidth()
Gets the width (px).
|
int |
getZOrder()
Gets the z-order.
|
void |
setAlpha(float alpha)
Sets the alpha value.
|
void |
setHeight(int height)
Sets the height (px).
|
void |
setImagePath(java.lang.String imagePath)
Sets the image path.
|
void |
setLeft(int left)
Sets the left position (px).
|
void |
setMirror(byte mirror)
Sets the mirror mode.
|
void |
setTop(int top)
Sets the top position (px).
|
void |
setWidth(int width)
Sets the width (px).
|
void |
setZOrder(int zOrder)
Sets the z-order.
|
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)
top - Top position (px)left - Left position (px)width - Width (px)height - Height (px)zOrder - Z-orderalpha - Alpha valuemirror - Mirror modeimagePath - Image pathpublic int getTop()
public void setTop(int top)
top - Top position (px)public int getLeft()
public void setLeft(int left)
left - Left position (px)public int getWidth()
public void setWidth(int width)
width - Width (px)public int getHeight()
public void setHeight(int height)
height - Height (px)public int getZOrder()
public void setZOrder(int zOrder)
zOrder - Z-orderpublic float getAlpha()
public void setAlpha(float alpha)
alpha - Alpha valuepublic byte getMirror()
public void setMirror(byte mirror)
mirror - Mirror modepublic java.lang.String getImagePath()
public void setImagePath(java.lang.String imagePath)
imagePath - Image path