Class GetSceneItemProperties.Position
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.sceneitems.GetSceneItemProperties.Position
-
- Enclosing class:
- GetSceneItemProperties
public class GetSceneItemProperties.Position extends Object
-
-
Constructor Summary
Constructors Constructor Description Position()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAlignment()
The point on the source that the item is manipulated from.double
getX()
The x position of the source from the left.double
getY()
The y position of the source from the top.
-
-
-
Method Detail
-
getX
public double getX()
The x position of the source from the left.
-
getY
public double getY()
The y position of the source from the top.
-
getAlignment
public int getAlignment()
The point on the source that the item is manipulated from. The sum of 1=Left or 2=Right, and 4=Top or 8=Bottom, or omit to center on that axis.
-
-