ilog.views
Interface IlvApplyObject

All Known Implementing Classes:
IlvDefaultAltitudeProvider, IlvLinkImageAnimator

public interface IlvApplyObject

IlvApplyObject is an interface used to apply a method to a graphic object.

See Also:
IlvManager.applyToObject(ilog.views.IlvGraphic, ilog.views.IlvApplyObject, java.lang.Object, boolean)

Method Summary
 void apply(IlvGraphic obj, Object arg)
          The method that performs the action.
 

Method Detail

apply

void apply(IlvGraphic obj,
           Object arg)
The method that performs the action.

Parameters:
obj - The graphic object on which the action must be applied.
arg - The argument passed when using the IlvApplyObject.


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