public interface IlvActivitySelection
IlvActivitySelection
is a graphic selection object that
is associated with an activity graphic. In particular, it is an instance
of class IlvSelection
. Additionally, it has to cache the parameters
which have an influence on its bounding box or other geometric entities.
(If the boundingBox
method would access properties of the
IlvActivity
directly, it would be violating the requirement
that the bounding box must not change outside of invocations to
IlvManager.applyToObject(IlvGraphic, IlvApplyObject, Object, boolean)
and thus cause redraw bugs.) This cache may only be invalidated during
invalidateCache()
.Modifier and Type | Method and Description |
---|---|
void |
invalidateCache()
Invalidates the caches of parameters used to computed the bounding box
or other geometric entities.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.