Package | Description |
---|---|
ilog.views.graphic.composite |
Provides classes for creating Composite Graphics.
|
Modifier and Type | Method and Description |
---|---|
IlvEventMap |
IlvCompositeGraphic.getEventMap()
Returns the event map of this object.
|
IlvEventMap[] |
IlvCompositeLink.getEventMaps()
Returns the event maps of the children of this object.
|
IlvEventMap[] |
IlvCompositeGraphic.getEventMaps()
Returns the event maps of the children of this object.
|
IlvEventMap |
IlvCompositeGraphic.getEventMaps(int index)
Returns the event map of the child of this object at the supplied position.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvCompositeGraphic.setEventMap(IlvEventMap eventMap)
Sets the event map of this object.
|
void |
IlvCompositeGraphic.setEventMaps(IlvEventMap[] eventMaps)
Sets the event maps of all the children of this object.
|
void |
IlvCompositeGraphic.setEventMaps(int index,
IlvEventMap eventMap)
Sets the event map of the child at the supplied position.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.