com.lowagie.toolbox.plugins
public class ImageXRefViewer extends AbstractTool
Since: 2.1.1 (imported from itexttoolbox project)
| Nested Class Summary | |
|---|---|
| class | ImageXRefViewer.SpinnerListener |
| Field Summary | |
|---|---|
| JPanel | image_panel The panel that will show the images. |
| JSpinner | jSpinner The spinner that will allow you to select an image. |
| CardLayout | layout The layout with the images. |
| int | total_number_of_pictures The total number of pictures inside the PDF. |
| Constructor Summary | |
|---|---|
| ImageXRefViewer()
Creates a ViewImageXObjects object. | |
| Method Summary | |
|---|---|
| protected void | createFrame() |
| void | execute() |
| protected File | getDestPathPDF() |
| static void | main(String[] args)
Shows the images that are in the PDF as Image XObjects.
|
| void | propertyChange(ChangeEvent evt)
Reflects the change event in the JSpinner object.
|
| void | valueHasChanged(AbstractArgument arg) |
See Also: createFrame
See Also: execute
Parameters: args String[]
Parameters: evt ChangeEvent
Parameters: arg StringArgument
See Also: valueHasChanged