Class DBPen
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.Pen
- 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.DBPen
 
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IPenDatasourceFactorygetDataGrouping(java.util.Set<java.lang.String> dynamicGroups)An object that is hashable and unique to any parameters required to pull the data for this penPenTypegetType()- 
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.easychart.PencompareTo, get, getBoolean, getColor, getFloat, getGroupAndName, getInt, getName, getSortOrder, getString, set, toDataset, toString
 
- 
 
- 
- 
- 
Method Detail- 
getDataGroupingpublic IPenDatasourceFactory getDataGrouping(java.util.Set<java.lang.String> dynamicGroups) Description copied from class:PenAn object that is hashable and unique to any parameters required to pull the data for this pen- Specified by:
- getDataGroupingin class- Pen
- Parameters:
- dynamicGroups- The names of all configured dynamic groups.
 
 
- 
 
-