Class AbstractPrintSupport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.sf.paperclips.PrintJob print()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractPrintSupport

        public AbstractPrintSupport()
    • Method Detail

      • print

        public net.sf.paperclips.PrintJob print()
                                         throws de.willuhn.util.ApplicationException
        Specified by:
        print in interface de.willuhn.jameica.print.PrintSupport
        Throws:
        de.willuhn.util.ApplicationException
        See Also:
        PrintSupport.print()