public final class RawTiffTagPackage extends RawDictionaryBasePackage
Represents Tiff tags.
| Modifier and Type | Method and Description |
|---|---|
String |
getArtist()
Gets the Artist.
|
int[] |
getBitsPerSample()
Gets the bits per sample.
|
int |
getCompression()
Gets compression.
|
String |
getCopyright()
Gets the Copyright.
|
String |
getDateTime()
Gets the DateTime.
|
long |
getEXIF()
Gets the EXIF.
|
long |
getGpsIfd()
Gets the EXIF.
|
GpsIfdPackage |
getGpsIfdPackage()
Gets the GPS tag (GPSInfo IFD Pointer).
|
String |
getImageDescription()
Gets a character string giving the title of the image.
|
int |
getImageHeight()
Gets the image height.
|
int |
getImageWidth()
Gets the image width.
|
long |
getJpegInterchangeFormat()
Gets the JpegInterchangeFormat.
|
long |
getJpegInterchangeFormatLength()
Gets the JpegInterchangeFormatLength.
|
String |
getMake()
Gets the macro mode.
|
String |
getModel()
Gets the model.
|
int |
getOrientation()
Gets the orientation.
|
int |
getPhotometricInterpretation()
Gets PhotometricInterpretation.
|
int |
getPlanarConfiguration()
Gets the PlanarConfiguration.
|
double[] |
getPrimaryChromaticities()
Gets the PrimaryChromaticities.
|
RawExifTagPackage |
getRawExifTagPackage()
Gets the Exif tag (Exif IFD Pointer).
|
RawIFD1Package |
getRawIFD1Package()
Gets the IFD1.
|
RawIFD2Package |
getRawIFD2Package()
Gets the IFD2.
|
RawIFD3Package |
getRawIFD3Package()
Gets the IFD3.
|
double[] |
getReferenceBlackWhite()
Gets the ReferenceBlackWhite.
|
int |
getResolutionUnit()
Gets the Resolution Unit.
|
long |
getRowsPerStrip()
Gets the RowsPerStrip.
|
int |
getSamplesPerPixel()
Gets the SamplesPerPixel.
|
String |
getSoftware()
Gets the Software.
|
long |
getStripByteCounts()
Gets the strip byte counts.
|
long |
getStripOffset()
Gets the StripOffset.
|
int[] |
getTransferFunction()
Gets the TransferFunction.
|
double[] |
getWhitePoint()
Gets the WhitePoint.
|
float |
getXResolution()
Gets the XResolution.
|
double[] |
getYCbCrCoefficients()
Gets the YCbCrCoefficients.
|
int |
getYCbCrPositioning()
Gets the YCbCrPositioning.
|
int[] |
getYCbCrSubSampling()
Gets the YCbCrSubSampling.
|
float |
getYResolution()
Gets the YResolution.
|
void |
setImageDescription(String value)
Sets a character string giving the title of the image.
|
clear, get_Item, remove, set, toListaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String getArtist()
Gets the Artist.
public final int[] getBitsPerSample()
Gets the bits per sample.
public final int getCompression()
Gets compression.
public final String getCopyright()
Gets the Copyright.
public final String getDateTime()
Gets the DateTime.
public final long getEXIF()
Gets the EXIF.
public final long getGpsIfd()
Gets the EXIF.
public final GpsIfdPackage getGpsIfdPackage()
Gets the GPS tag (GPSInfo IFD Pointer).
public final String getImageDescription()
Gets a character string giving the title of the image. It may be a comment such as "1988 company picnic" or the like.
public final int getImageHeight()
Gets the image height.
public final int getImageWidth()
Gets the image width.
public final long getJpegInterchangeFormat()
Gets the JpegInterchangeFormat.
public final long getJpegInterchangeFormatLength()
Gets the JpegInterchangeFormatLength.
public final String getMake()
Gets the macro mode.
public final String getModel()
Gets the model.
public final int getOrientation()
Gets the orientation.
public final int getPhotometricInterpretation()
Gets PhotometricInterpretation.
public final int getPlanarConfiguration()
Gets the PlanarConfiguration.
public final double[] getPrimaryChromaticities()
Gets the PrimaryChromaticities.
public final RawExifTagPackage getRawExifTagPackage()
Gets the Exif tag (Exif IFD Pointer).
public final RawIFD1Package getRawIFD1Package()
Gets the IFD1.
public final RawIFD2Package getRawIFD2Package()
Gets the IFD2.
public final RawIFD3Package getRawIFD3Package()
Gets the IFD3.
public final double[] getReferenceBlackWhite()
Gets the ReferenceBlackWhite.
public final int getResolutionUnit()
Gets the Resolution Unit.
public final long getRowsPerStrip()
Gets the RowsPerStrip.
public final int getSamplesPerPixel()
Gets the SamplesPerPixel.
public final String getSoftware()
Gets the Software.
public final long getStripByteCounts()
Gets the strip byte counts.
public final long getStripOffset()
Gets the StripOffset.
public final int[] getTransferFunction()
Gets the TransferFunction.
public final double[] getWhitePoint()
Gets the WhitePoint.
public final float getXResolution()
Gets the XResolution.
public final double[] getYCbCrCoefficients()
Gets the YCbCrCoefficients.
public final int getYCbCrPositioning()
Gets the YCbCrPositioning.
public final int[] getYCbCrSubSampling()
Gets the YCbCrSubSampling.
public final float getYResolution()
Gets the YResolution.
public final void setImageDescription(String value)
Sets a character string giving the title of the image. It may be a comment such as "1988 company picnic" or the like.
value - The image description.Copyright © 2025. All rights reserved.