ilog.cpl.graphic.views.background
Class IlpImageBackground

java.lang.Object
  extended by ilog.cpl.graphic.views.background.IlpImageBackground
All Implemented Interfaces:
IlpBackground

Deprecated. See the Migration Guide a migration path.

public class IlpImageBackground
extends Object
implements IlpBackground

Support for using an image file as background.

This background type ignores load-on-demand hints and always loads the entire file.

The XML settable properties are:

property name="url" (required)
The URL of the file.

Since:
JTGO 3.0
Deprecated Since:
JTGO 7.5

Constructor Summary
IlpImageBackground()
          Deprecated.  
 
Method Summary
 IlvManagerLayer createLayer(IlpViewsView view, URL backgroundURL)
          Deprecated. Creates an empty IlvManagerLayer suitable for an image file.
protected  IlvFeatureRenderer createRenderer(IlpViewsView view, URL backgroundURL, IlvMapFeatureIterator reader)
          Deprecated. Creates a renderer for the attributes of the map.
 void fillLayer(IlpViewsView view, URL backgroundURL, IlvManagerLayer layer)
          Deprecated. Fills a layer with an image file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlpImageBackground

public IlpImageBackground()
Deprecated. 
Method Detail

createLayer

public IlvManagerLayer createLayer(IlpViewsView view,
                                   URL backgroundURL)
Deprecated. 
Creates an empty IlvManagerLayer suitable for an image file.

Specified by:
createLayer in interface IlpBackground
Parameters:
view - The view in which the background shall be displayed.
backgroundURL - The location of the background data.

createRenderer

protected IlvFeatureRenderer createRenderer(IlpViewsView view,
                                            URL backgroundURL,
                                            IlvMapFeatureIterator reader)
Deprecated. 
Creates a renderer for the attributes of the map.


fillLayer

public void fillLayer(IlpViewsView view,
                      URL backgroundURL,
                      IlvManagerLayer layer)
Deprecated. 
Fills a layer with an image file.

Specified by:
fillLayer in interface IlpBackground
Parameters:
view - The view in which the background shall be displayed.
backgroundURL - The location of the background data.
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.