Class SmartCropAdd


  • public class SmartCropAdd
    extends java.lang.Object

    Java class for SmartCropAdd complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SmartCropAdd">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cropWidth" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="cropHeight" type="{http://www.w3.org/2001/XMLSchema}double"/>
             <element name="cropName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="cropRect" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}NormalizedCropRect"/>
             <element name="swatchColor" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}SwatchColor" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SmartCropAdd

        public SmartCropAdd()
    • Method Detail

      • getCropWidth

        public double getCropWidth()
        Gets the value of the cropWidth property.
      • setCropWidth

        public void setCropWidth​(double value)
        Sets the value of the cropWidth property.
      • getCropHeight

        public double getCropHeight()
        Gets the value of the cropHeight property.
      • setCropHeight

        public void setCropHeight​(double value)
        Sets the value of the cropHeight property.
      • getCropName

        public java.lang.String getCropName()
        Gets the value of the cropName property.
        Returns:
        possible object is String
      • setCropName

        public void setCropName​(java.lang.String value)
        Sets the value of the cropName property.
        Parameters:
        value - allowed object is String
      • getSwatchColor

        public SwatchColor getSwatchColor()
        Gets the value of the swatchColor property.
        Returns:
        possible object is SwatchColor
      • setSwatchColor

        public void setSwatchColor​(SwatchColor value)
        Sets the value of the swatchColor property.
        Parameters:
        value - allowed object is SwatchColor