public class TransparencyFillDescriptor
extends OperationDescriptorImpl
Modifier and Type | Class and Description |
---|---|
static class |
TransparencyFillDescriptor.FillType |
Modifier and Type | Field and Description |
---|---|
static TransparencyFillDescriptor.FillType |
FILL_AVERAGE |
static TransparencyFillDescriptor.FillType |
FILL_CLONE_FIRST |
static TransparencyFillDescriptor.FillType |
FILL_CLONE_SECOND |
Constructor and Description |
---|
TransparencyFillDescriptor()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static RenderedOp |
create(RenderedImage source0,
TransparencyFillDescriptor.FillType type,
RenderingHints hints) |
PropertyGenerator[] |
getPropertyGenerators()
Returns an array of
PropertyGenerators implementing property inheritance for the
"TransparencyFill" operation. |
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
public static final TransparencyFillDescriptor.FillType FILL_AVERAGE
public static final TransparencyFillDescriptor.FillType FILL_CLONE_FIRST
public static final TransparencyFillDescriptor.FillType FILL_CLONE_SECOND
public PropertyGenerator[] getPropertyGenerators()
PropertyGenerators
implementing property inheritance for the
"TransparencyFill" operation.getPropertyGenerators
in interface OperationDescriptor
getPropertyGenerators
in class OperationDescriptorImpl
public static RenderedOp create(RenderedImage source0, TransparencyFillDescriptor.FillType type, RenderingHints hints)
Copyright © 1996–2019 Geotools. All rights reserved.