All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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.NegativeFilter

public class NegativeFilter
extends _ImageModuleImplBase

Constructor Index

 o NegativeFilter()
Construct a transient object.
 o NegativeFilter(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 setHeight(int)
 o setPixels(int[])
 o setWidth(int)

Constructors

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

 o NegativeFilter
 public NegativeFilter()
Construct a transient object.

Methods

 o setWidth
 public void setWidth(int nimgw)
Overrides:
setWidth in class _ImageModuleImplBase
 o getWidth
 public int getWidth()
Overrides:
getWidth in class _ImageModuleImplBase
 o setHeight
 public void setHeight(int nimgh)
Overrides:
setHeight in class _ImageModuleImplBase
 o getHeight
 public int getHeight()
Overrides:
getHeight in class _ImageModuleImplBase
 o setPixels
 public void setPixels(int pixels[])
Overrides:
setPixels in class _ImageModuleImplBase
 o getPixels
 public int[] getPixels()
Overrides:
getPixels in class _ImageModuleImplBase
 o run
 public void run()
run the module code

Overrides:
run in class _ImageModuleImplBase
 o 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