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.FillTypeTransparencyFillDescriptor.FILL_AVERAGEstatic final TransparencyFillDescriptor.FillTypeTransparencyFillDescriptor.FILL_CLONE_FIRSTstatic final TransparencyFillDescriptor.FillTypeTransparencyFillDescriptor.FILL_CLONE_SECONDMethods in org.geotools.processing.jai with parameters of type TransparencyFillDescriptor.FillTypeModifier and TypeMethodDescriptionstatic RenderedOpTransparencyFillDescriptor.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.