Class SetSceneItemCrop.Builder

    • Method Detail

      • getSceneName

        public Optional<String> getSceneName()
        Name of the scene the scene item belongs to. Defaults to the current scene.
      • setSceneName

        public void setSceneName​(String sceneName)
        Name of the scene the scene item belongs to. Defaults to the current scene.
      • getItem

        public String getItem()
        Scene Item name.
      • setItem

        public void setItem​(String item)
        Scene Item name.
      • getTop

        public int getTop()
        Pixel position of the top of the source item.
      • setTop

        public void setTop​(int top)
        Pixel position of the top of the source item.
      • getBottom

        public int getBottom()
        Pixel position of the bottom of the source item.
      • setBottom

        public void setBottom​(int bottom)
        Pixel position of the bottom of the source item.
      • getLeft

        public int getLeft()
        Pixel position of the left of the source item.
      • setLeft

        public void setLeft​(int left)
        Pixel position of the left of the source item.
      • getRight

        public int getRight()
        Pixel position of the right of the source item.
      • setRight

        public void setRight​(int right)
        Pixel position of the right of the source item.