Package | Description |
---|---|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
Modifier and Type | Method and Description |
---|---|
IlvConstraintGraphic |
IlvDefaultConstraintGraphicFactory.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 |
IlvConstraintGraphicFactory.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 |
IlvGanttSheet.getConstraintGraphic(IlvConstraint constraint)
Returns the
constraint graphic representing
the specified constraint in the Gantt sheet. |
IlvConstraintGraphic |
IlvConstraintGraphicLayer.getConstraintGraphic(IlvConstraint constraint)
Returns the
constraint graphic representing
the specified constraint in the layer. |
Modifier and Type | Method and Description |
---|---|
Iterator<IlvConstraintGraphic> |
IlvGanttSheet.constraintGraphicsIterator()
Returns an iterator over all the
constraint graphics
in the Gantt sheet. |
Iterator<IlvConstraintGraphic> |
IlvConstraintGraphicLayer.constraintGraphicsIterator()
Returns an iterator over all the
constraint
graphics in the layer. |
Collection<IlvConstraintGraphic> |
IlvGanttSheet.getConstraintGraphics()
Returns a collection of all the
constraint graphics in the Gantt sheet. |
Collection<IlvConstraintGraphic> |
IlvConstraintGraphicLayer.getConstraintGraphics()
Returns a collection of all the
constraint
graphics in the layer. |
Modifier and Type | Method and Description |
---|---|
void |
IlvConstraintGraphicLayerPolicy.addConstraintGraphic(IlvConstraintGraphic graphic)
Adds an
IlvConstraintGraphic object to the IlvGanttSheet . |
void |
IlvConstraintGraphicLayer.addConstraintGraphic(IlvConstraintGraphic constraintGraphic)
Adds an
IlvConstraintGraphic to this layer. |
void |
IlvConstraintGraphicLayer.removeConstraintGraphic(IlvConstraintGraphic constraintGraphic)
Removes an
IlvConstraintGraphic from this layer. |
void |
IlvGanttSheet.replaceConstraintGraphic(IlvConstraintGraphic oldGraphic,
IlvConstraintGraphic newGraphic,
boolean redraw)
Replaces a
constraint graphic in the Gantt
sheet with another one. |
void |
IlvConstraintGraphicLayerPolicy.updateConstraintGraphic(IlvConstraintGraphic graphic,
ConstraintPropertyEvent evt)
Called when an
IlvConstraintGraphic object has been updated. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.