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

-
InputModule()
- Construct a transient object.
-
InputModule(String)
- Construct a persistently named object.
-
destroy()
- deallocate all resources allocated by the module.
-
getHeight()
-
-
getPixels()
-
-
getWidth()
-
-
run()
- run the module code
-
setImageLocation(String)
-
InputModule
public InputModule(String name)
- Construct a persistently named object.
InputModule
public InputModule()
- Construct a transient object.
getWidth
public int getWidth()
- Overrides:
- getWidth in class _ImageInputModuleImplBase
getHeight
public int getHeight()
- Overrides:
- getHeight in class _ImageInputModuleImplBase
getPixels
public int[] getPixels()
- Overrides:
- getPixels in class _ImageInputModuleImplBase
setImageLocation
public void setImageLocation(String _imageLoc)
- Overrides:
- setImageLocation in class _ImageInputModuleImplBase
run
public void run()
- run the module code
- Overrides:
- run in class _ImageInputModuleImplBase
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