Class SetSceneItemProperties.Position
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.sceneitems.SetSceneItemProperties.Position
-
- Enclosing class:
- SetSceneItemProperties
public class SetSceneItemProperties.Position extends Object
-
-
Constructor Summary
Constructors Constructor Description Position()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>getAlignment()The new alignment of the source.Optional<Double>getX()The new x position of the source.Optional<Double>getY()The new y position of the source.voidsetAlignment(int alignment)The new alignment of the source.voidsetX(double x)The new x position of the source.voidsetY(double y)The new y position of the source.
-