Class VisualisationImages
- java.lang.Object
-
- de.uka.ipd.sdq.sensorframework.visualisation.VisualisationImages
-
public class VisualisationImages extends Object
Deprecated.Superseded by EDP2.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDDeprecated.static StringCHECKED_IMAGEDeprecated.static StringDELETEDeprecated.static StringDOWNDeprecated.static StringEXPERIMENTDeprecated.static ImageRegistryimageRegistryDeprecated.static StringRUNDeprecated.static StringRUNSDeprecated.static StringSENSORDeprecated.static StringSENSORSDeprecated.static StringTREEROOTDeprecated.static StringUNCHECKED_IMAGEDeprecated.static StringUPDeprecated.
-
Constructor Summary
Constructors Constructor Description VisualisationImages()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ImageDescriptorgetImageDescriptor(String imageFilePath)Deprecated.
-
-
-
Field Detail
-
RUN
public static final String RUN
Deprecated.- See Also:
- Constant Field Values
-
SENSOR
public static final String SENSOR
Deprecated.- See Also:
- Constant Field Values
-
EXPERIMENT
public static final String EXPERIMENT
Deprecated.- See Also:
- Constant Field Values
-
SENSORS
public static final String SENSORS
Deprecated.- See Also:
- Constant Field Values
-
RUNS
public static final String RUNS
Deprecated.- See Also:
- Constant Field Values
-
TREEROOT
public static final String TREEROOT
Deprecated.- See Also:
- Constant Field Values
-
DELETE
public static final String DELETE
Deprecated.- See Also:
- Constant Field Values
-
ADD
public static final String ADD
Deprecated.- See Also:
- Constant Field Values
-
UP
public static final String UP
Deprecated.- See Also:
- Constant Field Values
-
DOWN
public static final String DOWN
Deprecated.- See Also:
- Constant Field Values
-
CHECKED_IMAGE
public static final String CHECKED_IMAGE
Deprecated.- See Also:
- Constant Field Values
-
UNCHECKED_IMAGE
public static final String UNCHECKED_IMAGE
Deprecated.- See Also:
- Constant Field Values
-
imageRegistry
public static ImageRegistry imageRegistry
Deprecated.
-
-
Method Detail
-
getImageDescriptor
public static ImageDescriptor getImageDescriptor(String imageFilePath)
Deprecated.- Parameters:
imageFilePath- the relative to the root of the plug-in; the path must be legal- Returns:
- an image descriptor, or null if no image could be found
-
-