Uses of Class
de.enough.polish.ui.TextEffect

Packages that use TextEffect
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
de.enough.polish.ui.texteffects Provides a lot of pre-defined screen change animation effects for use with the J2ME Polish GUI. 
 

Uses of TextEffect in de.enough.polish.ui
 

Fields in de.enough.polish.ui declared as TextEffect
protected  TextEffect StringItem.textEffect
           
protected  TextEffect FakeStringCustomItem.textEffect
           
 

Uses of TextEffect in de.enough.polish.ui.texteffects
 

Subclasses of TextEffect in de.enough.polish.ui.texteffects
 class AlienGlowTextEffect
          Paints an alien glow text effect, whereas you are able to specify the inner and outer color as well as the font-color.
 class DropShadowTextEffect
          Paints a dropshadow behind a text, whereas you are able to specify the shadows inner and outer color.
 class FadeTextEffect
          This is a simple fade in/out effect.
 class FadingAlienGlowTextEffect
          Paints an alien glow text effect, whereas you are able to specify the inner and outer color as well as the font-color.
 class FlashTextEffect
          Flashes a text constantly.
 class LighthouseTextEffect
          Colorizes each character and its neighbouring characters.
 class OutlineTextEffect
          Paints the outline of a text.
 class RotateTextEffect
          Rotates the given text.
 class RotatingTextEffect
          Constantly rotates the focused text.
 class SegmentTextEffect
          Separates the text into several horizontal segments.
 class ShadowTextEffect
          Paints a shadow behind a text.
 class SmileyTextEffect
          Renders textual smileys with images.
 class TypeWriterTextEffect
          Writes one character after the other.
 class VerticalGradientTextEffect
          Paints a gradient font where the color changes from top to bottom.
 class VerticalMirrorTextEffect
          Adds a vertically mirrored text as a shadow to the text.
 class VerticalSplitTextEffect
          Paints the text in two colors that are split vertically.