Packages

 

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

Class TypeToolLineInfo

  • java.lang.Object
    • com.aspose.imaging.fileformats.psd.layers.layerresources.TypeToolLineInfo


  • public class TypeToolLineInfo
    extends Object

    Type tool line info.

    • Constructor Detail

      • TypeToolLineInfo

        public TypeToolLineInfo()
    • Method Detail

      • getChar

        public char getChar()

        Gets the char.

        Returns:
        The char.
      • setChar

        public void setChar(char value)

        Sets the char.

        Parameters:
        value - The char.
      • save

        public void save(StreamContainer streamContainer,
                         int psdVersion)

        Saves the TypeToolLineInfo information to the specified stream container.

        Parameters:
        streamContainer - The stream container to save to.
        psdVersion - The PSD version.