Package | Description |
---|---|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.grid |
Provides the classes used to render the vertical and
horizontal grids in the Gantt sheet.
|
Modifier and Type | Method and Description |
---|---|
IlvGanttRow |
IlvGanttSheet.ganttRowFromPosition(int y)
Returns the Gantt row from the specified y position in the sheet.
|
IlvGanttRow |
IlvActivityGraphic.getGanttRow()
Returns the Gantt row to which the activity graphic belongs.
|
IlvGanttRow |
IlvGanttSheet.getGanttRowByIdentifier(IlvHierarchyNode node)
Returns the Gantt row identified by the given hierarchy node.
|
IlvGanttRow |
IlvGanttSheet.getVisibleGanttRowAt(int index)
Returns the visible Gantt row at the given position.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IlvGanttRow> |
IlvGanttSheet.ganttRowIterator()
Returns an iterator over all of the Gantt rows in this sheet, both visible
and hidden.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvActivityTileLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a
row.
|
void |
IlvActivitySimpleLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a
row.
|
void |
IlvActivityLogisticLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic
within a row.
|
void |
IlvActivityLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a
row.
|
void |
IlvActivityTileLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a
row.
|
void |
IlvActivitySimpleLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a
row.
|
void |
IlvActivityLogisticLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics
within a row.
|
void |
IlvActivityLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a
row.
|
protected IlvRect |
IlvActivitySimpleLayout.getChannelVerticalBounds(IlvGanttRow row)
Returns the vertical bounds of the specified row available for arranging its activity
graphics.
|
int |
IlvGanttSheet.getVisibleGanttRowIndex(IlvGanttRow ganttRow)
Returns the index of the given visible Gantt row.
|
Modifier and Type | Method and Description |
---|---|
IlvGanttRow |
IlvGanttGridContext.getVisibleGanttRowAt(IlvPoint location)
Returns the visible
IlvGanttRow at the specified location. |
IlvGanttRow |
IlvGanttGridContext.getVisibleGanttRowAt(int index)
Returns the visible
IlvGanttRow at the specified index. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.