component
1.1.0
component
/
org.pushingpixels.aurora.component.layout
/
CommandButtonLayoutManager
/
TextLayoutInfo
Text
Layout
Info
data
class
TextLayoutInfo
(
text
:
String
,
textRect
:
Rect
)
Content copied to clipboard
Layout information on a single line of text.
Constructors
Properties
Parameters
Parameters
text
Text itself
text
Rect
The text rectangle.
Constructors
Text
Layout
Info
Link copied to clipboard
fun
TextLayoutInfo
(
text
:
String
,
textRect
:
Rect
)
Content copied to clipboard
Properties
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard
textRect
Link copied to clipboard
var
textRect
:
Rect
Content copied to clipboard