Class PMIEasyChart.AlterablePen
java.lang.Object
com.inductiveautomation.factorypmi.application.components.PMIEasyChart.AlterablePen
- Enclosing class:
- PMIEasyChart
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
- 
isEnabledpublic boolean isEnabled()
- 
isUserRemovablepublic boolean isUserRemovable()
- 
setEnabledpublic void setEnabled(boolean enabled) 
- 
isSelectablepublic boolean isSelectable()
- 
setSelectablepublic void setSelectable(boolean selectable) 
- 
getGroupName
- 
getName
- 
getSortOrder
- 
getKeyThe pen's group and name
- 
getConfigDatasetGets the appropriate dataset from the chart that holds this type of pen's dataset
- 
setConfigDatasetReplaces the appropriate dataset in the chart with the given one
- 
deletePen
- 
alterConfigpublic abstract void alterConfig()
 
-