Uses of Class
org.geotools.renderer.composite.BlendComposite
Packages that use BlendComposite
-
Uses of BlendComposite in org.geotools.renderer.composite
Fields in org.geotools.renderer.composite declared as BlendCompositeModifier and TypeFieldDescriptionstatic final BlendComposite
BlendComposite.COLOR_BURN_COMPOSITE
BlendComposite
object that implements the opaque COLOR_BURN rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.COLOR_DODGE_COMPOSITE
BlendComposite
object that implements the opaque COLOR_DODGE rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.DARKEN_COMPOSITE
BlendComposite
object that implements the opaque DARKEN rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.DIFFERENCE_COMPOSITE
BlendComposite
object that implements the opaque DIFFERENCE rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.EXCLUSION_COMPOSITE
BlendComposite
object that implements the opaque EXCLUSION rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.HARD_LIGHT_COMPOSITE
BlendComposite
object that implements the opaque HARD_LIGHT rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.LIGHTEN_COMPOSITE
BlendComposite
object that implements the opaque LIGHTEN rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.MULTIPLY_COMPOSITE
BlendComposite
object that implements the opaque MULTIPLY rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.OVERLAY_COMPOSITE
BlendComposite
object that implements the opaque OVERLAY rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.SCREEN_COMPOSITE
BlendComposite
object that implements the opaque SCREEN rule with an alpha of 1.0f.static final BlendComposite
BlendComposite.SOFT_LIGHT_COMPOSITE
BlendComposite
object that implements the opaque SOFT_LIGHT rule with an alpha of 1.0f.