Class HandwritingProfile

java.lang.Object
com.myscript.iink.HandwritingProfile
All Implemented Interfaces:
AutoCloseable

public class HandwritingProfile extends Object implements AutoCloseable
Represents a handwriting profile used to generate content with a handwriting generator.
Since:
4.1
See Also:
  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • close

      public final void close()
      Specified by:
      close in interface AutoCloseable
    • isClosed

      public final boolean isClosed()
      Tells whether the close() method has been called. Once an object is closed any method will throw IllegalStateException.
      Returns:
      true if this object is closed.