Class GetSceneItemProperties.Response

    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • getName

        public String getName()
        Scene Item name.
      • getItemId

        public int getItemId()
        Scene Item ID.
      • getRotation

        public double getRotation()
        The clockwise rotation of the item in degrees around the point of alignment.
      • isVisible

        public boolean isVisible()
        If the source is visible.
      • isMuted

        public boolean isMuted()
        If the source is muted.
      • isLocked

        public boolean isLocked()
        If the source's transform is locked.
      • getSourceWidth

        public int getSourceWidth()
        Base width (without scaling) of the source
      • getSourceHeight

        public int getSourceHeight()
        Base source (without scaling) of the source
      • getWidth

        public double getWidth()
        Scene item width (base source width multiplied by the horizontal scaling factor)
      • getHeight

        public double getHeight()
        Scene item height (base source height multiplied by the vertical scaling factor)
      • getParentGroupName

        public Optional<String> getParentGroupName()
        Name of the item's parent (if this item belongs to a group)