Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.print
Class BufferPrinter1_4  view BufferPrinter1_4 download BufferPrinter1_4.java

java.lang.Object
  extended byorg.gjt.sp.jedit.print.BufferPrinter1_4

public class BufferPrinter1_4
extends java.lang.Object


Field Summary
private static javax.print.attribute.PrintRequestAttributeSet format
           
private static java.awt.print.PrinterJob job
           
 
Constructor Summary
BufferPrinter1_4()
           
 
Method Summary
static java.awt.print.PageFormat getPageFormat()
           
private static java.awt.print.PrinterJob getPrintJob(java.lang.String jobName)
           
static void pageSetup(org.gjt.sp.jedit.View view)
           
static void print(org.gjt.sp.jedit.View view, org.gjt.sp.jedit.Buffer buffer, boolean selection)
           
private static void savePrintSpec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

private static javax.print.attribute.PrintRequestAttributeSet format

job

private static java.awt.print.PrinterJob job
Constructor Detail

BufferPrinter1_4

public BufferPrinter1_4()
Method Detail

getPrintJob

private static java.awt.print.PrinterJob getPrintJob(java.lang.String jobName)

pageSetup

public static void pageSetup(org.gjt.sp.jedit.View view)

print

public static void print(org.gjt.sp.jedit.View view,
                         org.gjt.sp.jedit.Buffer buffer,
                         boolean selection)

getPageFormat

public static java.awt.print.PageFormat getPageFormat()

savePrintSpec

private static void savePrintSpec()