Package com.lowagie.tools.arguments.filters

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


  /**
   * Constructs a PhotoAlbum object.
   */
  public PhotoAlbum() {
    menuoptions = MENU_EXECUTE | MENU_EXECUTE_SHOW;
    arguments.add(new FileArgument(this, "srcdir", "The directory containing the image files", false, new DirFilter()));
    arguments.add(new FileArgument(this, "destfile", "The file to which the converted TIFF has to be written", true, new PdfFilter()));
  }
View Full Code Here

TOP

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

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.