ilog.cpl.graphic.views.background
Interface IlpBackgroundSupport

All Superinterfaces:
IlpBackgroundSupport

Deprecated. See the Migration Guide a migration path.

public interface IlpBackgroundSupport
extends 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.

Since:
JTGO 3.0
Deprecated Since:
JTGO 7.5

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

attach

void attach(IlpViewsView view)
Deprecated. 
Attaches this object to a given view.


detach

void detach()
Deprecated. 
Detaches this object from its current view.


createBackground

IlpBackground createBackground(URL backgroundURL)
Deprecated. 
Creates an IlpBackground representing the given file.


addBackgroundURL

void addBackgroundURL(URL backgroundURL)
Deprecated. 
Adds a background on top of the other existing backgrounds.


addBackgroundURL

void addBackgroundURL(URL backgroundURL,
                      IlpBackground background)
Deprecated. 
Adds a background on top of the other existing backgrounds.


removeBackgroundURL

void removeBackgroundURL(URL backgroundURL)
Deprecated. 
Removes a background.


removeAllBackgroundURLs

void removeAllBackgroundURLs()
Deprecated. 
Removes all backgrounds.


getBackgroundURLs

Collection getBackgroundURLs()
Deprecated. 
Returns the list of backgrounds.

Returns:
An unmodifiable collection of URLs.

setBackgroundURLs

void setBackgroundURLs(URL[] backgroundURLs)
Deprecated. 
Replaces the entire list of backgrounds.


getBackgroundLayer

IlvManagerLayer getBackgroundLayer(URL backgroundURL)
Deprecated. 
Returns the layer containing a background.


isVisible

boolean isVisible(URL backgroundURL)
Deprecated. 
Returns the visibility of a particular background.


setVisible

void setVisible(URL backgroundURL,
                boolean visible)
Deprecated. 
Changes the visibility of a particular background.


reload

void reload(URL backgroundURL)
Deprecated. 
Reloads a particular background.


reloadAllBackgrounds

void reloadAllBackgrounds()
Deprecated. 
Reloads all backgrounds.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.