Package com.nomagic.magicdraw.ui
Class BitmapIconControler
java.lang.Object
com.nomagic.magicdraw.ui.BitmapIconControler
- All Implemented Interfaces:
IconControlerInterface
@Deprecated
@OpenApi
public class BitmapIconControler
extends Object
implements IconControlerInterface
Deprecated.
The controller for icons loading from bitmaps(gifs, jpg and etc).
-
Constructor Summary
ConstructorsConstructorDescriptionBitmapIconControler
(Class clazz, String imageName) Deprecated.BitmapIconControler
(Class clazz, String iconName, String iconDirectory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates icon by given class file and pathDeprecated.Returns full icon name.
-
Constructor Details
-
BitmapIconControler
Deprecated. -
BitmapIconControler
Deprecated.
-
-
Method Details
-
createIcon
Deprecated.Description copied from interface:IconControlerInterface
Creates icon by given class file and path- Specified by:
createIcon
in interfaceIconControlerInterface
- Returns:
- Loaded image file
-
getIconPath
Deprecated.Returns full icon name. Method should newer return null.- Specified by:
getIconPath
in interfaceIconControlerInterface
- Returns:
- icon image directory.
-
IconsFactory