Class XYPlotWidget.MarkerProperty
- java.lang.Object
-
- org.csstudio.display.builder.model.properties.PropertyChangeHandler<T>
-
- org.csstudio.display.builder.model.WidgetProperty<java.util.List<WidgetProperty<?>>>
-
- org.csstudio.display.builder.model.StructuredWidgetProperty
-
- org.csstudio.display.builder.model.widgets.plots.XYPlotWidget.MarkerProperty
-
- Enclosing class:
- XYPlotWidget
public static class XYPlotWidget.MarkerProperty extends org.csstudio.display.builder.model.StructuredWidgetProperty
Structure for Plot Marker
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WidgetProperty<org.csstudio.display.builder.model.properties.WidgetColor>
color()
WidgetProperty<java.lang.Boolean>
interactive()
WidgetProperty<java.lang.String>
pv()
WidgetProperty<java.lang.Double>
value()
-
Methods inherited from class org.csstudio.display.builder.model.StructuredWidgetProperty
getElement, getElement, isDefaultValue, isReadonly, isUsingWidgetClass, readFromXML, setValue, setValueFromObject, size, toString, writeToXML
-
Methods inherited from class org.csstudio.display.builder.model.WidgetProperty
clone, getCategory, getDefaultValue, getDescription, getName, getPath, getValue, getWidget, useWidgetClass
-
-
-
-
Method Detail
-
color
public WidgetProperty<org.csstudio.display.builder.model.properties.WidgetColor> color()
-
pv
public WidgetProperty<java.lang.String> pv()
-
interactive
public WidgetProperty<java.lang.Boolean> interactive()
-
value
public WidgetProperty<java.lang.Double> value()
-
-