Uses of Enum Class
org.geotools.renderer.composite.BlendComposite.BlendingMode
Packages that use BlendComposite.BlendingMode
-
Uses of BlendComposite.BlendingMode in org.geotools.renderer.composite
Methods in org.geotools.renderer.composite that return BlendComposite.BlendingModeModifier and TypeMethodDescriptionBlendComposite.getBlend()
Returns the blend of thisBlendComposite
.static BlendComposite.BlendingMode
BlendComposite.BlendingMode.lookupByName
(String name) Looks up a blending mode by its SVG standard name (as opposed to the enum name, which for example cannot contain hyphens)static BlendComposite.BlendingMode
Returns the enum constant of this class with the specified name.static BlendComposite.BlendingMode[]
BlendComposite.BlendingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.renderer.composite with parameters of type BlendComposite.BlendingModeModifier and TypeMethodDescriptionstatic Composite
BlendComposite.geteInstance
(BlendComposite.BlendingMode mode) static Composite
BlendComposite.getInstance
(BlendComposite.BlendingMode mode, float opacity) Returns a BlendComposite with the given mode and opacity.