com.lowagie.toolbox.plugins
public class Add3D extends AbstractTool
Since: 2.1.1 (imported from itexttoolbox project)
| Field Summary | |
|---|---|
| FileArgument | destfile |
| static String | PDF_NAME_3D |
| static String | PDF_NAME_3DD |
| static String | PDF_NAME_3DV |
| static String | PDF_NAME_3DVIEW |
| static String | PDF_NAME_C2W |
| static String | PDF_NAME_IN |
| static String | PDF_NAME_MS |
| static String | PDF_NAME_U3D |
| static String | PDF_NAME_XN |
| Constructor Summary | |
|---|---|
| Add3D()
This tool lets you add a embedded u3d 3d annotation to the first page of a document. | |
| Method Summary | |
|---|---|
| static void | AddButton(float x, float y, String fname, String js, String image, PdfWriter wr) |
| 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)
This methods helps you running this tool as a standalone application. |
| void | valueHasChanged(AbstractArgument arg)
Indicates that the value of an argument has changed.
|
Returns: the PDF file that should be generated
Throws: InstantiationException
Parameters: args the srcfile and destfile
Parameters: arg the argument that has changed