Class GetSceneItemProperties.Scale
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.sceneitems.GetSceneItemProperties.Scale
-
- Enclosing class:
- GetSceneItemProperties
public class GetSceneItemProperties.Scale extends Object
-
-
Constructor Summary
Constructors Constructor Description Scale()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilter()
The scale filter of the source.double
getX()
The x-scale factor of the source.double
getY()
The y-scale factor of the source.
-
-
-
Method Detail
-
getX
public double getX()
The x-scale factor of the source.
-
getY
public double getY()
The y-scale factor of the source.
-
getFilter
public String getFilter()
The scale filter of the source. Can be "OBS_SCALE_DISABLE", "OBS_SCALE_POINT", "OBS_SCALE_BICUBIC", "OBS_SCALE_BILINEAR", "OBS_SCALE_LANCZOS" or "OBS_SCALE_AREA".
-
-