JFIFData

Inheritance: java.lang.Object

public final class JFIFData

The jfif segment.

Constructors

ConstructorDescription
JFIFData()Initializes a new instance of the JFIFData class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDensityUnits()Gets or sets the density units.
getThumbnail()Gets or sets the thumbnail.
getVersion()Gets or sets the version.
getXDensity()Gets or sets the x density.
getYDensity()Gets or sets the y density.
hashCode()
notify()
notifyAll()
read_internalized(JpegRawDataReader stream)The read.
setDensityUnits(byte value)Gets or sets the density units.
setThumbnail(RasterImage value)Gets or sets the thumbnail.
setVersion(short value)Gets or sets the version.
setXDensity(short value)Gets or sets the x density.
setYDensity(short value)Gets or sets the y density.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)
write_internalized(JFIFData data, JpegStream stream)The write.

JFIFData()

public JFIFData()

Initializes a new instance of the JFIFData class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDensityUnits()

public byte getDensityUnits()

Gets or sets the density units.

Returns: byte

getThumbnail()

public RasterImage getThumbnail()

Gets or sets the thumbnail.

Returns: RasterImage

getVersion()

public short getVersion()

Gets or sets the version.

Returns: short

getXDensity()

public short getXDensity()

Gets or sets the x density.

Returns: short

getYDensity()

public short getYDensity()

Gets or sets the y density.

Returns: short

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

read_internalized(JpegRawDataReader stream)

public static JFIFData read_internalized(JpegRawDataReader stream)

The read.

Parameters:

ParameterTypeDescription
streamcom.aspose.internal.fileformats.jpeg.JpegRawDataReaderThe stream.

Returns: JFIFData - The JFIFData .

setDensityUnits(byte value)

public void setDensityUnits(byte value)

Gets or sets the density units.

Parameters:

ParameterTypeDescription
valuebyte

setThumbnail(RasterImage value)

public void setThumbnail(RasterImage value)

Gets or sets the thumbnail.

Parameters:

ParameterTypeDescription
valueRasterImage

setVersion(short value)

public void setVersion(short value)

Gets or sets the version.

Parameters:

ParameterTypeDescription
valueshort

setXDensity(short value)

public void setXDensity(short value)

Gets or sets the x density.

Parameters:

ParameterTypeDescription
valueshort

setYDensity(short value)

public void setYDensity(short value)

Gets or sets the y density.

Parameters:

ParameterTypeDescription
valueshort

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int

write_internalized(JFIFData data, JpegStream stream)

public static void write_internalized(JFIFData data, JpegStream stream)

The write.

Parameters:

ParameterTypeDescription
dataJFIFDataThe data.
streamcom.aspose.internal.fileformats.jpeg.JpegStreamThe stream.