Class Image

  • All Implemented Interfaces:
    Serializable

    public class Image
    extends File
    Image object, represents an Image in GCN
    Author:
    norbert
    See Also:
    Serialized Form
    • Constructor Detail

      • Image

        public Image()
        Constructor used by JAXB
    • Method Detail

      • getIconCls

        public String getIconCls()
        Define attribute to select the appropriate class
        Overrides:
        getIconCls in class File
        Returns:
      • getSizeX

        public Integer getSizeX()
        Image size (x-Dimension)
        Returns:
        the sizeX
      • getSizeY

        public Integer getSizeY()
        Image size (y-Dimension)
        Returns:
        the sizeY
      • getTypeId

        public Integer getTypeId()
        Type ID
        Overrides:
        getTypeId in class File
        Returns:
        the typeId
      • getDpiX

        public Integer getDpiX()
        DPI (x-Dimension)
        Returns:
        the dpiX
      • getDpiY

        public Integer getDpiY()
        DPI (y-Dimension)
        Returns:
        the dpiY
      • isGisResizable

        public Boolean isGisResizable()
        Whether the image is resizable by Gentics Image Store
        Returns:
      • setSizeX

        public void setSizeX​(Integer sizeX)
        Parameters:
        sizeX - the sizeX to set
      • setSizeY

        public void setSizeY​(Integer sizeY)
        Parameters:
        sizeY - the sizeY to set
      • setDpiX

        public void setDpiX​(Integer dpiX)
        Parameters:
        dpiX - the dpiX to set
      • setDpiY

        public void setDpiY​(Integer dpiY)
        Parameters:
        dpiY - the dpiY to set
      • getFpX

        public Float getFpX()
        Return the focal point x-axis factor.
        Returns:
      • setFpX

        public void setFpX​(Float fpX)
        Set the Focal point x-axis factor.
        Parameters:
        fpX -
      • getFpY

        public Float getFpY()
        Return the focal point y-axis factor.
        Returns:
      • setFpY

        public void setFpY​(Float fpY)
        Set the focal point y-axis factor.
        Parameters:
        fpY -
      • setGisResizable

        public void setGisResizable​(Boolean gisResizable)
        Sets whether the image is resizable by Gentics Image Store
        Parameters:
        gisResizable - True if resizable