Developing Plugin Programs

From MIPAV
Revision as of 21:25, 15 February 2012 by Angelfish100 (Talk)

(diff) <previousrevision> | Latest revision (diff) | <nextrevision> (diff)
Jump to: navigation, search

[MIPAV_titleVolume1.html TOC ]

[MIPAV_Scripting.html PREV ]

[MIPAVTroubleShooting.html NEXT ]

[MIPAV_Glossary.html INDEX ]

Put your logo here!


1
Developing Plug-in Programs

In this chapter. . .
[MIPAV_Plugins.html#998594 "Understanding plug-in programs" on page 480]
[MIPAV_Plugins.html#1191686 "Using the API documentation" on page 481]
[MIPAV_Plugins.html#1303736 "Developing plug-in programs" on page 489]
[MIPAV_Plugins.html#1574675 "Creating a self-contained plug-in frame" on page 503]

Users who know how to program in Java can write a plug-in program that adds support for a new file format, creates a new view, or applies a new algorithm to an image. This chapter does not intended to explain how to write a Java program; rather it presents information to help users who are writing plug-in programs to customize MIPAV. You can find in this chapter how to:

Gain access to and use the online MIPAV application programming interface (API) documentation
Determine which version of Java to use
Select one of the three plug-in types
Include mandatory lines of code in plug-in programs so that they interface correctly with MIPAV
Install plug-in programs