org.cybertory.MSS
Class PointModifyFunctionOpDesc

java.lang.Object
  extended byjavax.media.jai.OperationDescriptorImpl
      extended byorg.cybertory.MSS.PointModifyFunctionOpDesc
All Implemented Interfaces:
javax.media.jai.OperationDescriptor, javax.media.jai.RegistryElementDescriptor, java.awt.image.renderable.RenderedImageFactory, java.io.Serializable

public class PointModifyFunctionOpDesc
extends javax.media.jai.OperationDescriptorImpl
implements java.awt.image.renderable.RenderedImageFactory

A JAI operation to modify pixel values, based upon a PointModifyFunction passed in.

See Also:
Serialized Form

Nested Class Summary
 class PointModifyFunctionOpDesc.PointModifyFunctionOp
          Custom JAI operation that adds Gaussian noise.
 
Field Summary
static java.lang.String OPERATION_NAME
           
 
Fields inherited from class javax.media.jai.OperationDescriptorImpl
resources, sourceNames, supportedModes
 
Fields inherited from interface javax.media.jai.OperationDescriptor
NO_PARAMETER_DEFAULT
 
Constructor Summary
PointModifyFunctionOpDesc()
           
 
Method Summary
 java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock params, java.awt.RenderingHints hints)
           
 int getNumSources()
           
static void init()
           
 
Methods inherited from class javax.media.jai.OperationDescriptorImpl
arePropertiesSupported, getDefaultSourceClass, getDestClass, getDestClass, getInvalidRegion, getName, getNumParameters, getParamClasses, getParamDefaults, getParamDefaultValue, getParameterListDescriptor, getParamMaxValue, getParamMinValue, getParamNames, getPropertyGenerators, getPropertyGenerators, getRenderableDestClass, getRenderableSourceClasses, getResourceBundle, getResources, getSourceClasses, getSourceClasses, getSourceNames, getSupportedModes, isImmediate, isModeSupported, isRenderableSupported, isRenderedSupported, makeDefaultSourceClassList, validateArguments, validateArguments, validateParameters, validateParameters, validateRenderableArguments, validateRenderableSources, validateSources, validateSources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION_NAME

public static java.lang.String OPERATION_NAME
Constructor Detail

PointModifyFunctionOpDesc

public PointModifyFunctionOpDesc()
Method Detail

init

public static void init()

getNumSources

public int getNumSources()
Specified by:
getNumSources in interface javax.media.jai.OperationDescriptor

create

public java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock params,
                                           java.awt.RenderingHints hints)
Specified by:
create in interface java.awt.image.renderable.RenderedImageFactory