public interface SRichText
Modifier and Type | Interface and Description |
---|---|
static interface |
SRichText.Segment |
Modifier and Type | Method and Description |
---|---|
void |
addSegment(java.lang.String text,
SFont font) |
void |
clearSegments() |
SFont |
getFont() |
int |
getHeightPoints() |
java.util.List<SRichText.Segment> |
getSegments() |
java.lang.String |
getText() |
java.lang.String getText()
SFont getFont()
java.util.List<SRichText.Segment> getSegments()
void addSegment(java.lang.String text, SFont font)
void clearSegments()
int getHeightPoints()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.