Package | Description |
---|---|
org.geotools.renderer.composite |
Modifier and Type | Method and Description |
---|---|
BlendComposite.BlendingMode |
BlendComposite.getBlend()
Returns the blend of this
BlendComposite . |
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 |
BlendComposite.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.
|
Modifier and Type | Method and Description |
---|---|
static Composite |
BlendComposite.geteInstance(BlendComposite.BlendingMode mode) |
static Composite |
BlendComposite.getInstance(BlendComposite.BlendingMode mode,
float opacity)
Returns a BlendComposite with the given mode and opacity.
|
Copyright © 1996–2019 Geotools. All rights reserved.