Uses of Class
org.geotools.processing.jai.TransparencyFillDescriptor.FillType
-
Packages that use TransparencyFillDescriptor.FillType Package Description org.geotools.processing.jai -
-
Uses of TransparencyFillDescriptor.FillType in org.geotools.processing.jai
Fields in org.geotools.processing.jai declared as TransparencyFillDescriptor.FillType Modifier and Type Field Description static TransparencyFillDescriptor.FillType
TransparencyFillDescriptor. FILL_AVERAGE
static TransparencyFillDescriptor.FillType
TransparencyFillDescriptor. FILL_CLONE_FIRST
static TransparencyFillDescriptor.FillType
TransparencyFillDescriptor. FILL_CLONE_SECOND
Methods in org.geotools.processing.jai with parameters of type TransparencyFillDescriptor.FillType Modifier and Type Method Description static 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.FillType Constructor Description TransparencyFillOpImage(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.
-