Package com.sun.media.imageioimpl.plugins.tiff

Examples of com.sun.media.imageioimpl.plugins.tiff.TIFFFieldNode


     *
     * @return a <code>Node</code> named <tt>"TIFFField"</tt> or
     * <tt>"TIFFIFD"</tt>.
     */
    public Node getAsNativeNode() {
        return new TIFFFieldNode(this);
    }
View Full Code Here

TOP

Related Classes of com.sun.media.imageioimpl.plugins.tiff.TIFFFieldNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.