public interface IlvApplyObject
IlvApplyObject
is an interface used to apply a method
to a graphic object.Modifier and Type | Method and Description |
---|---|
void |
apply(IlvGraphic obj,
Object arg)
The method that performs the action.
|
void apply(IlvGraphic obj, Object arg)
obj
- The graphic object on which the action must be applied.arg
- The argument passed when using the IlvApplyObject
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.