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.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
IlvGanttGridRenderer |
IlvGanttSheet.getHorizontalGrid()
Returns the horizontal grid renderer of the Gantt sheet.
|
IlvGanttGridRenderer |
IlvGanttSheet.getVerticalGrid()
Returns the vertical grid renderer of the Gantt sheet.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.setHorizontalGrid(IlvGanttGridRenderer grid)
Sets the horizontal grid renderer for the Gantt sheet.
|
void |
IlvGanttSheet.setVerticalGrid(IlvGanttGridRenderer grid)
Sets the vertical grid renderer for the Gantt sheet.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractGanttGrid
IlvAbstractGanttGrid is the basic class used to implement the grid for the
Gantt sheet. |
class |
IlvHorizontalGanttGrid
An
IlvHorizontalGanttGrid draws a horizontal grid
for a Gantt sheet. |
class |
IlvVerticalGanttGrid
An
IlvVerticalGanttGrid draws the vertical grid for a Gantt
sheet. |
class |
IlvWeekendGrid
IlvWeekendGrid extends IlvVerticalGanttGrid to
highlight the weekend days of the calendar. |
Modifier and Type | Method and Description |
---|---|
protected IlvGanttGridRenderer |
IlvScheduleDataChart.createDefaultXGrid()
Creates a default abscissa grid for the x axis.
|
IlvGanttGridRenderer |
IlvScheduleDataChart.getXGrid()
Returns the abscissa grid for the x-axis.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.setXGrid(IlvGanttGridRenderer grid)
Sets the abscissa grid for the x-axis.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.