Package jexer.effect
Desktop and window effects.
-
Interface Summary Interface Description Effect A desktop or window effect that does a blingy transformation before the screen is sent to the device. -
Class Summary Class Description GradientCellTransform GradientCellTransform smoothly changes foreground and/or background color in a rectangular region.MouseGlowCellTransform MouseGlowCellTransform smoothly changes foreground and/or background color in a rectangular region.TextCursorGlintEffect Put a bit of bling around the text cursor, if it is visible.WindowBurnInEffect Make the window look like it was burned in with plasma fire.WindowBurnOutEffect Make the window look like it was burned out with plasma fire.WindowFadeInEffect Make the window fade in using tranlucence.WindowFadeOutEffect Make the window fade out using translucence.WindowTransitionEffect Make the window fade out using translucence.WindowWipeInEffect Make the window wipe in from a side.WindowWipeOutEffect Make the window wipe out from a side. -
Enum Summary Enum Description GradientCellTransform.Layer Layer(s) to apply the gradient effect to.MouseGlowCellTransform.Layer Layer(s) to apply the mouse glow effect to.WindowWipeInEffect.Direction Direction of wipe.WindowWipeOutEffect.Direction Direction of wipe.