Package | Description |
---|---|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
ilog.views.graphic.composite.objectinteractor |
Provides a predefined interactor for the composite graphics.
|
ilog.views.maps.beans |
JViews 7.0 Beans and ready to use GUI components.
|
ilog.views.maps.graphic |
This package contains graphic objects specialized for cartographic display.
|
ilog.views.sdm.graphic |
Contains specialized graphic objects used
by the SDM component.
|
ilog.views.symbology.interactor |
Contains predefined interactors allowing to process inputs done by the user on symbols.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCompositeGraphic
IlvCompositeGraphic stores and controls the layout of
multiple IlvGraphic objects thus building complex graphic
objects. |
class |
IlvCompositeLink
IlvCompositeLink represents a link between two nodes that can
be decorated with IlvGraphic instances. |
Modifier and Type | Method and Description |
---|---|
IlvComposite |
IlvCompositeLink.getParent()
Always returns
null . |
IlvComposite |
IlvCompositeGraphic.getParent()
Returns the parent of this object.
|
IlvComposite |
IlvComposite.getParent()
Returns the parent of this composite graphic.
|
IlvComposite |
IlvCompositeLink.getRoot()
Returns this object which is the root of the hierarchy.
|
IlvComposite |
IlvCompositeGraphic.getRoot()
Returns the root of the hierarchy to this object belongs to.
|
IlvComposite |
IlvComposite.getRoot()
Returns the root of the hierarchy that this composite graphic belongs to.
|
Modifier and Type | Method and Description |
---|---|
IlvComposite |
IlvCompositeActionEvent.getCompositeNode()
Returns the
IlvCompositeGraphic instance on which the event occurred |
Constructor and Description |
---|
IlvCompositeActionEvent(MouseEvent mouseEvent,
String command,
IlvComposite compositeNode,
int childIndex,
IlvCompositeContext compositeContext,
IlvObjectInteractorContext objectIteractorContext)
Constructs an
IlvCompositeActionEvent object with modifier keys. |
Modifier and Type | Class and Description |
---|---|
static class |
IlvMapAnnotationToolBar.MapLink
An
IlvMapCompositeLink with annotation extensions. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMapCompositeLink
IlvMapCompositeLink is an IlvCompositeLink implementing the IlvMapGraphic interface. |
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMCompositeLink
This class adds layering features to the
IlvCompositeLink class. |
class |
IlvSDMCompositeNode
This class is typically used in CSS to instantiate composite graphic
nodes.
|
Modifier and Type | Method and Description |
---|---|
Object |
IlvSymbolInteractor.getCSSValue(IlvCompositeContext compositeContext,
IlvComposite source)
Gets the value of the parameter in the model.
|
String |
IlvSymbolInteractor.getParameterType(IlvComposite composite)
Returns the parameter type of the parameter to modify
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.