|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.toolbox.AbstractTool
com.lowagie.toolbox.plugins.DvdCover
public class DvdCover
This is a simple tool that generates a cover for a DVD.
| Field Summary |
|---|
| Fields inherited from class com.lowagie.toolbox.AbstractTool |
|---|
arguments, internalFrame, MENU_EXECUTE, MENU_EXECUTE_PRINT, MENU_EXECUTE_PRINT_SILENT, MENU_EXECUTE_SHOW, menuoptions, versionsarray |
| Constructor Summary | |
|---|---|
DvdCover()
Constructs a DvdCover object. |
|
| Method Summary | |
|---|---|
protected void |
createFrame()
Creates the internal frame. |
void |
execute()
Executes the tool (in most cases this generates a PDF file). |
protected File |
getDestPathPDF()
Gets the PDF file that should be generated (or null if the output isn't a PDF file). |
static void |
main(String[] args)
Generates a DVD Cover in PDF. |
void |
valueHasChanged(AbstractArgument arg)
Indicates that the value of an argument has changed. |
| Methods inherited from class com.lowagie.toolbox.AbstractTool |
|---|
actionPerformed, addVersion, getArguments, getInternalFrame, getMenubar, getUsage, getValue, setArguments, setInternalFrame, setMainArguments, setMenubar |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DvdCover()
| Method Detail |
|---|
protected void createFrame()
AbstractTool
createFrame in class AbstractToolAbstractTool.createFrame()public void execute()
AbstractTool
execute in class AbstractToolAbstractTool.execute()public void valueHasChanged(AbstractArgument arg)
AbstractTool
valueHasChanged in class AbstractToolarg - StringArgumentAbstractTool.valueHasChanged(com.lowagie.toolbox.arguments.AbstractArgument)public static void main(String[] args)
args - an array containing [0] a filename [1] a title [2] a backgroundcolor [3] a front image [4] a back image [5] a side image
protected File getDestPathPDF()
throws InstantiationException
AbstractTool
getDestPathPDF in class AbstractToolInstantiationExceptionAbstractTool.getDestPathPDF()
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||