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 TypeMethodDescriptionvoidImageBoolButtonFigure.setSymbolProperties(SymbolImageProperties symbolProperties, AbstractBoolWidgetModel model) voidImageFigure.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 SymbolImageSymbolImageFactory.asynCreateSymbolImage(String imagePath, boolean runMode, SymbolImageProperties sip, SymbolImageListener listener) static SymbolImageSymbolImageFactory.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)