Package ij.plugin
Class BMP_Writer
- java.lang.Object
-
- ij.plugin.BMP_Writer
-
-
Constructor Summary
Constructors Constructor Description BMP_Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(java.lang.String path)This method is called when the plugin is loaded.voidsaveBitmap(java.lang.String parFilename, java.awt.Image parImage, int parWidth, int parHeight)
-
-
-
Method Detail
-
run
public void run(java.lang.String path)
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
saveBitmap
public void saveBitmap(java.lang.String parFilename, java.awt.Image parImage, int parWidth, int parHeight) throws java.lang.Exception- Throws:
java.lang.Exception
-
-