Package ilog.views.gantt.graphic

Provides the Gantt sheet component that displays activities over time.

See:
          Description

Interface Summary
IlvActivityLayout An IlvActivityLayout defines a strategy for how activity graphics are arranged within an IlvGanttRow.
IlvActivityRendererFactory A factory for creating an IlvActivityRenderer.
IlvActivityTileLayout.TilingPolicy A TilingPolicy controls how many subrows are created for each Gantt row by the tile layout and how activities are assigned to the subrows.
IlvConstraintGraphicFactory The IlvConstraintGraphicFactory interface defines a factory for creating IlvConstraintGraphics as they become visible in an IlvGanttSheet.
IlvTimeConverter IlvTimeConverter implementations are used to convert between Dates and floating-point IlvManager world coordinates.
 

Class Summary
IlvActivityGraphic The IlvActivityGraphic class is used to represent activities in an IlvGanttSheet.
IlvActivityLogisticLayout An IlvActivityLogisticLayout is designed to arrange concurrent activities in a Gantt row.
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.
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.
IlvActivityTileLayout.DefaultTilingPolicy A DefaultTilingPolicy takes each given activity graphic and attempts to place it into the first existing subrow that will accommodate it.
IlvActivityTileLayout.GraphicBounds GraphicBounds is a structure that maintains an association between an activity graphic and its bounding box in the coordinates of the current view.
IlvConstraintGraphic The IlvConstraintGraphic class is used to represent constraints in an IlvGanttSheet.
IlvConstraintGraphicBeanInfo Bean info for the constraint graphic.
IlvConstraintGraphicLayer IlvConstraintGraphicLayer is a specific IlvManagerLayer for the management of constraint graphics.
IlvConstraintGraphicLayerPolicy IlvConstraintGraphicLayerPolicy implements the default management of constraint graphics within the IlvGanttSheet.
IlvDefaultActivityRendererFactory The activity renderer factory that is initially set in an IlvGanttSheet.
IlvDefaultConstraintGraphicFactory An IlvDefaultConstraintGraphicFactory is the default constraint graphic factory that is initially set in an IlvGanttSheet.
IlvGanttRow An IlvGanttRow object is the container for IlvActivityGraphics in an IlvGanttSheet.
IlvGanttSheet The IlvGanttSheet class is a lightweight graphical component that displays activities, constraints, and reservations.
IlvLinearTimeConverter A linear time converter.
IlvReservationGraphic The IlvReservationGraphic is used to represent a reservation in an IlvGanttSheet.
IlvTimeIndicator The IlvTimeIndicator class is used to represent a time in an IlvGanttSheet.
IlvTimeIndicatorReshapeFeedback IlvTimeIndicatorReshapeFeedback is used to display a time indicator during the reshape interaction; it allows the updated set date to be seen in more detail.
 

Package ilog.views.gantt.graphic Description

Provides the Gantt sheet component that displays activities over time.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.