com.cosylab.vdct.events.commands
Class GetPrintableInterface

java.lang.Object
  extended by com.cosylab.vdct.events.Command
      extended by com.cosylab.vdct.events.commands.GetPrintableInterface

public class GetPrintableInterface
extends Command

Insert the type's description here. Creation date: (3.2.2001 22:05:51)

Author:

Constructor Summary
GetPrintableInterface(java.awt.print.Pageable intf)
          Insert the method's description here.
 
Method Summary
 void execute()
          Insert the method's description here.
 java.awt.print.Pageable getPageable()
          Insert the method's description here.
 void setPageable(java.awt.print.Pageable newPageable)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPrintableInterface

public GetPrintableInterface(java.awt.print.Pageable intf)
Insert the method's description here. Creation date: (12.5.2001 17:41:08)

Parameters:
printable - java.awt.print.Printable
Method Detail

execute

public void execute()
Insert the method's description here. Creation date: (3.2.2001 22:05:51)

Specified by:
execute in class Command

getPageable

public java.awt.print.Pageable getPageable()
Insert the method's description here. Creation date: (13.5.2001 16:34:21)

Returns:
java.awt.print.Pageable

setPageable

public void setPageable(java.awt.print.Pageable newPageable)
Insert the method's description here. Creation date: (13.5.2001 16:34:21)

Parameters:
newPageable - java.awt.print.Pageable