|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.media.jai.OperationDescriptorImpl
net.sf.jomic.tools.ThresholdDifferenceBlurDescriptor
public class ThresholdDifferenceBlurDescriptor
An OperationDescriptor describing the "ThresholdBlur" operation.
Convolve,
Serialized Form| Field Summary |
|---|
| Fields inherited from class javax.media.jai.OperationDescriptorImpl |
|---|
sourceNames, supportedModes |
| Fields inherited from interface javax.media.jai.OperationDescriptor |
|---|
NO_PARAMETER_DEFAULT |
| Constructor Summary | |
|---|---|
ThresholdDifferenceBlurDescriptor()
Constructor. |
|
| Method Summary | |
|---|---|
static javax.media.jai.RenderedOp |
create(RenderedImage source0,
javax.media.jai.KernelJAI kernel,
int threshold,
RenderingHints hints)
Performs kernel-based ThresholdDifferenceBlur on an image. |
javax.media.jai.PropertyGenerator[] |
getPropertyGenerators()
Returns an array of PropertyGenerators implementing property inheritance for
the "ThresholdDifferenceBlur" operation. |
| Methods inherited from class javax.media.jai.OperationDescriptorImpl |
|---|
arePropertiesSupported, getDefaultSourceClass, getDestClass, getDestClass, getInvalidRegion, getName, getNumParameters, getNumSources, getParamClasses, getParamDefaults, getParamDefaultValue, getParameterListDescriptor, getParamMaxValue, getParamMinValue, getParamNames, 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 |
| Constructor Detail |
|---|
public ThresholdDifferenceBlurDescriptor()
| Method Detail |
|---|
public javax.media.jai.PropertyGenerator[] getPropertyGenerators()
PropertyGenerators implementing property inheritance for
the "ThresholdDifferenceBlur" operation.
getPropertyGenerators in interface javax.media.jai.OperationDescriptorgetPropertyGenerators in class javax.media.jai.OperationDescriptorImpl
public static javax.media.jai.RenderedOp create(RenderedImage source0,
javax.media.jai.KernelJAI kernel,
int threshold,
RenderingHints hints)
source0 - RenderedImage source 0.kernel - The convolution kernel.threshold - The threshold to use.hints - The RenderingHints to use. May be null
.
RenderedOp destination.
IllegalArgumentException - if source0 is null.
IllegalArgumentException - if kernel is null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||