|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpBackground | |
|---|---|
| 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 ILOG JViews Maps. |
| Uses of IlpBackground in ilog.cpl.graph.background |
|---|
| Subinterfaces of IlpBackground in ilog.cpl.graph.background | |
|---|---|
interface |
IlpMapDataSourceBackground
Extends the IlpBackground for background implementations that target the
use of the IlvMapDataSource facilities. |
| Classes in ilog.cpl.graph.background that implement IlpBackground | |
|---|---|
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 ILOG 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 ILOG 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 ILOG 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. |
| Methods in ilog.cpl.graph.background that return IlpBackground | |
|---|---|
IlpBackground |
IlpIVLBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an IlpBackground implementation for IVL
files depending on the current creation mode. |
IlpBackground |
IlpMIDMIFBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an IlpBackground representing the given file. |
IlpBackground |
IlpShapeBackgroundFactory.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 |
IlpSVGBackgroundFactory.createBackground(IlpViewsView view,
URL backgroundURL)
Creates an IlpBackground representing the given file. |
IlpBackground |
IlpBackgroundFactory.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 |
IlpXMLBackgroundFactory.createBackground(IlpViewsView view,
URL XMLfileURL)
Creates an IlpBackground representing the contents of the given XML file. |
IlpBackground |
IlpDefaultBackgroundSupport.createBackground(URL backgroundURL)
It uses the registered IlpBackgroundFactorys 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. |
| Methods in ilog.cpl.graph.background with parameters of type IlpBackground | |
|---|---|
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. |
| Uses of IlpBackground in ilog.cpl.graph.background.event |
|---|
| Methods in ilog.cpl.graph.background.event that return IlpBackground | |
|---|---|
IlpBackground |
IlpBackgroundEvent.getBackground()
Returns the target IlpBackground instance. |
| Constructors in ilog.cpl.graph.background.event with parameters of type IlpBackground | |
|---|---|
IlpBackgroundEvent(Object source,
IlEventType type,
IlpBackground background,
int index,
URL url)
|
|
| Uses of IlpBackground in ilog.cpl.graphic.views.background |
|---|
| Methods in ilog.cpl.graphic.views.background that return IlpBackground | |
|---|---|
IlpBackground |
IlpDefaultBackgroundSupport.getBackgroundInstance(URL backgroundURL)
Deprecated. Implementation of ilog.cpl.graph.background.IlpBackgroundSupport. |
| Methods in ilog.cpl.graphic.views.background with parameters of type IlpBackground | |
|---|---|
void |
IlpDefaultBackgroundSupport.addBackground(URL backgroundURL,
IlpBackground background,
int index)
Deprecated. Implementation of ilog.cpl.graph.background.IlpBackgroundSupport. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||