java.lang.Object
org.gjt.sp.jedit.print.BufferPrinter1_7
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentPageRange
(View view, Buffer buffer, PrintRequestAttributeSet attributes) static PageFormat
getDefaultPageFormat
(PrintRequestAttributeSet attributes) getPageRanges
(View view, Buffer buffer, PrintRequestAttributeSet attributes) This is intended for use by classes that need to know the page ranges of the buffer.static void
Shows the printer dialog with the page setup tab active, other tabs inactive.static void
protected static void
printPage
(PrintPreviewModel model) This is intended for use by the PrintPreview dialog.
-
Constructor Details
-
BufferPrinter1_7
public BufferPrinter1_7()
-
-
Method Details
-
pageSetup
Shows the printer dialog with the page setup tab active, other tabs inactive.- Parameters:
view
- The parent view for the dialog.
-
print
-
printPage
This is intended for use by the PrintPreview dialog. -
getPageRanges
public static HashMap<Integer,Range> getPageRanges(View view, Buffer buffer, PrintRequestAttributeSet attributes) This is intended for use by classes that need to know the page ranges of the buffer. -
getCurrentPageRange
-
getDefaultPageFormat
-