Uses of Class
org.csstudio.swt.widgets.symbol.SymbolImageProperties
Packages that use SymbolImageProperties
-
Uses of SymbolImageProperties in org.csstudio.opibuilder.widgets.figures
Methods in org.csstudio.opibuilder.widgets.figures with parameters of type SymbolImagePropertiesModifier and TypeMethodDescriptionvoid
ImageBoolButtonFigure.setSymbolProperties
(SymbolImageProperties symbolProperties, AbstractBoolWidgetModel model) void
ImageFigure.setSymbolProperties
(SymbolImageProperties symbolProperties, AbstractWidgetModel model) -
Uses of SymbolImageProperties in org.csstudio.swt.widgets.symbol
Methods in org.csstudio.swt.widgets.symbol with parameters of type SymbolImagePropertiesModifier and TypeMethodDescriptionstatic SymbolImage
SymbolImageFactory.asynCreateSymbolImage
(String imagePath, boolean runMode, SymbolImageProperties sip, SymbolImageListener listener) static SymbolImage
SymbolImageFactory.synCreateSymbolImage
(String imagePath, boolean runMode, SymbolImageProperties sip) Constructors in org.csstudio.swt.widgets.symbol with parameters of type SymbolImagePropertiesModifierConstructorDescriptionAbstractSymbolImage
(SymbolImageProperties sip, boolean runMode) GIFSymbolImage
(SymbolImageProperties sip, boolean runMode) PNGSymbolImage
(SymbolImageProperties sip, boolean runMode) SVGSymbolImage
(SymbolImageProperties sip, boolean runMode)