Class DataSetDescriptor
java.lang.Object
java.beans.FeatureDescriptor
com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
com.inductiveautomation.factorypmi.application.components.chart.DataSetDescriptor
-
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
CAT_DYNAMIC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
isSeriesEnabled
(String series) void
setDisabledSeries
(HashSet<String> set) void
setEnabled
(boolean b) void
setRenderer
(RendererConfig config) void
setSeriesEnabled
(String series, boolean enable) void
setSubplotNumber
(int i) void
setXAxisName
(String string) void
setYAxisName
(String string) Methods inherited from class com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
getPropertyType, getValue, isDropTarget, setDropTarget, setPropertyType, setValue, toString
Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
-
Constructor Details
-
DataSetDescriptor
public DataSetDescriptor() -
DataSetDescriptor
-
DataSetDescriptor
-
DataSetDescriptor
-
-
Method Details
-
isSeriesEnabled
-
setSeriesEnabled
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean b) -
getXAxisName
-
getYAxisName
-
setXAxisName
-
setYAxisName
-
getSubplotNumber
public int getSubplotNumber() -
setSubplotNumber
public void setSubplotNumber(int i) -
getRenderer
-
setRenderer
-
getDisabledSeries
-
setDisabledSeries
-