public interface IlvVisibilityPredicate
IlvVisibilityPredicate
interface provides a way to specify a
predicate that should be evaluated.IlvVisibleTimeScaleRows.setPredicate(ilog.views.gantt.scale.IlvVisibilityPredicate)
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Graphics dst,
IlvTimeScale.PaintContext context)
Returns the result of evaluating this predicate with the specified context.
|
boolean evaluate(Graphics dst, IlvTimeScale.PaintContext context)
dst
- The destination graphics.context
- The IlvTimeScale.PaintContext
context in which
the time scale paints.true
if the predicate is satisfied,
false
otherwise.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.