Class SetSceneItemProperties.Scale

    • Constructor Detail

      • Scale

        public Scale()
    • Method Detail

      • setX

        public void setX​(double x)
        The new x scale of the item.
      • setY

        public void setY​(double y)
        The new y scale of the item.
      • getFilter

        public Optional<String> getFilter()
        The new 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".
      • setFilter

        public void setFilter​(String filter)
        The new 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".