Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
Modifier and Type | Method and Description |
---|---|
IlvActivityLayout |
IlvScheduleChart.getActivityLayout()
Returns the activity layout used in the Gantt sheet of the Schedule
chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleChart.setActivityLayout(IlvActivityLayout activityLayout)
Sets the activity layout used in the Gantt sheet of the Schedule
chart.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityLogisticLayout
An
IlvActivityLogisticLayout is designed to arrange concurrent
activities in a Gantt row. |
class |
IlvActivitySimpleLayout
IlvSimpleActivityLayout is a basic implementation of IlvActivityLayout that arranges all activity graphics in a row to the full height of
the row, minus some vertical margins. |
class |
IlvActivityTileLayout
The
IlvActivityTileLayout class arranges concurrent activities within an Gantt row by subdividing the row into the minimum necessary subrows and
tiling the activity graphics. |
Modifier and Type | Method and Description |
---|---|
IlvActivityLayout |
IlvGanttSheet.getActivityLayout()
Returns the activity layout used for activity rows in the sheet.
|
IlvActivityLayout |
IlvGanttRow.getActivityLayout()
Returns the activity layout of the row.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.setActivityLayout(IlvActivityLayout activityLayout)
Sets the activity layout used for activity rows in the sheet.
|
void |
IlvGanttRow.setActivityLayout(IlvActivityLayout activityLayout)
Sets the activity layout of the row.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.