Class TransparencyFillDescriptor

  • All Implemented Interfaces:
    Serializable, OperationDescriptor, RegistryElementDescriptor

    public class TransparencyFillDescriptor
    extends OperationDescriptorImpl
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static RenderedOp create​(RenderedImage source0, TransparencyFillDescriptor.FillType type, RenderingHints hints, Number noData, Integer width)  
      PropertyGenerator[] getPropertyGenerators()
      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
    • Constructor Detail

      • TransparencyFillDescriptor

        public TransparencyFillDescriptor()
        Constructor.
    • Method Detail

      • 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.