Deprecated API


Contents
Deprecated Methods
org.pdfsam.console.business.dto.commands.AbstractParsedCommand.getLogFile()
          -log option is no longer used 
org.pdfsam.guiclient.business.thumbnails.creators.AbstractThumbnailCreator.getScaledImage(BufferedImage, int)
          use the ImageUtility.getScaledInstance(BufferedImage, int, int) 
org.pdfsam.console.business.dto.commands.AbstractParsedCommand.setLogFile(File)
          -log option is no longer used 
jcmdline.StringParam.setMaxLength(int)
          This method deprecated in favor of setMaxValLen(), which is more in line with the naming convetions used elsewhere in this class. 
 

Deprecated Constructors
org.pdfsam.console.business.dto.commands.AbstractParsedCommand(boolean, boolean, File, char)
          use the constructor without the logFile parameter 
org.pdfsam.console.business.dto.commands.ConcatParsedCommand(File, File, PdfFile[], String, boolean, PageRotation[], File, boolean, boolean, File, char)
          use the constructor without the logFile parameter 
org.pdfsam.console.business.dto.commands.DecryptParsedCommand(PdfFile[], File, String, boolean, boolean, File, char)
          use the constructor without the logFile parameter 
org.pdfsam.console.business.dto.commands.EncryptParsedCommand(File, String, String, String, int, String, PdfFile[], File, boolean, boolean, File, char)
          use the constructor without the logFile parameter 
org.pdfsam.console.business.dto.commands.MixParsedCommand(File, PdfFile, PdfFile, boolean, boolean, int, boolean, boolean, File, char)
          use the constructor without the logFile parameter 
org.pdfsam.console.business.dto.commands.SetViewerParsedCommand(File, int, int, int, int, PdfFile[], String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, File, boolean, boolean, File, char)
          use the constructor without the logFile parameter 
org.pdfsam.console.business.dto.commands.SlideShowParsedCommand(File, PdfFile, boolean, Transition, Transition[], File, boolean, boolean, File, char)
          use the constructor without the logFile parameter 
org.pdfsam.console.business.dto.commands.SplitParsedCommand(File, String, PdfFile, String, Integer[], Long, Integer, boolean, boolean, File, char)
          use the constructor without the logFile parameter