|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributedText | |
|---|---|
| com.livescribe.buttons | |
| com.livescribe.display | This package consists of classes and interfaces that allows applications to render on the pen display. |
| com.livescribe.ui | |
| Uses of AttributedText in com.livescribe.buttons |
|---|
| Constructors in com.livescribe.buttons with parameters of type AttributedText | |
|---|---|
ButtonPABDisplay(AttributedText text)
Creates a new Prompt and Believe display having the specified attributed text. |
|
ButtonPABDisplay(AttributedText text,
Image icon)
Creates a new Prompt and Believe display having the specified attributed text and icon. |
|
| Uses of AttributedText in com.livescribe.display |
|---|
| Methods in com.livescribe.display with parameters of type AttributedText | |
|---|---|
void |
AttributedText.addText(AttributedText text)
Appends the contents of another AttributedText object. |
void |
Graphics.drawString(AttributedText text,
int x,
int y,
int anchor)
Draw a Attributed text on the destination of this Graphics, using
the current font. |
void |
AttributedText.insertText(int index,
AttributedText text)
Inserts the contents of another AttributedText object at the
specified index. |
| Uses of AttributedText in com.livescribe.ui |
|---|
| Methods in com.livescribe.ui with parameters of type AttributedText | |
|---|---|
void |
ScrollLabel.draw(AttributedText attrText,
boolean scroll)
Draws the attributed text on the label. |
void |
ScrollLabel.draw(AttributedText attrText,
Image image,
int x,
int y,
int width,
int height,
boolean scroll)
|
void |
ScrollLabel.drawRightJustified(AttributedText attrText)
|
protected void |
ScrollLabel.setContent(AttributedText attrText,
Image image,
int x,
int y,
int width,
int height,
boolean scroll,
boolean renderTextFirst)
Creates scrolling data or fixed data or both with the following params |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||