Package com.myscript.iink
Class HandwritingProfile
java.lang.Object
com.myscript.iink.HandwritingProfile
- All Implemented Interfaces:
AutoCloseable
Represents a handwriting profile used to generate content with a handwriting generator.
- Since:
- 4.1
- See Also:
-
Method Summary
-
Method Details
-
finalize
-
close
public final void close()- Specified by:
close
in interfaceAutoCloseable
-
isClosed
public final boolean isClosed()Tells whether theclose()
method has been called. Once an object is closed any method will throwIllegalStateException
.- Returns:
true
if this object is closed.
-