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:
closein interfaceAutoCloseable
-
isClosed
public final boolean isClosed()Tells whether theclose()method has been called. Once an object is closed any method will throwIllegalStateException.- Returns:
trueif this object is closed.
-