Packages

 

com.aspose.cad.fileformats.jpeg

Class JFIFData



  • public final class JFIFData
    extends Object

    The jfif segment.

    • Constructor Detail

      • JFIFData

        public JFIFData()

        Initializes a new instance of the JFIFData class.

    • Method Detail

      • getDensityUnits

        public byte getDensityUnits()

        Gets or sets the density units.

      • setDensityUnits

        public void setDensityUnits(byte value)

        Gets or sets the density units.

      • getThumbnail

        public RasterImage getThumbnail()

        Gets or sets the thumbnail.

      • setThumbnail

        public void setThumbnail(RasterImage value)

        Gets or sets the thumbnail.

      • getVersion

        public short getVersion()

        Gets or sets the version.

      • setVersion

        public void setVersion(short value)

        Gets or sets the version.

      • getXDensity

        public short getXDensity()

        Gets or sets the x density.

      • setXDensity

        public void setXDensity(short value)

        Gets or sets the x density.

      • getYDensity

        public short getYDensity()

        Gets or sets the y density.

      • setYDensity

        public void setYDensity(short value)

        Gets or sets the y density.