|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpBackground
This interface describes a single layer of background.
This layer can contain an image, a tiled map, or other graphic objects.
An instance of this interface is tied to a layer of an
IlvManager, used by an IlpViewsView.
IlpBackgroundFactory| Method Summary | |
|---|---|
IlvManagerLayer |
createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated. Creates an empty IlvManagerLayer suitable for containing a given background. |
void |
fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated. Fills an IlvManagerLayer returned by createLayer
with objects. |
| Method Detail |
|---|
IlvManagerLayer createLayer(IlpViewsView view,
URL backgroundURL)
IlvManagerLayer suitable for containing a given background.
void fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
IlvManagerLayer returned by createLayer
with objects.
view - The view where the background will be displayed.backgroundURL - The background information.layer - A layer that has already been added to the IlvGrapher.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||