ilog.views.maps.print
Class IlvMapPrintingController

java.lang.Object
  extended by ilog.views.util.print.IlvPrintingController
      extended by ilog.views.print.IlvManagerPrintingController
          extended by ilog.views.maps.print.IlvMapPrintingController

public class IlvMapPrintingController
extends IlvManagerPrintingController

A Printing controller to control the printing of an IlvMapPrintableDocument.

Since:
JViews 8.1

Constructor Summary
IlvMapPrintingController(IlvManagerView view)
          Creates a IlvMapPrintingController.
 
Method Summary
 IlvDocumentSetupDialog createSetupDialog(Window owner, boolean printButton, boolean printPreviewButton)
          Creates an IlvDocumentSetupDialog for editing the parameters of the document.
 
Methods inherited from class ilog.views.print.IlvManagerPrintingController
setDocument
 
Methods inherited from class ilog.views.util.print.IlvPrintingController
addPropertyChangeListener, addPropertyChangeListener, createPrintPreviewWindow, firePropertyChange, getComponentOrientation, getDocument, getPreviewMode, getPrinterJob, pageDialog, print, printDialog, printPreview, removePropertyChangeListener, removePropertyChangeListener, setComponentOrientation, setLookAndFeel, setPreviewMode, setupDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvMapPrintingController

public IlvMapPrintingController(IlvManagerView view)
Creates a IlvMapPrintingController. This methods creates an IlvMapPrintableDocument for the specified view.

Parameters:
view - The view to be printed.
Method Detail

createSetupDialog

public IlvDocumentSetupDialog createSetupDialog(Window owner,
                                                boolean printButton,
                                                boolean printPreviewButton)
Creates an IlvDocumentSetupDialog for editing the parameters of the document. This method creates an instance of IlvManagerDocumentSetupDialog.

Overrides:
createSetupDialog in class IlvManagerPrintingController
Parameters:
owner - The owner of the dialog.
printButton - Indicates if a button must be added to the dialog to print the content of the document.
printPreviewButton - Indicates if a button must be added to the dialog to open the 'Print Preview' dialog.
See Also:
IlvManagerPrintingController.createSetupDialog(java.awt.Window, boolean, boolean)


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.