ilog.cpl.graphic.views.background
Interface IlpBackground

All Known Implementing Classes:
IlpImageBackground, IlpImageTileBackground, IlpIVLBackground, IlpMIDMIFBackground, IlpShapeFileBackground, IlpSVGBackground, IlpSVGZBackground

Deprecated. See the Migration Guide a migration path.

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.

Since:
JTGO 3.0
See Also:
IlpBackgroundFactory
Deprecated Since:
JTGO 7.5

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

createLayer

IlvManagerLayer createLayer(IlpViewsView view,
                            URL backgroundURL)
Deprecated. 
Creates an empty IlvManagerLayer suitable for containing a given background.


fillLayer

void fillLayer(IlpViewsView view,
               URL backgroundURL,
               IlvManagerLayer layer)
Deprecated. 
Fills an IlvManagerLayer returned by createLayer with objects.

Parameters:
view - The view where the background will be displayed.
backgroundURL - The background information.
layer - A layer that has already been added to the IlvGrapher.


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