Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
ilog.cpl.equipment.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the Equipment component.
|
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.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the graph view.
|
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 |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.cpl.graphic.views.background |
Provides classes for background support using Rogue Wave JViews Maps.
|
ilog.cpl.network |
Together with
ilog.cpl.IlpNetwork , this package constitutes the JTGO Network component. |
ilog.cpl.network.action.toolbar |
Contains predefined buttons that can be added to the toolbar of the Network component.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpEquipmentView
This class displays the contents of an
IlpEquipmentModel
in a Rogue Wave JViews grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlpGraphView
This class displays the contents of an
IlpGraphModel
in a Rogue Wave JViews grapher. |
Modifier and Type | Method and Description |
---|---|
IlpViewsView |
IlpAbstractGraphAction.getView()
Returns the view.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlpGraphInteractorButton.init(IlpViewsView view,
String iconLocation,
String tooltip) |
Constructor and Description |
---|
IlpAbstractGraphAction(IlpViewsView view)
Constructor
|
IlpGraphFitToContentsAction(IlpViewsView view,
String bundle)
Creates the action.
|
IlpGraphInteractorAction(IlpViewsView view,
AbstractButton button,
IlpViewsViewInteractor interactor,
String bundle)
Creates the action.
|
IlpGraphInteractorAction(IlpViewsView view,
AbstractButton button,
IlvManagerViewInteractor interactor,
String bundle)
Creates the action.
|
IlpGraphInteractorAction(IlpViewsView view,
String bundle)
Creates the action.
|
Modifier and Type | Field and Description |
---|---|
protected IlpViewsView |
IlpDefaultBackgroundSupport.view
The view currently attached to this background support.
|
Modifier and Type | Method and Description |
---|---|
IlpViewsView |
IlpDefaultBackgroundSupport.getView()
IlpBackgroundSupport implementation.
|
IlpViewsView |
IlpBackgroundSupport.getView()
Returns the
IlpViewsView that this background support is
associated with. |
Modifier and Type | Method and Description |
---|---|
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. |
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 IlvFeatureRenderer |
IlpAbstractMapDataSourceBackground.createRenderer(IlpViewsView view,
IlvMapFeatureIterator featureIterator)
Can be overwritten by background implementations that want to provide
a custom
IlvFeatureRenderer for a background. |
protected IlvFeatureRenderer |
IlpImageBackground.createRenderer(IlpViewsView view,
URL backgroundURL,
IlvMapFeatureIterator featureIterator)
Creates a renderer for the attributes of the map.
|
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.
|
void |
IlpAbstractIVLBackground.removeManagerLayer(int index,
IlpViewsView view)
Removes the IlvManagerLayer positioned at the specified index from this
background.
|
void |
IlpDefaultBackgroundSupport.setView(IlpViewsView view)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.setView(IlpViewsView view)
Associates this background support with the provided view.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpStylableViewsView
This is a graphic view that uses a Rogue Wave JViews
IlvManagerView
object for displaying and that can be customized using Cascading
Style Sheets (CSS). |
Modifier and Type | Method and Description |
---|---|
IlpViewsView |
IlpDefaultBackgroundSupport.getView()
Deprecated.
Returns the view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultBackgroundSupport.attach(IlpViewsView view)
Deprecated.
Attaches this object to a given view.
|
void |
IlpBackgroundSupport.attach(IlpViewsView view)
Deprecated.
Attaches this object to a given view.
|
IlpBackground |
IlpXMLBackgroundFactory.createBackground(IlpViewsView view,
URL XMLfileURL)
Deprecated.
Creates an
IlpBackground representing the contents of the given XML file. |
IlpBackground |
IlpShapeFileBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpSVGZBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpSVGBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpMIDMIFBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpImageBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpIVLBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
IlpBackground |
IlpBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
IlvManagerLayer |
IlpShapeFileBackground.createLayer(IlpViewsView view,
URL SHPfileURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for a .shp file. |
IlvManagerLayer |
IlpSVGBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for an SVG file. |
IlvManagerLayer |
IlpMIDMIFBackground.createLayer(IlpViewsView view,
URL MIFfileURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for a .mif file. |
IlvManagerLayer |
IlpImageTileBackground.createLayer(IlpViewsView view,
URL XMLfileURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for an image file. |
IlvManagerLayer |
IlpImageBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for an image file. |
IlvManagerLayer |
IlpIVLBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for an IVL file. |
IlvManagerLayer |
IlpBackground.createLayer(IlpViewsView view,
URL backgroundURL)
Deprecated.
Creates an empty
IlvManagerLayer suitable for containing a given background. |
protected IlvFeatureRenderer |
IlpShapeFileBackground.createRenderer(IlpViewsView view,
URL SHPfileURL,
IlvMapFeatureIterator reader)
Deprecated.
Creates a renderer for the attributes of the map.
|
protected IlvFeatureRenderer |
IlpMIDMIFBackground.createRenderer(IlpViewsView view,
URL SHPfileURL,
IlvMapFeatureIterator reader)
Deprecated.
Creates a renderer for the map's attributes.
|
protected IlvFeatureRenderer |
IlpImageBackground.createRenderer(IlpViewsView view,
URL backgroundURL,
IlvMapFeatureIterator reader)
Deprecated.
Creates a renderer for the attributes of the map.
|
void |
IlpShapeFileBackground.fillLayer(IlpViewsView view,
URL SHPfileURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with a
.shp file. |
void |
IlpSVGBackground.fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with an SVG file.
|
void |
IlpMIDMIFBackground.fillLayer(IlpViewsView view,
URL MIFfileURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with a
.mif file. |
void |
IlpImageTileBackground.fillLayer(IlpViewsView view,
URL XMLfileURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with an image file.
|
void |
IlpImageBackground.fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with an image file.
|
void |
IlpIVLBackground.fillLayer(IlpViewsView viewsView,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated.
Fills a layer with an IVL file.
|
void |
IlpBackground.fillLayer(IlpViewsView view,
URL backgroundURL,
IlvManagerLayer layer)
Deprecated.
Fills an
IlvManagerLayer returned by createLayer
with objects. |
void |
IlpDefaultBackgroundSupport.setView(IlpViewsView view)
Deprecated.
Implementation of
ilog.cpl.graph.background.IlpBackgroundSupport . |
Modifier and Type | Class and Description |
---|---|
class |
IlpNetworkView
This class displays the contents of an
IlpNetworkModel
in a Rogue Wave JViews grapher. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.