Uses of Class
com.lowagie.toolbox.AbstractTool

Packages that use AbstractTool
com.lowagie.toolbox   
com.lowagie.toolbox.arguments   
com.lowagie.toolbox.plugins   
 

Uses of AbstractTool in com.lowagie.toolbox
 

Methods in com.lowagie.toolbox that return AbstractTool
 AbstractTool Toolbox.createFrame(String name)
          Creates an Internal Frame.
 

Uses of AbstractTool in com.lowagie.toolbox.arguments
 

Fields in com.lowagie.toolbox.arguments declared as AbstractTool
protected  AbstractTool AbstractArgument.tool
          reference to the internal frame
 

Methods in com.lowagie.toolbox.arguments that return AbstractTool
 AbstractTool AbstractArgument.getTool()
           
 

Methods in com.lowagie.toolbox.arguments with parameters of type AbstractTool
 void AbstractArgument.setTool(AbstractTool tool)
           
 

Constructors in com.lowagie.toolbox.arguments with parameters of type AbstractTool
AbstractArgument(AbstractTool tool, String name, String description, Object value)
           
BitsetArgument(AbstractTool tool, String name, String description, String[] options)
          Constructs an BitsetArgument.
ColorArgument(AbstractTool tool, String name, String description)
           
FileArgument(AbstractTool tool, String name, String description, boolean newFile)
          Constructs a FileArgument.
FileArgument(AbstractTool tool, String name, String description, boolean newFile, FileFilter filter)
          Constructs a FileArgument.
FileArrayArgument(AbstractTool tool, String name, String description)
           
FloatArgument(AbstractTool tool, String name, String description)
           
ImageArgument(AbstractTool tool, String name, String description)
          Constructs a FileArgument.
ImageArgument(AbstractTool tool, String name, String description, FileFilter filter)
          Constructs a FileArgument.
IntegerArgument(AbstractTool tool, String name, String description)
          Constructs a IntegerArgument.
OptionArgument(AbstractTool tool, String name, String description)
          Constructs an OptionArgument.
PageSizeArgument(AbstractTool tool, String name, String description)
          Constructs an OptionArgument.
StringArgument(AbstractTool tool, String name, String description)
          Constructs a StringArgument.
 

Uses of AbstractTool in com.lowagie.toolbox.plugins
 

Subclasses of AbstractTool in com.lowagie.toolbox.plugins
 class Add3D
          This tool lets you add a embedded u3d 3d annotation to the first page of a document.
 class Bookmarks2XML
          Allows you to add bookmarks to an existing PDF file
 class Burst
          This tool lets you split a PDF in several separate PDF files (1 per page).
 class CompressDecompressPageContent
           
 class Concat
          Concatenates two PDF files
 class ConcatN
          Concatenates two PDF files
 class Decrypt
          Allows you to decrypt an existing PDF file.
 class Divide
          This tool lets you generate a PDF that shows N pages on 1.
 class DvdCover
          This is a simple tool that generates a cover for a DVD.
 class Encrypt
          Allows you to encrypt an existing PDF file.
 class ExtractAttachments
          This tool lets you extract the attachments of a PDF.
 class Handouts
          Generates a PDF file that is usable as Handout.
 class HtmlBookmarks
          Allows you to generate an index file in HTML containing Bookmarks to an existing PDF file.
 class ImageXRefViewer
          Allows you to inspect the Image XObjects inside a PDF file.
 class InspectPDF
          Allows you to inspect an existing PDF file.
 class KnitTiff
          Knits two TIFF files, one with the even pages and another with the odd pages, together.
 class Normalize
           
 class NUp
          This tool lets you generate a PDF that shows N pages on 1.
 class PhotoAlbum
          Converts the image files in a directory to a PDF file that acts as a photo album.
 class RemoveLaunchApplication
          This tool copies an existing PDF and removes potentially dangerous code that launches an application.
 class ReversePages
          This tool lets you take pages from an existing PDF and copy them in reverse order into a new PDF.
 class SelectedPages
          This tool lets you select pages from an existing PDF and copy them into a new PDF.
 class Split
          This tool lets you split a PDF in two separate PDF files.
 class Tiff2Pdf
          Converts a Tiff file to a PDF file.
 class Txt2Pdf
          Converts a monospaced txt file to a PDF file.
 class Watermarker
          This tool lets you add a text watermark to all pages of a document.
 class XML2Bookmarks
          Allows you to add bookmarks to an existing PDF file
 



Copyright © 2012. All Rights Reserved.