Package | Description |
---|---|
ilog.cpl |
ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes.
|
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.graph.background |
Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO.
|
ilog.cpl.graphic.views.background |
Provides classes for background support using Rogue Wave JViews Maps.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpEquipment.addBackground(URL backgroundURL)
Adds a background on top of the other existing backgrounds.
|
void |
IlpNetwork.addBackground(URL backgroundURL)
Adds a background on top of the other existing backgrounds.
|
void |
IlpEquipment.reloadBackground(URL backgroundURL)
Reloads a particular background.
|
void |
IlpNetwork.reloadBackground(URL backgroundURL)
Reloads a particular background.
|
void |
IlpEquipment.reloadBackgrounds()
Reloads all backgrounds.
|
void |
IlpNetwork.reloadBackgrounds()
Reloads all backgrounds.
|
void |
IlpEquipment.removeBackground(URL backgroundURL)
Removes a background.
|
void |
IlpNetwork.removeBackground(URL backgroundURL)
Removes a background.
|
void |
IlpEquipment.removeBackgrounds()
Removes all backgrounds.
|
void |
IlpNetwork.removeBackgrounds()
Removes all backgrounds.
|
void |
IlpEquipment.setBackgrounds(List backgroundURLs)
Replaces the entire list of backgrounds.
|
void |
IlpNetwork.setBackgrounds(List backgroundURLs)
Replaces the entire list of backgrounds.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpGraphView.addBackground(URL backgroundURL)
Adds a background on top of the other existing backgrounds.
|
List |
IlpGraphView.getBackgroundLayers(URL backgroundURL)
Returns a List with the IlvManagerLayer instances that compose the provided
URL.
|
void |
IlpGraphView.reloadBackground(URL backgroundURL)
Reloads a particular background.
|
void |
IlpGraphView.reloadBackgrounds()
Reloads all backgrounds.
|
void |
IlpGraphView.removeBackground(URL backgroundURL)
Removes a background.
|
void |
IlpGraphView.removeBackgrounds()
Removes all backgrounds.
|
void |
IlpGraphView.setBackgrounds(List backgroundURLs)
Replaces the entire list of backgrounds.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultBackgroundSupport.addBackground(URL backgroundURL)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.addBackground(URL backgroundURL)
Adds the background pointed by the provided
URL as the last
background. |
void |
IlpDefaultBackgroundSupport.addBackground(URL backgroundURL,
IlpBackground background)
Adds the background specified in the
URL using the the provided
IlpBackground as the last background. |
void |
IlpDefaultBackgroundSupport.addBackground(URL backgroundURL,
IlpBackground background,
int index)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.addBackground(URL backgroundURL,
IlpBackground background,
int index)
Adds the background specified in the
URL using the the provided
IlpBackground at the specified index. |
void |
IlpDefaultBackgroundSupport.addBackground(URL backgroundURL,
int index)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.addBackground(URL backgroundURL,
int index)
Adds the background pointed by the provided
URL at the specified index. |
void |
IlpDefaultBackgroundSupport.addBackgrounds(List backgroundURLs)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.addBackgrounds(List backgroundURLs)
Adds the provided backgrounds.
|
void |
IlpAbstractIVLBackground.addManagerLayer(IlvManagerLayer layer,
int index,
IlpViewsView view)
Adds an IlvManagerLayer to this background at the specified index.
|
void |
IlpSVGBackground.create(IlvManager manager,
int index,
IlpViewsView view)
Populates the IlvManager with the contents of the background file at the
specified index.
|
void |
IlpImageTileBackground.create(IlvManager manager,
int index,
IlpViewsView view)
Loads the images using load-on-demand via tiling.
|
void |
IlpIVLMapBackground.create(IlvManager manager,
int index,
IlpViewsView view)
Populates the IlvManager with the contents of the background file at the
specified index.
|
void |
IlpIVLFrameworkBackground.create(IlvManager manager,
int index,
IlpViewsView view)
Reads the contents of the
IVL file into the IlvManager . |
void |
IlpBackground.create(IlvManager manager,
int index,
IlpViewsView view)
Called by the
IlpBackgroundSupport to indicate to this background
that it should create the provided IlvManager with the graphics that are to
represent the background. |
void |
IlpAbstractMapDataSourceBackground.create(IlvManager manager,
int index,
IlpViewsView view)
This method:
Obtains the
IlvMapDataSource
Fills it with the background
Updates the IlvManagerLayer references
It relies on the IlpMapDataSourceBackground.createMapDataSource . |
void |
IlpAbstractIVLBackground.create(IlvManager manager,
int index,
IlpViewsView view)
Invokes super implementation and handles internal structures.
|
void |
IlpAbstractBackground.create(IlvManager manager,
int index,
IlpViewsView view)
Handles some of the common logistics behind creating a background, namely:
Update the visibility of the IlvManagerLayer instances based on the
properties of this background.
|
IlpBackground |
IlpXMLBackgroundFactory.createBackground(IlpViewsView view,
URL XMLfileURL)
Creates an
IlpBackground representing the contents of the given XML file. |
IlpBackground |
IlpShapeBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpSVGZBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpSVGBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpMIDMIFBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpImageBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpIVLBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an
IlpBackground implementation for IVL
files depending on the current creation mode. |
IlpBackground |
IlpBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpDefaultBackgroundSupport.createBackground(URL backgroundURL)
It uses the registered
IlpBackgroundFactory s to create
the IlpBackground instance. |
IlvMapDataSource |
IlpShapeBackground.createMapDataSource(IlpViewsView view)
Creates an
ilog.views.maps.datasource.IlvTiledShapeDataSource
if load-on-demand is enabled or an
ilog.views.maps.datasource.IlvShapeDataSource otherwise. |
IlvMapDataSource |
IlpMapDataSourceBackground.createMapDataSource(IlpViewsView view)
Should create the appropriate
IlvMapDataSource implementation
for the specified URL defined for this background. |
IlvMapDataSource |
IlpMIDMIFBackground.createMapDataSource(IlpViewsView view)
Returns an
ilog.views.maps.datasource.IlvMIDMIFDataSource . |
IlvMapDataSource |
IlpImageBackground.createMapDataSource(IlpViewsView view)
Creates an
ilog.views.maps.datasource.IlvMapDataSource that
can handle the supported raster formats. |
protected IlvMapStyle |
IlpShapeBackground.createMapStyle()
If no style is already being defined in the
IlvMapDataSource ,
it by default creates an IlvGraphicPathStyle . |
protected IlvMapStyle |
IlpMIDMIFBackground.createMapStyle()
If no style is already being defined in the
IlvMapDataSource ,
it by default creates an IlvGraphicPathStyle . |
protected IlvMapStyle |
IlpImageBackground.createMapStyle()
If no style is already being defined in the
IlvMapDataSource ,
it by default creates an IlvRasterStyle . |
protected IlvMapStyle |
IlpAbstractMapDataSourceBackground.createMapStyle()
Should create the
ilog.views.maps.graphic.style.IlvMapStyle to
be used by this background's
ilog.views.maps.datasource.IlvMapDataSource . |
protected void |
IlpAbstractMapDataSourceBackground.customizeMapStyle(IlvMapStyle mapStyle)
Should customize the
ilog.views.maps.graphic.style.IlvMapStyle to
be used by this background's ilog.views.maps.datasource.IlvMapDataSource . |
void |
IlpIVLMapBackground.dispose(IlvManager manager,
IlpViewsView view)
Calls the super implementation and then disposes of any potential Map Theme settings.
|
void |
IlpBackground.dispose(IlvManager manager,
IlpViewsView view)
Called by the
IlpBackgroundSupport to indicate to this background
that it should dispose the graphics that are representing this background
from the provided IlvManager . |
void |
IlpAbstractMapDataSourceBackground.dispose(IlvManager manager,
IlpViewsView view)
This method:
Clears the area of the IlvManagerLayers used
Clears the IlvMapDataSource references from the underlying
IlvManager . |
void |
IlpAbstractIVLBackground.dispose(IlvManager manager,
IlpViewsView view)
Calls the super implementation and then disposes internal structure.
|
void |
IlpAbstractBackground.dispose(IlvManager manager,
IlpViewsView view)
Performs the following actions:
Ensures that the area covered by the this background's layers are
scheduled for a redraw
Removes this background's layers from the provided IlvManager
Clears the IlvManagerLayer references
Subclasses should overwrite this method is further processing needs to be
take place.
|
IlpBackground |
IlpDefaultBackgroundSupport.getBackgroundInstance(URL backgroundURL)
IlpBackgroundSupport implementation.
|
IlpBackground |
IlpBackgroundSupport.getBackgroundInstance(URL backgroundURL)
Returns the
IlpBackground instance associated with the
URL provided. |
protected int |
IlpDefaultBackgroundSupport.getManagerLayerIndex(IlpBackground background,
int backgroundIndex)
Returns the IlvManagerLayer index that should be used by provided
IlpBackground as its insertion index.
|
protected void |
IlpDefaultBackgroundSupport.handleBackgroundCreation(IlpBackground background,
URL backgroundURL,
int backgroundIndex,
int backgroundManagerLayerIndex)
Should handle the creation the internal structures of the
IlpBackground.
|
protected void |
IlpDefaultBackgroundSupport.handleBackgroundDisposal(IlpBackground background)
Should handle the act of disposing the IlpBackground internal structures.
|
boolean |
IlpDefaultBackgroundSupport.isVisible(URL backgroundURL)
Returns if the background identified by the provided
URL is
visible or not. |
void |
IlpDefaultBackgroundSupport.moveBackground(URL backgroundURL,
int index)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.moveBackground(URL backgroundURL,
int index)
Allows individuals to move the background specified by the provided URL to
the index provided.
|
protected void |
IlpDefaultBackgroundSupport.registerBackgroundFactories()
Registers all known background types.
|
void |
IlpDefaultBackgroundSupport.registerBackgroundFactory(String extension,
IlpBackgroundFactory factory)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.registerBackgroundFactory(String extension,
IlpBackgroundFactory factory)
Registers the provided
IlpBackgroundFactory for the given
extension. |
void |
IlpDefaultBackgroundSupport.reloadBackground(URL backgroundURL)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.reloadBackground(URL backgroundURL)
Reloads the background pointed to by the provided URL.
|
void |
IlpDefaultBackgroundSupport.reloadBackgrounds()
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.reloadBackgrounds()
Reloads all the background.
|
void |
IlpDefaultBackgroundSupport.removeBackground(URL backgroundURL)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.removeBackground(URL backgroundURL)
Removes the background pointed to by the provided
URL . |
void |
IlpDefaultBackgroundSupport.removeBackgrounds()
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.removeBackgrounds()
Removes all backgrounds.
|
void |
IlpAbstractIVLBackground.removeManagerLayer(int index,
IlpViewsView view)
Removes the IlvManagerLayer positioned at the specified index from this
background.
|
void |
IlpDefaultBackgroundSupport.setBackgrounds(List backgroundURLs)
Replaces the current backgrounds with the ones provided in the List
URL instances. |
void |
IlpDefaultBackgroundSupport.setView(IlpViewsView view)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.setView(IlpViewsView view)
Associates this background support with the provided view.
|
void |
IlpDefaultBackgroundSupport.setVisible(URL backgroundURL,
boolean visible)
Sets if the background identified by the provided
URL is
visible or not. |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultBackgroundSupport.moveBackground(URL backgroundURL,
int index)
Deprecated.
Implementation of
ilog.cpl.graph.background.IlpBackgroundSupport . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.