:: com :: sun :: star :: drawing ::
|
enum TextAnimationKind |
- Description
- This enumeration specifies the type of animation for a text.
|
Values |
NONE |
Don't animate this text.
|
BLINK |
Let this text switch its state from visibile to nonvisible continuously.
|
SCROLL |
Let this text scroll.
|
ALTERNATE |
Scroll the text from one side to the other and back.
|
SLIDE |
Scroll the text from one side to the final position and stop there.
|
Values' Details |
NONE
NONE,
- Description
- Don't animate this text.
|
|
BLINK
BLINK,
- Description
- Let this text switch its state from visibile to nonvisible continuously.
|
|
SCROLL
SCROLL,
- Description
- Let this text scroll.
|
|
ALTERNATE
ALTERNATE,
- Description
- Scroll the text from one side to the other and back.
|
|
SLIDE
SLIDE,
- Description
- Scroll the text from one side to the final position and stop there.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.