Class GetSceneItemProperties.Bounds
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.sceneitems.GetSceneItemProperties.Bounds
-
- Enclosing class:
- GetSceneItemProperties
public class GetSceneItemProperties.Bounds extends Object
-
-
Constructor Summary
Constructors Constructor Description Bounds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAlignment()Alignment of the bounding box.StringgetType()Type of bounding box.doublegetX()Width of the bounding box.doublegetY()Height of the bounding box.
-
-
-
Method Detail
-
getType
public String getType()
Type of bounding box. Can be "OBS_BOUNDS_STRETCH", "OBS_BOUNDS_SCALE_INNER", "OBS_BOUNDS_SCALE_OUTER", "OBS_BOUNDS_SCALE_TO_WIDTH", "OBS_BOUNDS_SCALE_TO_HEIGHT", "OBS_BOUNDS_MAX_ONLY" or "OBS_BOUNDS_NONE".
-
getAlignment
public int getAlignment()
Alignment of the bounding box.
-
getX
public double getX()
Width of the bounding box.
-
getY
public double getY()
Height of the bounding box.
-
-