Interface CompositeRable
- All Superinterfaces:
Filter, FilterColorInterpolation, RenderableImage
- All Known Implementing Classes:
CompositeRable8Bit
Composites a list of images according to a single composite rule.
the image are applied in the order they are in the List given.
-
Field Summary
Fields inherited from interface RenderableImage
HINTS_OBSERVED -
Method Summary
Modifier and TypeMethodDescriptionGet the composite rule in use for combining the sources.voidSet the composite rule to use for combining the sources.voidsetSources(List srcs) The sources to be composited togeather.Methods inherited from interface Filter
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStampMethods inherited from interface FilterColorInterpolation
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinearMethods inherited from interface RenderableImage
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic
-
Method Details
-
setSources
The sources to be composited togeather.- Parameters:
srcs- The list of images to be composited by the composite rule.
-
setCompositeRule
Set the composite rule to use for combining the sources.- Parameters:
cr- Composite rule to use.
-
getCompositeRule
CompositeRule getCompositeRule()Get the composite rule in use for combining the sources.- Returns:
- Composite rule currently in use.
-