public final class JFIFData extends Object
The jfif segment.
Constructor and Description |
---|
JFIFData()
Initializes a new instance of the
JFIFData class. |
Modifier and Type | Method and Description |
---|---|
byte |
getDensityUnits()
Gets or sets the density units.
|
RasterImage |
getThumbnail()
Gets or sets the thumbnail.
|
short |
getVersion()
Gets or sets the version.
|
short |
getXDensity()
Gets or sets the x density.
|
short |
getYDensity()
Gets or sets the y density.
|
void |
setDensityUnits(byte value)
Gets or sets the density units.
|
void |
setThumbnail(RasterImage value)
Gets or sets the thumbnail.
|
void |
setVersion(short value)
Gets or sets the version.
|
void |
setXDensity(short value)
Gets or sets the x density.
|
void |
setYDensity(short value)
Gets or sets the y density.
|
public byte getDensityUnits()
Gets or sets the density units.
public void setDensityUnits(byte value)
Gets or sets the density units.
public RasterImage getThumbnail()
Gets or sets the thumbnail.
public void setThumbnail(RasterImage value)
Gets or sets the thumbnail.
public short getVersion()
Gets or sets the version.
public void setVersion(short value)
Gets or sets the version.
public short getXDensity()
Gets or sets the x density.
public void setXDensity(short value)
Gets or sets the x density.
public short getYDensity()
Gets or sets the y density.
public void setYDensity(short value)
Gets or sets the y density.