Uses of Class
com.sas.graphics.components.TableAxisModel

Packages that use TableAxisModel
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.graphics.components.ganttchart

Gantt Chart component and its related models. 

 

Uses of TableAxisModel in com.sas.graphics.components
 

Methods in com.sas.graphics.components with parameters of type TableAxisModel
 void TableAxisModel.apply(TableAxisModel theOtherObject)
          Utility method to convey properties contained in "theOtherObject" to this object.
 

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

Methods in com.sas.graphics.components.ganttchart that return TableAxisModel
 TableAxisModel GanttChartModel.getTableAxisModel()
          Returns the GanttChart's TableAxisModel model, which is used to set the list of tasks or activities in a project.
 

Methods in com.sas.graphics.components.ganttchart with parameters of type TableAxisModel
 void GanttChartModel.setTableAxisModel(TableAxisModel newTableAxisModel)
          Sets the GanttChart's table Axis model containing table appearance preferences.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.