ilog.views.util.print
Class IlvPrintableObject

java.lang.Object
  extended by ilog.views.util.print.IlvPrintableObject
All Implemented Interfaces:
Printable
Direct Known Subclasses:
IlvHeaderFooter, IlvPrintableComponent, IlvPrintableLabel, IlvPrintableManagerArea, IlvPrintableShape

public abstract class IlvPrintableObject
extends Object
implements Printable

A PrintableObject defines an object that can be printed. To print a PrintableObject, it must be added to a IlvPage.

Since:
JViews 5.5

Field Summary
 
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS
 
Constructor Summary
IlvPrintableObject()
          Creates a IlvPrintableObject.
 
Method Summary
 IlvPage getPage()
          Returns the currently printed page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.print.Printable
print
 

Constructor Detail

IlvPrintableObject

public IlvPrintableObject()
Creates a IlvPrintableObject.

Method Detail

getPage

public IlvPage getPage()
Returns the currently printed page. This method can be used to know the page that is currently being printed in the method print of the Printable interface.



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