|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpBackgroundSupport
This interface describes the support of background images for
IlpViewsView.
The functions in this interface can be called by the view, the controller, or an interactor.
| Method Summary | |
|---|---|
void |
addBackgroundURL(URL backgroundURL)
Deprecated. Adds a background on top of the other existing backgrounds. |
void |
addBackgroundURL(URL backgroundURL,
IlpBackground background)
Deprecated. Adds a background on top of the other existing backgrounds. |
void |
attach(IlpViewsView view)
Deprecated. Attaches this object to a given view. |
IlpBackground |
createBackground(URL backgroundURL)
Deprecated. Creates an IlpBackground representing the given file. |
void |
detach()
Deprecated. Detaches this object from its current view. |
IlvManagerLayer |
getBackgroundLayer(URL backgroundURL)
Deprecated. Returns the layer containing a background. |
Collection |
getBackgroundURLs()
Deprecated. Returns the list of backgrounds. |
boolean |
isVisible(URL backgroundURL)
Deprecated. Returns the visibility of a particular background. |
void |
reload(URL backgroundURL)
Deprecated. Reloads a particular background. |
void |
reloadAllBackgrounds()
Deprecated. Reloads all backgrounds. |
void |
removeAllBackgroundURLs()
Deprecated. Removes all backgrounds. |
void |
removeBackgroundURL(URL backgroundURL)
Deprecated. Removes a background. |
void |
setBackgroundURLs(URL[] backgroundURLs)
Deprecated. Replaces the entire list of backgrounds. |
void |
setVisible(URL backgroundURL,
boolean visible)
Deprecated. Changes the visibility of a particular background. |
| Methods inherited from interface ilog.cpl.graph.background.IlpBackgroundSupport |
|---|
addBackground, addBackground, addBackground, addBackgroundListener, addBackgrounds, getBackgroundFactory, getBackgroundInstance, getBackgrounds, getView, moveBackground, registerBackgroundFactory, reloadBackground, reloadBackgrounds, removeBackground, removeBackgroundListener, removeBackgrounds, setView |
| Method Detail |
|---|
void attach(IlpViewsView view)
void detach()
IlpBackground createBackground(URL backgroundURL)
IlpBackground representing the given file.
void addBackgroundURL(URL backgroundURL)
void addBackgroundURL(URL backgroundURL,
IlpBackground background)
void removeBackgroundURL(URL backgroundURL)
void removeAllBackgroundURLs()
Collection getBackgroundURLs()
void setBackgroundURLs(URL[] backgroundURLs)
IlvManagerLayer getBackgroundLayer(URL backgroundURL)
boolean isVisible(URL backgroundURL)
void setVisible(URL backgroundURL,
boolean visible)
void reload(URL backgroundURL)
void reloadAllBackgrounds()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||