Class PMIEasyChart.AlterablePen
java.lang.Object
com.inductiveautomation.factorypmi.application.components.PMIEasyChart.AlterablePen
- Enclosing class:
- PMIEasyChart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidvoiddeletePen(PMIEasyChart chart) getColor()protected DatasetgetConfigDataset(PMIEasyChart chart) Gets the appropriate dataset from the chart that holds this type of pen's datasetgetKey()The pen's group and namegetName()getType()booleanbooleanbooleanvoidprotected voidsetConfigDataset(PMIEasyChart chart, Dataset configDs) Replaces the appropriate dataset in the chart with the given onevoidsetEnabled(boolean enabled) voidsetSelectable(boolean selectable)
-
Constructor Details
-
AlterablePen
-
-
Method Details
-
getType
-
getColor
-
setColor
-
isEnabled
public boolean isEnabled() -
isUserRemovable
public boolean isUserRemovable() -
setEnabled
public void setEnabled(boolean enabled) -
isSelectable
public boolean isSelectable() -
setSelectable
public void setSelectable(boolean selectable) -
getGroupName
-
getName
-
getSortOrder
-
getKey
The pen's group and name -
getConfigDataset
Gets the appropriate dataset from the chart that holds this type of pen's dataset -
setConfigDataset
Replaces the appropriate dataset in the chart with the given one -
deletePen
-
alterConfig
public abstract void alterConfig()
-