public interface IlvConstraintGraphicFactory
IlvConstraintGraphicFactory
interface defines a factory
for creating IlvConstraintGraphic
s as they become visible in an
IlvGanttSheet
. You can set the factory by calling the
setConstraintGraphicFactory
method of the
hierarchy chart
or the
Gantt sheet
.Modifier and Type | Method and Description |
---|---|
IlvConstraintGraphic |
createConstraintGraphic(IlvActivityGraphic from,
IlvActivityGraphic to,
IlvConstraint constraint)
Creates a graphic for the specified constraint that connects the
from activity graphic to the to activity graphic.
|
IlvConstraintGraphic createConstraintGraphic(IlvActivityGraphic from, IlvActivityGraphic to, IlvConstraint constraint)
from
- The activity graphic
from which the
link starts.to
- The activity graphic
to which the link
points.constraint
- Defines the type of the link.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.