Packages

 

com.aspose.imaging.fileformats.psd.layers.layerresources

Class InfxResource



  • public class InfxResource
    extends BooleanResource

    Class InfxResource. This resource contains information about blending of clipped element.

    See Also:
    LayerResource
    • Field Detail

      • TYPE_TOOL_KEY

        public static final int TYPE_TOOL_KEY

        The type tool info key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • InfxResource

        public InfxResource(boolean blendInteriorElements)

        Initializes a new instance of the InfxResource class.

        Parameters:
        blendInteriorElements - if set to true [blend interior elements].
      • InfxResource

        public InfxResource()

        Initializes a new instance of the InfxResource class.

      • InfxResource

        public InfxResource(byte[] data)

        Initializes a new instance of the InfxResource class. With custom or unknown value

        Parameters:
        data - The resource data.
        Throws:
        com.aspose.ms.System.ArgumentException - Invalid infx Resource value
    • Method Detail

      • getBlendInteriorElements

        public final boolean getBlendInteriorElements()

        Gets a value indicating whether [blend interior elements].

        Returns:
        a value indicating whether [blend interior elements].
      • setBlendInteriorElements

        public final void setBlendInteriorElements(boolean value)

        Sets a value indicating whether [blend interior elements].

        Parameters:
        value - a value indicating whether [blend interior elements].
      • getKey

        public int getKey()

        Gets the layer resource key.

        Specified by:
        getKey in class LayerResource
        Returns:
        the layer resource key.