public abstract class TiffFXBase extends TiffProfile
| Modifier and Type | Field and Description |
|---|---|
static int |
GLOBALPARAMETERSIFD
Tiff/FX-specific tags.
|
static int |
STRIPROWCOUNTS
Tiff/FX-specific tags.
|
_mimeClass, _profileText, MIME_1314, MIME_FX, MIME_GENERIC| Constructor and Description |
|---|
TiffFXBase() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
perCMtoPerInch(int res)
Convert a units/cm value to a units/inch value.
|
protected boolean |
satisfiesClass(TiffIFD ifd)
Test for common requirements of all Tiff/FX profiles.
|
getMimeClass, getText, isAlreadyOK, satisfiesBackgroundColorIndicator, satisfiesBackgroundColorIndicator, satisfiesCompression, satisfiesCompression, satisfiesDotRange, satisfiesFillOrder, satisfiesImageColorIndicator, satisfiesImageColorIndicator, satisfiesImageWidth, satisfiesIndexed, satisfiesNewSubfileType, satisfiesNewSubfileType, satisfiesOrientation, satisfiesOrientation, satisfiesPhotometricInterpretation, satisfiesPhotometricInterpretation, satisfiesPlanarConfiguration, satisfiesPlanarConfiguration, satisfiesProfile, satisfiesResolutionUnit, satisfiesResolutionUnit, satisfiesSamplesPerPixel, satisfiesSamplesPerPixel, satisfiesThisProfile, satisfiesXResolution, satisfiesYResolution, setAlreadyOKpublic static final int GLOBALPARAMETERSIFD
public static final int STRIPROWCOUNTS
protected boolean satisfiesClass(TiffIFD ifd)
satisfiesClass() from their
satisfiesThisProfile() method to avoid redundant code.
If this method returns false, the IFD does not
meet the requirements of any TIFF/FX profile. Calling this
also guarantees that the image length, image width,
bits per sample, X resolution (sampling frequency),
Y resolution and page number values are non-null objects.protected int perCMtoPerInch(int res)