Packages

 

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

Class ClblResource

    • Field Detail

      • TYPE_TOOL_KEY

        public static final int TYPE_TOOL_KEY

        The type tool info key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • ClblResource

        public ClblResource(boolean blendClippedElements)

        Initializes a new instance of the ClblResource class.

        Parameters:
        blendClippedElements - if set to true [blend clipped elements].
      • ClblResource

        public ClblResource()

        Initializes a new instance of the ClblResource class.

      • ClblResource

        public ClblResource(byte[] data)

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

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

      • getBlendClippedElements

        public final boolean getBlendClippedElements()

        Gets a value indicating whether [blend clipped elements].

        Returns:
        a value indicating whether [blend clipped elements].
      • setBlendClippedElements

        public final void setBlendClippedElements(boolean value)

        Sets a value indicating whether [blend clipped elements].

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

        public int getKey()

        Gets the layer resource key.

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