|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConvolutionFilter.Builder | |
---|---|
com.flagstone.transform.filter | The filter package contains all the classes for encoding and decoding the data structures that represent the different types of filter that are found in a Flash file. |
Uses of ConvolutionFilter.Builder in com.flagstone.transform.filter |
---|
Methods in com.flagstone.transform.filter that return ConvolutionFilter.Builder | |
---|---|
ConvolutionFilter.Builder |
ConvolutionFilter.Builder.setAlpha(boolean preserve)
Indicate whether the alpha value of the pixels should be preserved. |
ConvolutionFilter.Builder |
ConvolutionFilter.Builder.setBias(float value)
Set the bias for the convolution. |
ConvolutionFilter.Builder |
ConvolutionFilter.Builder.setClamp(boolean nearest)
Indicate whether the pixels outside the image will be clamped to the nearest pixel value (true) or to the default colour (false). |
ConvolutionFilter.Builder |
ConvolutionFilter.Builder.setColor(Color aColor)
Set the default colour applied to the pixels outside of the image. |
ConvolutionFilter.Builder |
ConvolutionFilter.Builder.setDivisor(float value)
Set the divisor for the convolution. |
ConvolutionFilter.Builder |
ConvolutionFilter.Builder.setMatrix(float[][] aMatrix)
Set the matrix used for the convolution. |
Constructors in com.flagstone.transform.filter with parameters of type ConvolutionFilter.Builder | |
---|---|
ConvolutionFilter(ConvolutionFilter.Builder builder)
Create a new ConvolutionFilter object using the parameters defined in the Builder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |