Package | Description |
---|---|
ilog.cpl.graph.background |
Contains the API that is available for making use of backgrounds (georeferenced or not ) within JViews TGO.
|
ilog.cpl.graph.background.event |
Contains the event related types that are used within the JViews TGO background support.
|
ilog.cpl.graphic.views.background |
Provides classes for background support using Rogue Wave JViews Maps.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMapDataSourceBackground
Extends the
IlpBackground for background implementations that target the
use of the IlvMapDataSource facilities. |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractBackground
Abstract implementation of
IlpBackground that should be directly
subclassed when non-IlvMapDataSource backgrounds are to be introduced. |
class |
IlpAbstractIVLBackground
This type of background allows one to integrate backgrounds described in the
Rogue Wave JViews
IVL file format as a background in JViews TGO. |
class |
IlpAbstractMapDataSourceBackground
This type servers as base type for background implementations that wish to
use the IlvMapDataSource facilities, by implementing the common functionality
needed for such backgrounds.
|
class |
IlpImageBackground
Support for using an image file as background.
|
class |
IlpImageTileBackground
Support for using a set of image files, each representing a tile,
as background.
|
class |
IlpIVLFrameworkBackground
This type of background allows one to integrate backgrounds described in the
Rogue Wave JViews
IVL file format that contain JViews Framework only
content as a background in JViews TGO. |
class |
IlpIVLMapBackground
This type of background allows one to integrate backgrounds described in the
Rogue Wave JViews
IVL file format that contain JViews Maps content
as a background in JViews TGO. |
class |
IlpMIDMIFBackground
Support for using MapInfo
.mif/.mid files as background. |
class |
IlpShapeBackground
Provides support for using ESRI
.shp Shape files as background. |
class |
IlpSVGBackground
Support for using Scalable Vector Graphics (SVG) files as background.
|
class |
IlpSVGZBackground
Support for using Scalable Vector Graphics (SVG) files as background when
compressed within a
GZIP file. |
Modifier and Type | Method and Description |
---|---|
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. |
IlpBackground |
IlpDefaultBackgroundSupport.getBackgroundInstance(URL backgroundURL)
IlpBackgroundSupport implementation.
|
IlpBackground |
IlpBackgroundSupport.getBackgroundInstance(URL backgroundURL)
Returns the
IlpBackground instance associated with the
URL provided. |
Modifier and Type | Method and Description |
---|---|
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. |
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.
|
Modifier and Type | Method and Description |
---|---|
IlpBackground |
IlpBackgroundEvent.getBackground()
Returns the target
IlpBackground instance. |
Constructor and Description |
---|
IlpBackgroundEvent(Object source,
IlEventType type,
IlpBackground background,
int index,
URL url)
Instantiates a new background event.
|
Modifier and Type | Method and Description |
---|---|
IlpBackground |
IlpDefaultBackgroundSupport.getBackgroundInstance(URL backgroundURL)
Deprecated.
Implementation of
ilog.cpl.graph.background.IlpBackgroundSupport . |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultBackgroundSupport.addBackground(URL backgroundURL,
IlpBackground background,
int index)
Deprecated.
Implementation of
ilog.cpl.graph.background.IlpBackgroundSupport . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.