Packages

 

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

Class ListStructure



  • public final class ListStructure
    extends OSTypeStructure

    The list structure.

    • Field Detail

      • STRUCTURE_KEY

        public static final int STRUCTURE_KEY

        Identifies the structure key.

        See Also:
        Constant Field Values
    • Constructor Detail

      • ListStructure

        public ListStructure(ClassID keyName)

        Initializes a new instance of the ListStructure class.

        Parameters:
        keyName - The key name.
    • Method Detail

      • getItemsCount

        public int getItemsCount()

        Gets the items count.

      • getTypes

        public OSTypeStructure[] getTypes()

        Gets or sets the types.

        Value: The types.
      • getLength

        public int getLength()

        Gets the OSTypeStructure length in bytes.

        Specified by:
        getLength in class OSTypeStructure