public interface TextLayoutFactory
Modifier and Type | Method and Description |
---|---|
TextLayout |
createLayout()
Returns a new TextLayout instance.
|
void |
disposeLayout(TextLayout layout)
Disposes the reusable TextLayout.
|
TextLayout |
getLayout()
Returns a reusable instance of TextLayout, the caller is responsible by
returning the instance back to the factory using disposeLayout().
|
TextLayout createLayout()
TextLayout getLayout()
void disposeLayout(TextLayout layout)
Copyright © 2020. All rights reserved.