public class TIFFWriterUserDefinedField
Class used to describe user-defined TIFF field.
@JvmField @NotNull public java.lang.String fieldName
Field name.
@JvmField public int fieldTag
@JvmField @NotNull public TIFFWriterUserDefinedFieldType fieldType
@JvmField @Nullable public java.lang.Integer intValue
@JvmField @Nullable public java.lang.Double doubleValue
@JvmField @Nullable public java.lang.String stringValue
public TIFFWriterUserDefinedField(@NotNull
java.lang.String fieldName,
int fieldTag,
@NotNull
TIFFWriterUserDefinedFieldType fieldType,
@Nullable
java.lang.Integer intValue,
@Nullable
java.lang.Double doubleValue,
@Nullable
java.lang.String stringValue)
Class used to describe user-defined TIFF field.
fieldName - Field name.fieldTag - fieldType - intValue - doubleValue - stringValue - @NotNull public java.lang.String component1()
Field name.
public int component2()
@NotNull public TIFFWriterUserDefinedFieldType component3()
enum TIFFWriterUserDefinedFieldType.@Nullable public java.lang.Integer component4()
null otherwise.@Nullable public java.lang.Double component5()
null otherwise.@Nullable public java.lang.String component6()
null otherwise.@NotNull public TIFFWriterUserDefinedField copy(@NotNull java.lang.String fieldName, int fieldTag, @NotNull TIFFWriterUserDefinedFieldType fieldType, @Nullable java.lang.Integer intValue, @Nullable java.lang.Double doubleValue, @Nullable java.lang.String stringValue)
Class used to describe user-defined TIFF field.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)