public class CustomConstraintGraphicFactory
extends java.lang.Object
implements ilog.views.gantt.graphic.IlvConstraintGraphicFactory
| Constructor and Description | 
|---|
| CustomConstraintGraphicFactory()Creates a customized constraint graphic factory. | 
| Modifier and Type | Method and Description | 
|---|---|
| ilog.views.gantt.graphic.IlvConstraintGraphic | createConstraintGraphic(ilog.views.gantt.graphic.IlvActivityGraphic from,
                       ilog.views.gantt.graphic.IlvActivityGraphic to,
                       ilog.views.gantt.IlvConstraint constraint)Creates a graphic for the specified constraint that connects the from activity
 graphic to the to activity graphic. | 
| boolean | isComplianceEnabled()Returns if scheduler compliance is enabled or not. | 
public CustomConstraintGraphicFactory()
public boolean isComplianceEnabled()
public ilog.views.gantt.graphic.IlvConstraintGraphic createConstraintGraphic(ilog.views.gantt.graphic.IlvActivityGraphic from,
                                                                    ilog.views.gantt.graphic.IlvActivityGraphic to,
                                                                    ilog.views.gantt.IlvConstraint constraint)
createConstraintGraphic in interface ilog.views.gantt.graphic.IlvConstraintGraphicFactoryfrom - The activity graphic from which the link
                   starts.to - The activity graphic to which the link
                   points.constraint - Defines the type of the link.