Uses of Class
org.geotools.renderer.composite.BlendComposite.BlendingMode
- 
Packages that use BlendComposite.BlendingMode Package Description org.geotools.renderer.composite  - 
- 
Uses of BlendComposite.BlendingMode in org.geotools.renderer.composite
Methods in org.geotools.renderer.composite that return BlendComposite.BlendingMode Modifier and Type Method Description BlendComposite.BlendingModeBlendComposite. getBlend()Returns the blend of thisBlendComposite.static BlendComposite.BlendingModeBlendComposite.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.BlendingModeBlendComposite.BlendingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BlendComposite.BlendingMode[]BlendComposite.BlendingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.renderer.composite with parameters of type BlendComposite.BlendingMode Modifier and Type Method Description static CompositeBlendComposite. geteInstance(BlendComposite.BlendingMode mode)static CompositeBlendComposite. getInstance(BlendComposite.BlendingMode mode, float opacity)Returns a BlendComposite with the given mode and opacity. 
 -