Class CalcPen
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.Pen
 - 
- com.inductiveautomation.factorypmi.application.components.chart.easychart.CalcPen
 
 
 
- 
- 
Method Summary
All 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.Pen
compareTo, get, getBoolean, getColor, getFloat, getGroupAndName, getInt, getName, getSortOrder, getString, set, toDataset, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDataGrouping
public 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 classPen- Parameters:
 dynamicGroups- The names of all configured dynamic groups.
 
 - 
 
 -