public interface IlvApplyObjects
IlvApplyObjects
is an interface which is used to apply a method
that affects many graphic objects.IlvManager.applyToObjects(ilog.views.IlvGraphicVector, ilog.views.IlvApplyObject, java.lang.Object, boolean)
Modifier and Type | Method and Description |
---|---|
void |
apply(IlvGraphicVector objects,
Object arg)
The
apply method that performs the action. |
void apply(IlvGraphicVector objects, Object arg)
apply
method that performs the action.objects
- The objects that are affected by the action.arg
- The argument passed when using the IlvApplyObjects
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.