Class ImageWidget.ColorBarProperty
- 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.ImageWidget.ColorBarProperty
-
- Enclosing class:
- ImageWidget
public static class ImageWidget.ColorBarProperty extends org.csstudio.display.builder.model.StructuredWidgetProperty
Structure for color bar, the 'legend' that shows the color bar
-
-
Constructor Summary
Constructors Constructor Description ColorBarProperty(Widget widget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WidgetProperty<java.lang.Integer>
barSize()
WidgetProperty<org.csstudio.display.builder.model.properties.WidgetFont>
scaleFont()
WidgetProperty<java.lang.Boolean>
visible()
-
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
-
-
-
-
Constructor Detail
-
ColorBarProperty
public ColorBarProperty(Widget widget)
-
-
Method Detail
-
visible
public WidgetProperty<java.lang.Boolean> visible()
-
barSize
public WidgetProperty<java.lang.Integer> barSize()
-
scaleFont
public WidgetProperty<org.csstudio.display.builder.model.properties.WidgetFont> scaleFont()
-
-