Class TransparencyFillDescriptor

Object
OperationDescriptorImpl
TransparencyFillDescriptor
All Implemented Interfaces:
Serializable, OperationDescriptor, RegistryElementDescriptor

public class TransparencyFillDescriptor extends OperationDescriptorImpl
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields

    Fields inherited from class OperationDescriptorImpl

    sourceNames, supportedModes

    Fields inherited from interface OperationDescriptor

    NO_PARAMETER_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    static RenderedOp
     
    PropertyGenerator[]
    Returns an array of PropertyGenerators implementing property inheritance for the "TransparencyFill" operation.

    Methods inherited from class OperationDescriptorImpl

    arePropertiesSupported, getDefaultSourceClass, getDestClass, getDestClass, getInvalidRegion, getName, getNumParameters, getNumSources, getParamClasses, getParamDefaults, getParamDefaultValue, getParameterListDescriptor, getParamMaxValue, getParamMinValue, getParamNames, getPropertyGenerators, getRenderableDestClass, getRenderableSourceClasses, getResourceBundle, getResources, getSourceClasses, getSourceClasses, getSourceNames, getSupportedModes, isImmediate, isModeSupported, isRenderableSupported, isRenderedSupported, makeDefaultSourceClassList, validateArguments, validateArguments, validateParameters, validateParameters, validateRenderableArguments, validateRenderableSources, validateSources, validateSources

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • TransparencyFillDescriptor

      public TransparencyFillDescriptor()
      Constructor.
  • Method Details

    • getPropertyGenerators

      public PropertyGenerator[] getPropertyGenerators()
      Returns an array of PropertyGenerators implementing property inheritance for the "TransparencyFill" operation.
      Specified by:
      getPropertyGenerators in interface OperationDescriptor
      Overrides:
      getPropertyGenerators in class OperationDescriptorImpl
      Returns:
      An array of property generators.
    • create

      public static RenderedOp create(RenderedImage source0, TransparencyFillDescriptor.FillType type, RenderingHints hints, Number noData, Integer width)