Uses of Class
com.sas.graphics.components.ganttchart.GanttChartModel

Packages that use GanttChartModel
com.sas.graphics.components.ganttchart

Gantt Chart component and its related models. 

 

Uses of GanttChartModel in com.sas.graphics.components.ganttchart
 

Methods in com.sas.graphics.components.ganttchart that return GanttChartModel
 GanttChartModel GanttChart.getGraphModel()
          Returns the GanttChartModel that encapsulates most of the GanttChart's display properties.
 

Methods in com.sas.graphics.components.ganttchart with parameters of type GanttChartModel
 void GanttChartModel.apply(GanttChartModel theOtherModel)
          Properties contained in "theOtherModel" to this object.
 void GanttChart.setGraphModel(GanttChartModel newGanttChartModel)
          Sets a GanttChartModel to define most of the GanttChart's display properties.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.