| java.lang.Object javax.media.jai.OperationDescriptorImpl javax.media.jai.operator.OrderedDitherDescriptor
OrderedDitherDescriptor | public class OrderedDitherDescriptor extends OperationDescriptorImpl (Code) | | An OperationDescriptor describing the "OrderedDither"
operation.
The "OrderedDither" operation performs color quantization by
finding the nearest color to each pixel in a supplied color cube
and "shifting" the resulting index value by a pseudo-random amount
determined by the values of a supplied dither mask.
The dither mask is supplied as an array of KernelJAI
objects the length of which must equal the number of bands in the
image. Each element of the array is a KernelJAI object
which represents the dither mask matrix for the corresponding band.
All KernelJAI objects in the array must have the same
dimensions and contain floating point values greater than or equal
to 0.0 and less than or equal to 1.0.
For all integral data types, the source image samples are presumed
to occupy the full range of the respective types. For floating point data
types it is assumed that the data samples have been scaled to the range
[0.0, 1.0].
Resource List
Name | Value |
GlobalName | OrderedDither |
LocalName | OrderedDither |
Vendor | com.sun.media.jai |
Description | Performs ordered dither color quantization
using a specified color cube and
dither mask. |
DocURL | http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/javax/media/jai/operator/OrderedDitherDescriptor.html |
Version | 1.0 |
arg0Desc | The color cube. |
arg1Desc | The dither mask. |
Parameter List
Name | Class Type |
Default Value |
colorMap | javax.media.jai.ColorCube |
ColorCube.BYTE_496 |
ditherMask | javax.media.jai.KernelJAI[] |
KernelJAI.DITHER_MASK_443 |
See Also: javax.media.jai.KernelJAI See Also: javax.media.jai.ColorCube See Also: javax.media.jai.OperationDescriptor |
OrderedDitherDescriptor | public OrderedDitherDescriptor()(Code) | | Constructor.
|
validateArguments | public boolean validateArguments(String modeName, ParameterBlock args, StringBuffer msg)(Code) | | Validates the input source and parameters.
In addition to the standard checks performed by the
superclass method, this method checks that "colorMap"
and "ditherMask" are valid for the given source image.
|
Methods inherited from javax.media.jai.OperationDescriptorImpl | public boolean arePropertiesSupported()(Code)(Java Doc) protected static Class getDefaultSourceClass(String modeName)(Code)(Java Doc) public Class getDestClass(String modeName)(Code)(Java Doc) public Class getDestClass()(Code)(Java Doc) public Object getInvalidRegion(String modeName, ParameterBlock oldParamBlock, RenderingHints oldHints, ParameterBlock newParamBlock, RenderingHints newHints, OperationNode node)(Code)(Java Doc) public String getName()(Code)(Java Doc) public int getNumParameters()(Code)(Java Doc) public int getNumSources()(Code)(Java Doc) public Class[] getParamClasses()(Code)(Java Doc) public Object getParamDefaultValue(int index)(Code)(Java Doc) public Object[] getParamDefaults()(Code)(Java Doc) public Number getParamMaxValue(int index)(Code)(Java Doc) public Number getParamMinValue(int index)(Code)(Java Doc) public String[] getParamNames()(Code)(Java Doc) public ParameterListDescriptor getParameterListDescriptor(String modeName)(Code)(Java Doc) public PropertyGenerator[] getPropertyGenerators(String modeName)(Code)(Java Doc) public PropertyGenerator[] getPropertyGenerators()(Code)(Java Doc) public Class getRenderableDestClass()(Code)(Java Doc) public Class[] getRenderableSourceClasses()(Code)(Java Doc) public ResourceBundle getResourceBundle(Locale locale)(Code)(Java Doc) public String[][] getResources(Locale locale)(Code)(Java Doc) public Class[] getSourceClasses(String modeName)(Code)(Java Doc) public Class[] getSourceClasses()(Code)(Java Doc) public String[] getSourceNames()(Code)(Java Doc) public String[] getSupportedModes()(Code)(Java Doc) public boolean isImmediate()(Code)(Java Doc) public boolean isModeSupported(String modeName)(Code)(Java Doc) public boolean isRenderableSupported()(Code)(Java Doc) public boolean isRenderedSupported()(Code)(Java Doc) protected static Class[][] makeDefaultSourceClassList(String[] supportedModes, int numSources)(Code)(Java Doc) public boolean validateArguments(String modeName, ParameterBlock args, StringBuffer msg)(Code)(Java Doc) public boolean validateArguments(ParameterBlock args, StringBuffer msg)(Code)(Java Doc) protected boolean validateParameters(String modeName, ParameterBlock args, StringBuffer msg)(Code)(Java Doc) protected boolean validateParameters(ParameterBlock args, StringBuffer msg)(Code)(Java Doc) public boolean validateRenderableArguments(ParameterBlock args, StringBuffer msg)(Code)(Java Doc) protected boolean validateRenderableSources(ParameterBlock args, StringBuffer msg)(Code)(Java Doc) protected boolean validateSources(String modeName, ParameterBlock args, StringBuffer msg)(Code)(Java Doc) protected boolean validateSources(ParameterBlock args, StringBuffer msg)(Code)(Java Doc)
|
|
|