org.cybertory.MSS
Class FeaturesImageOpDesc

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

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

An operation for creating the aspect of the image including features specific painting. This image can then be composited with background effects and various modifications using JAI operation.s

See Also:
Serialized Form

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
FeaturesImageOpDesc()
           
 
Method Summary
 java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock pbIn, java.awt.RenderingHints rh)
          Method needed for implementation of RenderedImageFactory
 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

FeaturesImageOpDesc

public FeaturesImageOpDesc()
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 pbIn,
                                           java.awt.RenderingHints rh)
Method needed for implementation of RenderedImageFactory

Specified by:
create in interface java.awt.image.renderable.RenderedImageFactory