All Packages Class Hierarchy This Package Previous Next Index

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

- public class CompositeModule
- extends _ImageModuleImplBase

-
CompositeModule()
- Construct a transient object.
-
CompositeModule(String)
- Construct a persistently named object.
-
destroy()
- deallocate all resources allocated by the module.
-
getHeight()
-
-
getPixels()
-
-
getWidth()
-
-
run()
- run the module code
-
setHeight(int)
-
-
setPixels(int[])
-
-
setWidth(int)
-
CompositeModule
public CompositeModule(String name)
- Construct a persistently named object.
CompositeModule
public CompositeModule()
- Construct a transient object.
setWidth
public void setWidth(int nimgw)
- Overrides:
- setWidth in class _ImageModuleImplBase
getWidth
public int getWidth()
- Overrides:
- getWidth in class _ImageModuleImplBase
setHeight
public void setHeight(int nimgh)
- Overrides:
- setHeight in class _ImageModuleImplBase
getHeight
public int getHeight()
- Overrides:
- getHeight in class _ImageModuleImplBase
setPixels
public void setPixels(int pixels[])
- Overrides:
- setPixels in class _ImageModuleImplBase
getPixels
public int[] getPixels()
- Overrides:
- getPixels in class _ImageModuleImplBase
run
public void run()
- run the module code
- Overrides:
- run in class _ImageModuleImplBase
destroy
public void destroy()
- deallocate all resources allocated by the module. Destroy the module
- Overrides:
- destroy in class _ImageModuleImplBase

All Packages Class Hierarchy This Package Previous Next Index