Class Sharp

    • Constructor Detail

      • Sharp

        public Sharp()
      • Sharp

        public Sharp​(Sharp source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 细节增强方式,取值:normal。
        Returns:
        Type 细节增强方式,取值:normal。
      • setType

        public void setType​(String Type)
        Set 细节增强方式,取值:normal。
        Parameters:
        Type - 细节增强方式,取值:normal。
      • getRatio

        public Float getRatio()
        Get 细节增强强度,可选项:0.0-1.0。小于0.0的默认为0.0,大于1.0的默认为1.0。
        Returns:
        Ratio 细节增强强度,可选项:0.0-1.0。小于0.0的默认为0.0,大于1.0的默认为1.0。
      • setRatio

        public void setRatio​(Float Ratio)
        Set 细节增强强度,可选项:0.0-1.0。小于0.0的默认为0.0,大于1.0的默认为1.0。
        Parameters:
        Ratio - 细节增强强度,可选项:0.0-1.0。小于0.0的默认为0.0,大于1.0的默认为1.0。