Package org.geotools.processing.jai
Class TransparencyFillDescriptor
Object
OperationDescriptorImpl
TransparencyFillDescriptor
- All Implemented Interfaces:
Serializable
,OperationDescriptor
,RegistryElementDescriptor
public class TransparencyFillDescriptor
extends OperationDescriptorImpl
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransparencyFillDescriptor.FillType
static final TransparencyFillDescriptor.FillType
static final TransparencyFillDescriptor.FillType
Fields inherited from class OperationDescriptorImpl
sourceNames, supportedModes
Fields inherited from interface OperationDescriptor
NO_PARAMETER_DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RenderedOp
create
(RenderedImage source0, TransparencyFillDescriptor.FillType type, RenderingHints hints, Number noData, Integer width) PropertyGenerator[]
Returns an array ofPropertyGenerators
implementing property inheritance for the "TransparencyFill" operation.Methods inherited from class 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
-
Field Details
-
FILL_AVERAGE
-
FILL_CLONE_FIRST
-
FILL_CLONE_SECOND
-
-
Constructor Details
-
TransparencyFillDescriptor
public TransparencyFillDescriptor()Constructor.
-
-
Method Details
-
getPropertyGenerators
public PropertyGenerator[] getPropertyGenerators()Returns an array ofPropertyGenerators
implementing property inheritance for the "TransparencyFill" operation.- Specified by:
getPropertyGenerators
in interfaceOperationDescriptor
- Overrides:
getPropertyGenerators
in classOperationDescriptorImpl
- Returns:
- An array of property generators.
-
create
public static RenderedOp create(RenderedImage source0, TransparencyFillDescriptor.FillType type, RenderingHints hints, Number noData, Integer width)
-