Package com.mta.tehreer
Interface Disposable
- All Known Implementing Classes:
BidiAlgorithm
,BidiLine
,BidiParagraph
,ShapingEngine
,ShapingResult
public interface Disposable
Interface for disposable objects.
-
Method Summary
-
Method Details
-
dispose
void dispose()Releases the native memory of this object. Failing to call this method will cause memory leaks.Note: The behavior is undefined if this method is called more than once on the same object.
-