|
||||||||||
| 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.IlpIVLBackground
public class IlpIVLBackground
Support for using ILOG JViews .ivl files 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 | |
|---|---|
IlpIVLBackground()
Deprecated. |
|
| Method Summary | |
|---|---|
IlvManagerLayer |
createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated. Creates an empty IlvManagerLayer suitable for an IVL file. |
void |
fillLayer(IlpViewsView viewsView,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated. Fills a layer with an IVL file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlpIVLBackground()
| Method Detail |
|---|
public IlvManagerLayer createLayer(IlpViewsView view,
URL backgroundURL)
IlvManagerLayer suitable for an IVL file.
createLayer in interface IlpBackgroundview - The view in which the background shall be displayed.backgroundURL - The location of the background data.
public void fillLayer(IlpViewsView viewsView,
URL backgroundURL,
IlvManagerLayer layer)
fillLayer in interface IlpBackgroundviewsView - The view in which the background shall be displayed.backgroundURL - The location of the background data.layer - The layer to be filled.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||