java.lang.Object
com.inductiveautomation.factorypmi.application.components.chart.easychart.Pen
com.inductiveautomation.factorypmi.application.components.chart.easychart.DBPen
All Implemented Interfaces:
Comparable<Pen>

public class DBPen extends Pen
  • Constructor Details

    • DBPen

      public DBPen()
    • DBPen

      public DBPen(Dataset ds, int row)
    • DBPen

      public DBPen(DBPen copy)
  • Method Details

    • getType

      public PenType getType()
      Specified by:
      getType in class Pen
    • getDataGrouping

      public IPenDatasourceFactory getDataGrouping(Set<String> dynamicGroups)
      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 class Pen
      Parameters:
      dynamicGroups - The names of all configured dynamic groups.