Filter, FilterColorInterpolation, java.awt.image.renderable.RenderableImageCompositeRable8Bitpublic interface CompositeRable extends FilterColorInterpolation
| Modifier and Type | Method | Description |
|---|---|---|
CompositeRule |
getCompositeRule() |
Get the composite rule in use for combining the sources.
|
void |
setCompositeRule(CompositeRule cr) |
Set the composite rule to use for combining the sources.
|
void |
setSources(java.util.List srcs) |
The sources to be composited togeather.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampgetOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearvoid setSources(java.util.List srcs)
srcs - The list of images to be composited by the composite rule.void setCompositeRule(CompositeRule cr)
cr - Composite rule to use.CompositeRule getCompositeRule()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.