Package com.cosylab.vdct.events.commands
Class GetPrintableInterface
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- 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:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description GetPrintableInterface(Pageable intf)Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Insert the method's description here.PageablegetPageable()Insert the method's description here.voidsetPageable(Pageable newPageable)Insert the method's description here.
-
-
-
Constructor Detail
-
GetPrintableInterface
public GetPrintableInterface(Pageable intf)
Insert the method's description here. Creation date: (12.5.2001 17:41:08)- Parameters:
intf- java.awt.print.Pageable
-
-
Method Detail
-
execute
public void execute()
Insert the method's description here. Creation date: (3.2.2001 22:05:51)
-
getPageable
public 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(Pageable newPageable)
Insert the method's description here. Creation date: (13.5.2001 16:34:21)- Parameters:
newPageable- java.awt.print.Pageable
-
-