Packages

 

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

Class LyidResource

    • Field Detail

      • TYPE_TOOL_KEY

        public static final int TYPE_TOOL_KEY

        The type tool info key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • LyidResource

        public LyidResource(int id)

        Initializes a new instance of the LyidResource class.

        Parameters:
        id - The identifier of layer.
      • LyidResource

        public LyidResource(byte[] bytes)

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

        Parameters:
        bytes - The bytes.
        Throws:
        PsdImageArgumentException - Invalid lyid Resource value
    • Method Detail

      • getValue

        public final int getValue()

        Gets the value.

        Returns:
        the value.
      • getSignature

        public int getSignature()

        Gets the signature.

        Specified by:
        getSignature in class LayerResource
        Returns:
        the signature.
      • getKey

        public int getKey()

        Gets the layer resource key.

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

        public int getLength()

        Gets the layer resource length in bytes.

        Specified by:
        getLength in class LayerResource
        Returns:
        the layer resource length in bytes.
      • getPsdVersion

        public int getPsdVersion()

        Gets the psd version.

        Specified by:
        getPsdVersion in class LayerResource
        Returns:
        the psd version.
      • save

        public void save(StreamContainer streamContainer,
                         int psdVersion)

        Saves to the specified stream container.

        Specified by:
        save in class LayerResource
        Parameters:
        streamContainer - The stream container.
        psdVersion - The PSD version.