|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextListener
Text listener interface.
Method Summary | |
---|---|
void |
alignmentChanged(Text text,
HorizontalAlignment previousAlignment)
Called when a text shape's horizontal alignment has changed. |
void |
fontChanged(Text text,
Font previousFont)
Called when a text shape's font has changed. |
void |
textChanged(Text text,
String previousText)
Called when a text shape's text has changed. |
void |
widthChanged(Text text,
int previousWidth)
Called when a text shape's width has changed. |
Method Detail |
---|
void textChanged(Text text, String previousText)
text
- previousText
- void fontChanged(Text text, Font previousFont)
text
- previousFont
- void widthChanged(Text text, int previousWidth)
text
- previousWidth
- void alignmentChanged(Text text, HorizontalAlignment previousAlignment)
text
- previousAlignment
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |