|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Background | |
|---|---|
| de.enough.polish.blackberry.ui | Special implementations for javax.microedition.lcdui classes for BlackBerry - do not use directly. |
| de.enough.polish.ui | Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. |
| de.enough.polish.ui.backgrounds | Provides backgrounds for widgets and canvases. |
| de.enough.polish.ui.containerviews | Provides (mostly animated) views for showing collections of items, e.g. |
| de.enough.polish.ui.splash | Provides an easy and effective way to initialize a J2ME application while a splash screen is shown. |
| Uses of Background in de.enough.polish.blackberry.ui |
|---|
| Methods in de.enough.polish.blackberry.ui with parameters of type Background | |
|---|---|
void |
BackgroundWrapper.setBackground(Background background)
|
| Constructors in de.enough.polish.blackberry.ui with parameters of type Background | |
|---|---|
BackgroundWrapper(Background background)
Creates a new wrapper |
|
| Uses of Background in de.enough.polish.ui |
|---|
| Fields in de.enough.polish.ui declared as Background | |
|---|---|
Background |
Style.background
|
protected Background |
Screen.background
|
Background |
Item.background
the background of this item |
Background |
FakeCustomItem.background
the background of this item |
protected Background |
Item.completeBackground
|
protected Background |
FakeCustomItem.completeBackground
|
protected Background |
Screen.contentBackground
the content's (container) background |
protected Background |
MenuBar.overlayBackground
|
protected Background |
Screen.previousScreenOverlayBackground
|
protected Background |
TableItem.selectedBackground
|
protected Background |
TableItem.selectedColumnBackground
|
protected Background |
TableItem.selectedRowBackground
|
protected Background |
ScrollBar.sliderBackground
|
| Methods in de.enough.polish.ui that return Background | |
|---|---|
static Background |
UiAccess.getBackground(Item item)
Retrieves the background of the given item. |
static Background |
UiAccess.getBackground(Item item)
Retrieves the background of the given item. |
static Background |
UiAccess.getBackground(Screen screen)
Retrieves the background of the given screen. |
static Background |
UiAccess.getBackground(Screen screen)
Retrieves the background of the given screen. |
Background |
TableItem.getSelectedBackground()
|
Background |
TableItem.getSelectedColumnBackground()
|
Background |
TableItem.getSelectedRowBackground()
|
protected Background |
ItemView.removeItemBackground(Item item)
Removes the set background from an item. |
Background |
ItemView.removeParentBackground()
Removes the background from the parent container so that the view implementation can paint it itself. |
| Methods in de.enough.polish.ui with parameters of type Background | |
|---|---|
void |
Item.addRelativeToBackgroundRegion(Background animatedBackground,
Border animatedBorder,
ClippingRegion repaintRegion,
int x,
int y,
int width,
int height)
Adds a region relative to this item's background x/y start position. |
void |
FakeCustomItem.addRelativeToBackgroundRegion(Background animatedBackground,
Border animatedBorder,
ClippingRegion repaintRegion,
int x,
int y,
int width,
int height)
Adds a region relative to this item's background x/y start position. |
void |
ItemView.paintBackground(Background background,
int x,
int y,
int width,
int height,
Graphics g)
|
static void |
ScreenInfo.setBackground(Background background)
Sets a specific background. |
void |
Item.setBackground(Background background)
Sets a new background for this item. |
void |
FakeCustomItem.setBackground(Background background)
Sets a new background for this item. |
static void |
UiAccess.setBackground(Item item,
Background background)
Sets the background for the given item. |
static void |
UiAccess.setBackground(Item item,
Background background)
Sets the background for the given item. |
static void |
UiAccess.setBackground(Screen screen,
Background background)
Sets the background for the given screen. |
static void |
UiAccess.setBackground(Screen screen,
Background background)
Sets the background for the given screen. |
void |
TableItem.setSelectedBackground(Background selectedBackground)
|
void |
TableItem.setSelectedColumnBackground(Background selectedBackgroundVertical)
|
void |
TableItem.setSelectedRowBackground(Background selectedBackgroundHorizontal)
|
| Constructors in de.enough.polish.ui with parameters of type Background | |
|---|---|
Style(int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int paddingLeft,
int paddingRight,
int paddingTop,
int paddingBottom,
int paddingVertical,
int paddingHorizontal,
int layout,
int fontColor,
Color fontColorObj,
Font font,
Background background,
Border border,
short[] attributeKeys,
Object[] attributeValues)
Creates a new Style. |
|
Style(int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int paddingLeft,
int paddingRight,
int paddingTop,
int paddingBottom,
int paddingVertical,
int paddingHorizontal,
int layout,
int fontColor,
Font font,
Background background,
Border border,
short[] attributeKeys,
Object[] attributeValues)
Creates a new Style. |
|
Style(String name,
int layout,
Background background,
Border border,
short[] attributeKeys,
Object[] attributeValues)
Creates a new Style |
|
Style(String name,
int layout,
Background background,
Border border,
short[] attributeKeys,
Object[] attributeValues,
CssAnimation[] animations)
Creates a new Style when CSS animations are active. |
|
| Uses of Background in de.enough.polish.ui.backgrounds |
|---|
| Subclasses of Background in de.enough.polish.ui.backgrounds | |
|---|---|
class |
AnimatedGifBackground
Plays back animated gifs in GIF89a format. |
class |
BallBackground
|
class |
BorderedRoundRectBackground
Paints a rectangle with round corners and a border. |
class |
BorderedRoundRectOpeningBackground
Draws an expanding backround which will show a border when it is fully expanded. |
class |
BorderedRoundTabBackground
Paints a rectangle with top round corners and a border. |
class |
BorderedSimpleBackground
Paints a filled rectangle with a border around it as a background. |
class |
CircleBackground
Paints a circular or elliptical background. |
class |
CombinedBackground
Provides a background consisting of two other backgrounds. |
class |
CombinedHorizontalBackground
Places two further backgrounds side by side. |
class |
CombinedVerticalBackground
Places two backgrounds side by side in a vertical direction (top-bottom). |
class |
DoubleGradientVerticalBackground
DoubleGradientVerticalBackground generates an nice Backgroundscreen, with two gradients, each taking half of the available height. |
class |
FadeInBackground
Fades in the background from fully transparent to the target color, which might also be translucent. |
class |
GradientHorizontalBackground
Generates a gradient from the left-color to the right-color. |
class |
GradientRadialBackground
Generates a radial gradient from the inner-color to the outer-color. |
class |
GradientVerticalBackground
GradientVerticalBackground generates an nice Backgroundscreen, with an gradient from the top-color to the bottom-color. |
class |
HorizontalSplitBackground
Creates a rectangular background with two colors. |
class |
HorizontalSplitRoundRectBackground
Creates a rectangular background with two colors and rounded corners. |
class |
HorizontalStripesBackground
Paints stripes with two colors that can change their color. |
class |
ImageBackground
Paints an image as a background. |
class |
LayerBackground
Provides a background consisting of several other backgrounds. |
class |
MaskBackground
|
class |
OpeningBackground
Paints a background which expands to its full size whenever the background is moved. |
class |
PartialGradientBackground
Provides a partial gradient - this background will be usually used within a combined background. |
class |
PartialSimpleBackground
Provides a partial background - this background will be usually used within a combined background. |
class |
PolygonBackground
Paints a filled polygon as a background in a specific color. |
class |
PulsatingBackground
Paints an animated background, which colors change. |
class |
PulsatingCircleBackground
Paints an animated circular background. |
class |
PulsatingCirclesBackground
Paints an animated background filled with several ever-growing circles. |
class |
PulsatingRoundRectBackground
Paints an animated background, which colors change. |
class |
RepaintTestBackground
|
class |
RoundRectBackground
Paints a rectangle with round corners as a background. |
class |
RoundRectCorneredBackground
Paints a background with rounded and straight corners CSS-type is "round-rect-cornered" |
class |
RoundRectDoubleGradientVerticalBackground
Paints a translucent rectangle with round corners as a background. |
class |
RoundTabBackground
Paints a background in which the top uses rounded edges, but the bottom uses straight ones. |
class |
ScalingImageBackground
Paints an image as a background. |
class |
SimpleBackground
Paints a filled rectangle as a background in a specific color. |
class |
SlideShowBackground
Paints and exchanges several images in the background. |
class |
SmoothColorBackground
|
class |
TextBackground
Paints text in a background. |
class |
ThinSimpleBackground
Renders a simple background with a maxium width. |
class |
TigerStripesBackground
|
class |
TiledImageBackground
Paints a tiled image as a background. |
class |
TranslucentRoundRectBackground
Paints a translucent rectangle with round corners as a background. |
class |
TranslucentSimpleBackground
Paints a simple translucent background. |
class |
TriangleBackground
Paints a filled rectangle as a background in a specific color. |
class |
VerticalSplitBackground
Creates a rectangular background with two colors. |
class |
VerticalSplitRoundRectBackground
Creates a rectangular background with two colors and rounded corners. |
class |
VideoBackground
Plays a video in an background. |
class |
Web20RoundRectBackground
Paints a rectangle with round corners as a background. |
class |
XmasSnowBackground
|
| Constructors in de.enough.polish.ui.backgrounds with parameters of type Background | |
|---|---|
CombinedBackground(Background foreground,
Background background)
Creates a new combined background. |
|
CombinedHorizontalBackground(Background leftBackground,
Background rightBackground,
int splitPos,
int splitSide,
int margin)
Creates a new horizontal background. |
|
CombinedVerticalBackground(Background leftBackground,
Background rightBackground,
int splitPos,
int splitSide,
int margin)
Creates a new horizontal background. |
|
LayerBackground(Background[] layers)
Creates a new layer background. |
|
LayerBackground(Background[] layers,
Dimension[] margins)
Creates a new layer background. |
|
MaskBackground(Background mask,
int maskColor,
Background background,
Dimension opacity)
Creates a new mask background. |
|
MaskBackground(Background mask,
int maskColor,
Background background,
int opacity)
Creates a new mask background. |
|
| Uses of Background in de.enough.polish.ui.containerviews |
|---|
| Fields in de.enough.polish.ui.containerviews declared as Background | |
|---|---|
protected Background |
FishEyeContainerView.focusedBackground
|
protected Background |
CoverFlowContainerView.focusedBackground
|
| Methods in de.enough.polish.ui.containerviews with parameters of type Background | |
|---|---|
void |
SlideContainerView.paintBackground(Background background,
int x,
int y,
int width,
int height,
Graphics g)
|
| Uses of Background in de.enough.polish.ui.splash |
|---|
| Methods in de.enough.polish.ui.splash that return Background | |
|---|---|
Background |
InitializerSplashScreen.getBackground()
Retrieves the background. |
Background |
InitializerMovieScreen.getBackground()
Retrieves the background. |
| Methods in de.enough.polish.ui.splash with parameters of type Background | |
|---|---|
void |
InitializerSplashScreen.setBackground(Background background)
Sets the background of this splash screen. |
void |
InitializerMovieScreen.setBackground(Background background)
Sets the background of this splash screen. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||