All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.syr.npac.webflow.impl.module.imaging.InputModule

java.lang.Object
   |
   +----org.omg.CORBA.portable.ObjectImpl
           |
           +----org.omg.CORBA.portable.Skeleton
                   |
                   +----edu.syr.npac.webflow.module.imaging._ImageInputModuleImplBase
                           |
                           +----edu.syr.npac.webflow.impl.module.imaging.InputModule

public class InputModule
extends _ImageInputModuleImplBase

Constructor Index

 o InputModule()
Construct a transient object.
 o InputModule(String)
Construct a persistently named object.

Method Index

 o destroy()
deallocate all resources allocated by the module.
 o getHeight()
 o getPixels()
 o getWidth()
 o run()
run the module code
 o setImageLocation(String)

Constructors

 o InputModule
 public InputModule(String name)
Construct a persistently named object.

 o InputModule
 public InputModule()
Construct a transient object.

Methods

 o getWidth
 public int getWidth()
Overrides:
getWidth in class _ImageInputModuleImplBase
 o getHeight
 public int getHeight()
Overrides:
getHeight in class _ImageInputModuleImplBase
 o getPixels
 public int[] getPixels()
Overrides:
getPixels in class _ImageInputModuleImplBase
 o setImageLocation
 public void setImageLocation(String _imageLoc)
Overrides:
setImageLocation in class _ImageInputModuleImplBase
 o run
 public void run()
run the module code

Overrides:
run in class _ImageInputModuleImplBase
 o destroy
 public void destroy()
deallocate all resources allocated by the module. Destroy the module

Overrides:
destroy in class _ImageInputModuleImplBase

All Packages  Class Hierarchy  This Package  Previous  Next  Index