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.graphic.views.background |
Provides classes for background support using Rogue Wave JViews Maps.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpImageBackgroundFactory
Creates
IlpBackground instances of type IlpImageBackground
that can be used to handle image based backgrounds. |
class |
IlpIVLBackgroundFactory
This factory creates
IlpBackground implementation instances
that can handle files of type IVL . |
class |
IlpMIDMIFBackgroundFactory
Creates
IlpBackground instances of type IlpMIDMIFBackground . |
class |
IlpShapeBackgroundFactory
Creates
IlpBackground instances of type IlpShapeBackground . |
class |
IlpSVGBackgroundFactory
Creates
IlpBackground instances of type IlpSVGBackground . |
class |
IlpSVGZBackgroundFactory
Creates
IlpBackground instances of
type IlpSVGZBackground . |
class |
IlpXMLBackgroundFactory
Reads an XML file that describes a background map with parameters,
and creates an
IlpBackground representing the background
and its parameters. |
Modifier and Type | Method and Description |
---|---|
IlpBackgroundFactory |
IlpDefaultBackgroundSupport.getBackgroundFactory(String extension)
Returns the background factory that is registered for the given extension.
|
IlpBackgroundFactory |
IlpBackgroundSupport.getBackgroundFactory(String extension)
Returns the
IlpBackgroundFactory for the given extension. |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultBackgroundSupport.registerBackgroundFactory(String extension,
IlpBackgroundFactory factory)
IlpBackgroundSupport implementation.
|
void |
IlpBackgroundSupport.registerBackgroundFactory(String extension,
IlpBackgroundFactory factory)
Registers the provided
IlpBackgroundFactory for the given
extension. |
Modifier and Type | Method and Description |
---|---|
IlpBackgroundFactory |
IlpDefaultBackgroundSupport.getBackgroundFactory(String extension)
Deprecated.
Implementation of
ilog.cpl.graph.background.IlpBackgroundSupport . |
Modifier and Type | Method and Description |
---|---|
void |
IlpDefaultBackgroundSupport.registerBackgroundFactory(String extension,
IlpBackgroundFactory factory)
Deprecated.
Implementation of
ilog.cpl.graph.background.IlpBackgroundSupport . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.