Class DBPen
java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.easychart.Pen
com.inductiveautomation.factorypmi.application.components.chart.easychart.DBPen
- All Implemented Interfaces:
Comparable<Pen>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataGrouping
(Set<String> dynamicGroups) An object that is hashable and unique to any parameters required to pull the data for this pengetType()
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
-
Constructor Details
-
DBPen
public DBPen() -
DBPen
-
DBPen
-
-
Method Details
-
getType
-
getDataGrouping
Description copied from class:Pen
An object that is hashable and unique to any parameters required to pull the data for this pen- Specified by:
getDataGrouping
in classPen
- Parameters:
dynamicGroups
- The names of all configured dynamic groups.
-