Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.
@CodeSet(value="sas.platform")
@SASScope(value="ALL")

Package com.sas.graphics.components.ganttchart

Gantt Chart component and its related models.

See:
          Description

Class Summary
GanttChart The GanttChart is a Swing component that uses a GanttChartDataModel (data properties) and a GanttChartModel (display properties) to create a graphical scheduling tool for planning and managing a project.
GanttChartAnnotationTableDataModel A GanttChartAnnotationTableDataModel sets annotations to display on a Gantt chart.
GanttChartBreakTimeTableDataModel A GanttChartBreaktimeTableDataModel sets breaktimes on a Gantt chart.
GanttChartDataModel Common superclass for all GanttChart DataModels to provide a "type" of data model that can be assigned to a GanttChart.
GanttChartModel A GanttChartModel encapsulates most of a GanttChart's visual display properties.
GanttChartTableDataModel A GanttChartTableDataModel encapsulates relational data from a javax.swing.table.TableModel and maps the TableModel's data columns onto a GanttChart component.
 

Package com.sas.graphics.components.ganttchart Description

Gantt Chart component and its related models.?


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.