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 |
---|---|
IlvGanttGridContext |
IlvGanttSheet.createGridContext()
This function creates an
IlvGanttGridContext for the
Gantt sheet. |
Modifier and Type | Method and Description |
---|---|
void |
IlvWeekendGrid.draw(Graphics dst,
IlvGanttGridContext context)
Renders the vertical grid.
|
void |
IlvVerticalGanttGrid.draw(Graphics dst,
IlvGanttGridContext context)
Draws the vertical grid in the specified Gantt grid context to the
specified
Graphics . |
void |
IlvHorizontalGanttGrid.draw(Graphics dst,
IlvGanttGridContext context)
Draws the horizontal grid in the specified Gantt grid context.
|
void |
IlvGanttGridRenderer.draw(Graphics destination,
IlvGanttGridContext context)
Draws the grid to the specified
Graphics in the specified
IlvGanttGridContext . |
protected void |
IlvWeekendGrid.drawWeekend(Graphics dst,
IlvGanttGridContext context,
IlvRect weekendRect)
Renders one weekend rectangle.
|
protected IlvTimeInterval |
IlvVerticalGanttGrid.getDrawingInterval(Graphics dst,
IlvGanttGridContext context)
Returns the time interval of the drawing rectangle.
|
Shape[] |
IlvVerticalGanttGrid.getGridShapes(Graphics dst,
boolean selection,
IlvGanttGridContext context)
Returns the grid shapes used to draw the grid in the specified context
as an array of
Shape . |
Shape[] |
IlvHorizontalGanttGrid.getGridShapes(Graphics dst,
boolean selection,
IlvGanttGridContext context)
Returns the grid shapes used to draw the grid in the specified context
as an array of
Shape . |
Shape[] |
IlvGanttGridRenderer.getGridShapes(Graphics destination,
boolean selection,
IlvGanttGridContext context)
Returns the grid shapes used to draw the grid in the specified context
as an array of
Shape . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.