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 |
---|---|
getDensityUnits() | Gets the density units. |
setDensityUnits(byte value) | Sets the density units. |
getThumbnail() | Gets the thumbnail. |
setThumbnail(RasterImage value) | Sets the thumbnail. |
getVersion() | Gets the version. |
setVersion(short value) | Sets the version. |
getXDensity() | Gets the x density. |
setXDensity(short value) | Sets the x density. |
getYDensity() | Gets the y density. |
setYDensity(short value) | Sets the y density. |
JFIFData()
public JFIFData()
Initializes a new instance of the JFIFData class.
getDensityUnits()
public byte getDensityUnits()
Gets the density units.
Returns: byte - the density units.
setDensityUnits(byte value)
public void setDensityUnits(byte value)
Sets the density units.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte | the density units. |
getThumbnail()
public RasterImage getThumbnail()
Gets the thumbnail.
Returns: RasterImage - the thumbnail.
setThumbnail(RasterImage value)
public void setThumbnail(RasterImage value)
Sets the thumbnail.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RasterImage | the thumbnail. |
getVersion()
public short getVersion()
Gets the version.
Returns: short - the version.
setVersion(short value)
public void setVersion(short value)
Sets the version.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short | the version. |
getXDensity()
public short getXDensity()
Gets the x density.
Returns: short - the x density.
setXDensity(short value)
public void setXDensity(short value)
Sets the x density.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short | the x density. |
getYDensity()
public short getYDensity()
Gets the y density.
Returns: short - the y density.
setYDensity(short value)
public void setYDensity(short value)
Sets the y density.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short | the y density. |