com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class PsdLayer

    • Method Detail

      • getBitsPerPixel

        public final int getBitsPerPixel()

        Gets the bits per pixel value.

        Returns:
        The bits per pixel value.
      • getChannelCount

        public final int getChannelCount()

        Gets the number of channels.

        Returns:
        The number of channels.
      • getFlags

        public final PsdLayerFlags getFlags()

        Gets the layer flags.

        Returns:
        The flags.
      • getLength

        public final int getLength()

        Gets the overall layer length in bytes.

        Returns:
        The overall layer length in bytes.
      • getOpacity

        public final byte getOpacity()

        Gets the layer opacity. 0 = transparent, 255 = opaque.

        Returns:
        The opacity.
      • getTop

        public final int getTop()

        Gets the top layer position.

        Returns:
        The top layer position.
      • getLeft

        public final int getLeft()

        Gets the left layer position.

        Returns:
        The left layer position.
      • getBottom

        public final int getBottom()

        Gets the bottom layer position.

        Returns:
        The bottom layer position.
      • getRight

        public final int getRight()

        Gets the right layer position.

        Returns:
        The right layer position.
      • getHeight

        public final int getHeight()

        Gets the height.

        Returns:
        The height.
      • getWidth

        public final int getWidth()

        Gets the width.

        Returns:
        The width.
      • getName

        public final String getName()

        Gets the layer name.

        Returns:
        The layer name.