|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.jai.OperationDescriptorImpl
org.cybertory.MSS.PointModifyFunctionOpDesc
A JAI operation to modify pixel values, based upon a
PointModifyFunction
passed in.
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 |
public static java.lang.String OPERATION_NAME
Constructor Detail |
public PointModifyFunctionOpDesc()
Method Detail |
public static void init()
public int getNumSources()
getNumSources
in interface javax.media.jai.OperationDescriptor
public java.awt.image.RenderedImage create(java.awt.image.renderable.ParameterBlock params, java.awt.RenderingHints hints)
create
in interface java.awt.image.renderable.RenderedImageFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |