Class PMIEasyChart.AlterablePen
java.lang.Object
com.inductiveautomation.factorypmi.application.components.PMIEasyChart.AlterablePen
- Enclosing class:
- PMIEasyChart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
void
deletePen
(PMIEasyChart chart) getColor()
protected Dataset
getConfigDataset
(PMIEasyChart chart) Gets the appropriate dataset from the chart that holds this type of pen's datasetgetKey()
The pen's group and namegetName()
getType()
boolean
boolean
boolean
void
protected void
setConfigDataset
(PMIEasyChart chart, Dataset configDs) Replaces the appropriate dataset in the chart with the given onevoid
setEnabled
(boolean enabled) void
setSelectable
(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()
-