Uses of Enum Class
loci.formats.tiff.PhotoInterp
Packages that use PhotoInterp
-
Uses of PhotoInterp in loci.formats.tiff
Fields in loci.formats.tiff with type parameters of type PhotoInterpModifier and TypeFieldDescriptionprivate static final Map<Integer, PhotoInterp> PhotoInterp.lookupMethods in loci.formats.tiff that return PhotoInterpModifier and TypeMethodDescriptionstatic PhotoInterpPhotoInterp.get(int code) Retrieves a photometric interpretation by reverse lookup of its "code".Retrieves the image's photometric interpretation (TIFF tag PhotometricInterpretation) from this IFD.static PhotoInterpReturns the enum constant of this class with the specified name.static PhotoInterp[]PhotoInterp.values()Returns an array containing the constants of this enum class, in the order they are declared.