Package org.geotools.processing.jai
Class TransparencyFillDescriptor
- Object
-
- OperationDescriptorImpl
-
- TransparencyFillDescriptor
-
- All Implemented Interfaces:
Serializable
,OperationDescriptor
,RegistryElementDescriptor
public class TransparencyFillDescriptor extends OperationDescriptorImpl
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransparencyFillDescriptor.FillType
-
Field Summary
Fields Modifier and Type Field Description static TransparencyFillDescriptor.FillType
FILL_AVERAGE
static TransparencyFillDescriptor.FillType
FILL_CLONE_FIRST
static TransparencyFillDescriptor.FillType
FILL_CLONE_SECOND
-
Constructor Summary
Constructors Constructor Description TransparencyFillDescriptor()
Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenderedOp
create(RenderedImage source0, TransparencyFillDescriptor.FillType type, RenderingHints hints, Number noData, Integer width)
PropertyGenerator[]
getPropertyGenerators()
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 Detail
-
FILL_AVERAGE
public static final TransparencyFillDescriptor.FillType FILL_AVERAGE
-
FILL_CLONE_FIRST
public static final TransparencyFillDescriptor.FillType FILL_CLONE_FIRST
-
FILL_CLONE_SECOND
public static final TransparencyFillDescriptor.FillType FILL_CLONE_SECOND
-
-
Method Detail
-
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)
-
-