Uses of Class
org.geotools.processing.jai.TransparencyFillDescriptor.FillType
Packages that use TransparencyFillDescriptor.FillType
-
Uses of TransparencyFillDescriptor.FillType in org.geotools.processing.jai
Fields in org.geotools.processing.jai declared as TransparencyFillDescriptor.FillTypeModifier and TypeFieldDescriptionstatic final TransparencyFillDescriptor.FillType
TransparencyFillDescriptor.FILL_AVERAGE
static final TransparencyFillDescriptor.FillType
TransparencyFillDescriptor.FILL_CLONE_FIRST
static final TransparencyFillDescriptor.FillType
TransparencyFillDescriptor.FILL_CLONE_SECOND
Methods in org.geotools.processing.jai with parameters of type TransparencyFillDescriptor.FillTypeModifier and TypeMethodDescriptionstatic RenderedOp
TransparencyFillDescriptor.create
(RenderedImage source0, TransparencyFillDescriptor.FillType type, RenderingHints hints, Number noData, Integer width) Constructors in org.geotools.processing.jai with parameters of type TransparencyFillDescriptor.FillTypeModifierConstructorDescriptionTransparencyFillOpImage
(RenderedImage source, BorderExtender extender, TransparencyFillDescriptor.FillType type, Map config, ImageLayout layout, Number noData, Integer width) Creates a TransparencyFillOpImage given a ParameterBlock containing the image source.