@Deprecated public class IlpImageBackground extends Object implements IlpBackground
This background type ignores load-on-demand hints and always loads the entire file.
The XML settable properties are:
property name="url"
(required)Constructor and Description |
---|
IlpImageBackground()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public IlvManagerLayer createLayer(IlpViewsView view, URL backgroundURL)
IlvManagerLayer
suitable for an image file.createLayer
in interface IlpBackground
view
- The view in which the background shall be displayed.backgroundURL
- The location of the background data.protected IlvFeatureRenderer createRenderer(IlpViewsView view, URL backgroundURL, IlvMapFeatureIterator reader)
public void fillLayer(IlpViewsView view, URL backgroundURL, IlvManagerLayer layer)
fillLayer
in interface IlpBackground
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 Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.