public interface RichText
Modifier and Type | Interface and Description |
---|---|
static interface |
RichText.Segment |
Modifier and Type | Method and Description |
---|---|
void |
addSegment(String text,
Font font) |
void |
clearSegments() |
Font |
getFont() |
List<RichText.Segment> |
getSegments() |
String |
getText() |
Copyright © 2020. All rights reserved.