|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.graphic.views.background.IlpImageBackground
public class IlpImageBackground
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)
| 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 |
|---|
public IlpImageBackground()
| Method Detail |
|---|
public IlvManagerLayer createLayer(IlpViewsView view,
URL backgroundURL)
IlvManagerLayer suitable for an image file.
createLayer in interface IlpBackgroundview - 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 IlpBackgroundview - 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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||