com.lowagie.tools.plugins

Class ImageXRefViewer

public class ImageXRefViewer extends AbstractTool

Allows you to inspect the Image XObjects inside a PDF file.
Nested Class Summary
classImageXRefViewer.ViewXRefImages_jSpinner1_propertyChangeAdapter
Field Summary
BorderLayoutborderLayout1
BorderLayoutborderLayout2
BorderLayoutborderLayout3
CardLayoutcardLayout1
JLabeljLabel1
JPaneljPanel1
JPaneljPanel2
JPaneljPanel3
JScrollPanejScrollPane1
JSpinnerjSpinner1
intpicturenumber
SpinnerModelspinnerModel1
Constructor Summary
ImageXRefViewer()
Creates a ViewImageXObjects object.
Method Summary
protected voidcreateFrame()
voidexecute()
protected FilegetDestPathPDF()
voidjSpinner_propertyChange(ChangeEvent evt)
Reflects the change event in the JSpinner object.
static voidmain(String[] args)
Shows the images that are added to the PDF as Image XObjects.
voidvalueHasChanged(ToolArgument arg)

Field Detail

borderLayout1

BorderLayout borderLayout1

borderLayout2

BorderLayout borderLayout2

borderLayout3

BorderLayout borderLayout3

cardLayout1

CardLayout cardLayout1

jLabel1

JLabel jLabel1

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

jScrollPane1

JScrollPane jScrollPane1

jSpinner1

JSpinner jSpinner1

picturenumber

int picturenumber

spinnerModel1

SpinnerModel spinnerModel1

Constructor Detail

ImageXRefViewer

public ImageXRefViewer()
Creates a ViewImageXObjects object.

Method Detail

createFrame

protected void createFrame()

See Also: createFrame

execute

public void execute()

See Also: execute

getDestPathPDF

protected File getDestPathPDF()

See Also: getDestPathPDF

jSpinner_propertyChange

public void jSpinner_propertyChange(ChangeEvent evt)
Reflects the change event in the JSpinner object.

Parameters: evt

main

public static void main(String[] args)
Shows the images that are added to the PDF as Image XObjects.

Parameters: args

valueHasChanged

public void valueHasChanged(ToolArgument arg)

See Also: valueHasChanged