Interface ComponentTransferRable
- All Superinterfaces:
Filter, FilterColorInterpolation, RenderableImage
- All Known Implementing Classes:
ComponentTransferRable8Bit
Defines the interface expected from a component
transfer operation.
-
Field Summary
Fields inherited from interface RenderableImage
HINTS_OBSERVED -
Method Summary
Modifier and TypeMethodDescriptionReturns the transfer function for the alpha channelReturns the transfer function for the blue channelReturns the transfer function for the green channelReturns the transfer function for the red channelReturns the source to be offset.voidsetAlphaFunction(ComponentTransferFunction alphaFunction) Sets the transfer function for the alpha channelvoidsetBlueFunction(ComponentTransferFunction blueFunction) Sets the transfer function for the blue channelvoidsetGreenFunction(ComponentTransferFunction greenFunction) Sets the transfer function for the green channelvoidsetRedFunction(ComponentTransferFunction redFunction) Sets the transfer function for the red channelvoidSets the source to be offset.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
-
getSource
Filter getSource()Returns the source to be offset. -
setSource
-
getAlphaFunction
ComponentTransferFunction getAlphaFunction()Returns the transfer function for the alpha channel -
setAlphaFunction
Sets the transfer function for the alpha channel -
getRedFunction
ComponentTransferFunction getRedFunction()Returns the transfer function for the red channel -
setRedFunction
Sets the transfer function for the red channel -
getGreenFunction
ComponentTransferFunction getGreenFunction()Returns the transfer function for the green channel -
setGreenFunction
Sets the transfer function for the green channel -
getBlueFunction
ComponentTransferFunction getBlueFunction()Returns the transfer function for the blue channel -
setBlueFunction
Sets the transfer function for the blue channel
-