|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FormattedText | |
| com.arsdigita.toolbox.rebop | "Rebop" is a lightweight collection of AWT-based components suitable for using in applet development. |
| Uses of FormattedText in com.arsdigita.toolbox.rebop |
| Subclasses of FormattedText in com.arsdigita.toolbox.rebop | |
class |
WrappedRun
Represents a "run" of text with a single set of style attributes. |
| Methods in com.arsdigita.toolbox.rebop that return FormattedText | |
FormattedText |
StyledText.getFormattedTextAt(int index)
|
| Methods in com.arsdigita.toolbox.rebop with parameters of type FormattedText | |
void |
StyledText.addRun(FormattedText run)
Adds a run of text that uses the same font and color. |
void |
StyledText.setFormattedTextAt(int index,
FormattedText ft)
Replaces an existing run with a new one |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||