S-PLUS Connect/Java v1.0

com.insightful.gdevice
Class SGui.SGuiPrintable

java.lang.Object
  extended bycom.insightful.gdevice.SGui.SGuiPrintable
All Implemented Interfaces:
Printable
Enclosing class:
SGui

public static class SGui.SGuiPrintable
extends Object
implements Printable


Field Summary
 
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
 
Constructor Summary
SGui.SGuiPrintable(SCanvasPaneController controller, boolean printSelections, boolean printAll)
           
 
Method Summary
 int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
           
static void printControllerPages(SCanvasPaneController controller, boolean printMulti, boolean printSelections, boolean printAll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SGui.SGuiPrintable

public SGui.SGuiPrintable(SCanvasPaneController controller,
                          boolean printSelections,
                          boolean printAll)
Method Detail

printControllerPages

public static void printControllerPages(SCanvasPaneController controller,
                                        boolean printMulti,
                                        boolean printSelections,
                                        boolean printAll)
                                 throws Exception
Throws:
Exception

print

public int print(Graphics graphics,
                 PageFormat pageFormat,
                 int pageIndex)
          throws PrinterException
Specified by:
print in interface Printable
Throws:
PrinterException

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.