JFIFData
Contents
[
Hide
]Inheritance: java.lang.Object
public final class JFIFData
The jfif segment.
Constructors
Constructor | Description |
---|---|
JFIFData() | Initializes a new instance of the JFIFData class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
stream | com.aspose.internal.fileformats.jpeg.JpegRawDataReader | The stream. |
Returns: JFIFData - The JFIFData .
setDensityUnits(byte value)
public void setDensityUnits(byte value)
Gets or sets the density units.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
setThumbnail(RasterImage value)
public void setThumbnail(RasterImage value)
Gets or sets the thumbnail.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RasterImage |
setVersion(short value)
public void setVersion(short value)
Gets or sets the version.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setXDensity(short value)
public void setXDensity(short value)
Gets or sets the x density.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
setYDensity(short value)
public void setYDensity(short value)
Gets or sets the y density.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |
write_internalized(JFIFData data, JpegStream stream)
public static void write_internalized(JFIFData data, JpegStream stream)
The write.
Parameters:
Parameter | Type | Description |
---|---|---|
data | JFIFData | The data. |
stream | com.aspose.internal.fileformats.jpeg.JpegStream | The stream. |