Package com.lowagie.tools.arguments.filters

Examples of com.lowagie.tools.arguments.filters.U3DFilter


                                                  "The file you want to add the u3d File", false,
                                                  new PdfFilter());
        arguments.add(inputfile);
        FileArgument u3dinputfile = new FileArgument(this, "srcu3dfile",
                "The u3d file you want to add", false,
                new U3DFilter());
        arguments.add(u3dinputfile);
        destfile = new FileArgument(this, "destfile",
                                    "The file that contains the u3d Annotation after processing",
                                    true, new PdfFilter());
        arguments.add(destfile);
View Full Code Here

TOP

Related Classes of com.lowagie.tools.arguments.filters.U3DFilter

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.