< prev index next >

src/java.desktop/share/classes/javax/imageio/plugins/tiff/TIFFField.java

Print this page

        

*** 259,269 **** * * @since 9 * @see TIFFDirectory * @see TIFFTag */ ! public class TIFFField implements Cloneable { private static final String[] typeNames = { null, "Byte", "Ascii", "Short", "Long", "Rational", "SByte", "Undefined", "SShort", "SLong", "SRational", --- 259,269 ---- * * @since 9 * @see TIFFDirectory * @see TIFFTag */ ! public final class TIFFField implements Cloneable { private static final String[] typeNames = { null, "Byte", "Ascii", "Short", "Long", "Rational", "SByte", "Undefined", "SShort", "SLong", "SRational",
< prev index next >