Packages

 

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

Class VectorPathDataResource

    • Method Detail

      • getPaths

        public final VectorPathRecord[] getPaths()

        Gets the paths.

        Returns:
        the paths.
      • setPaths

        public final void setPaths(VectorPathRecord[] value)

        Sets the paths.

        Parameters:
        value - The paths.
      • getVersion

        public final int getVersion()

        Gets the version.

        Returns:
        the version.
      • setVersion

        public final void setVersion(int value)

        Sets the version.

        Parameters:
        value - the version.
      • isDisabled

        public final boolean isDisabled()

        Gets a value indicating whether this instance is disabled.

      • setDisabled

        public final void setDisabled(boolean value)

        Sets a value indicating whether this instance is disabled.

        Parameters:
        value - a value indicating whether this instance is disabled.
      • isNotLinked

        public final boolean isNotLinked()

        Gets a value indicating whether this instance is not linked.

      • setNotLinked

        public final void setNotLinked(boolean value)

        Sets a value indicating whether this instance is not linked.

        Parameters:
        value - a value indicating whether this instance is not linked.
      • isInverted

        public final boolean isInverted()

        Gets a value indicating whether this instance is inverted.

      • setInverted

        public final void setInverted(boolean value)

        Sets a value indicating whether this instance is inverted.

        Parameters:
        value - a value indicating whether this instance is inverted.
      • getSignature

        public int getSignature()

        Gets the signature.

        Specified by:
        getSignature in class LayerResource
        Returns:
        the signature.
      • 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 the resource to the specified stream container.

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