public class IlpIVLFrameworkBackground extends IlpAbstractIVLBackground
IVL
file format that contain JViews Framework only
content as a background in JViews TGO.
You can find JViews Framework IVL
files in the JViews Framework
product installation; or you can generate these by exporting the contents of a given
IlvManager
into an IVL
file.
Important:
This IlpBackground
implementation is not
intended to be used for IVL
files that contain JViews Maps
content. For such IVL
file use the IlpIVLMapBackground
.
IlpAbstractIVLBackground
,
IlpIVLMapBackground
MAP_THEMED_PROPERTY, numberOfPaddingLayers
managerLayers
LOAD_ON_DEMAND_PROPERTY, THREADED_PROPERTY, URL_PROPERTY, VISIBLE_PROPERTY
Constructor and Description |
---|
IlpIVLFrameworkBackground()
Instantiates a new background.
|
Modifier and Type | Method and Description |
---|---|
void |
create(IlvManager manager,
int index,
IlpViewsView view)
Reads the contents of the
IVL file into the IlvManager . |
addManagerLayer, dispose, isMapThemed, removeManagerLayer, setMapThemed
addLayer, addLayers, addPropertyChangeListener, endBatch, getManagerLayer, getManagerLayers, getManagerLayersCount, getProperties, getProperty, getUrl, isLoadOnDemand, isThreaded, isVisible, removeLayer, removeLayers, removePropertyChangeListener, setLoadOnDemand, setProperty, setThreaded, setUrl, setVisible, startBatch
public IlpIVLFrameworkBackground()
public void create(IlvManager manager, int index, IlpViewsView view) throws IlpBackgroundHandlingException
IVL
file into the IlvManager
.create
in interface IlpBackground
create
in class IlpAbstractIVLBackground
manager
- the manager where the graphics should be added toindex
- the IlvManagerLayer index in the manager from which this
background should start inserting the graphics.view
- the associated IlpViewsViewIlpBackgroundHandlingException
- in case there is a problem handling this operation.IlpAbstractIVLBackground.create(ilog.views.IlvManager, int, ilog.cpl.graphic.views.IlpViewsView)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.