ilog.cpl.interactor
Interface IlpObjectInteractionContext

All Superinterfaces:
IlpInteractionContext
All Known Implementing Classes:
IlpDefaultObjectInteractionContext

public interface IlpObjectInteractionContext
extends IlpInteractionContext

An object interaction context is used to store contextual information about the events that occur over a single object.

This object can be an IlpGraphic representing an IlpRepresentationObject or directly an IlpRepresentationObject.

Since:
JTGO 3.0
See Also:
IlpInteractionContext, IlpGraphic, IlpRepresentationObject

Method Summary
 IlpAttribute getAttribute()
          Returns the attribute on which the interaction occurs, or null if the event occurred on the object itself and not on a specific attribute representation.
 IlpGraphic getGraphic()
          Returns the graphic object on which the interaction occurs.
 IlpRepresentationObject getRepresentationObject()
          Returns the representation object on which the interaction occurred.
 
Methods inherited from interface ilog.cpl.interactor.IlpInteractionContext
getPosition, getView, reset, setPosition
 

Method Detail

getGraphic

IlpGraphic getGraphic()
Returns the graphic object on which the interaction occurs. Returns null if the representation object is not graphically represented with an IlpGraphic.


getRepresentationObject

IlpRepresentationObject getRepresentationObject()
Returns the representation object on which the interaction occurred.


getAttribute

IlpAttribute getAttribute()
Returns the attribute on which the interaction occurs, or null if the event occurred on the object itself and not on a specific attribute representation.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.