Package com.nomagic.magicdraw.ui
Class VectorImageIconControler
java.lang.Object
com.nomagic.magicdraw.ui.VectorImageIconControler
- All Implemented Interfaces:
IconControlerInterface
@OpenApiAll
@Deprecated
public class VectorImageIconControler
extends Object
implements IconControlerInterface
Deprecated.
The controller for icons loading from svg and wmf formats.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionVectorImageIconControler
(Class loader, String iconPath, int iconSize, int type) Deprecated.Construct VectorImageIconControler with the given argument. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Creates icon by given class file and pathDeprecated.Returns full icon name.
-
Field Details
-
SVG
public static final int SVGDeprecated.- See Also:
-
WMF
public static final int WMFDeprecated.- See Also:
-
-
Constructor Details
-
VectorImageIconControler
Deprecated.Construct VectorImageIconControler with the given argument.- Parameters:
loader
- The loader.iconPath
- Icon Path.iconSize
- Icon size.type
- Type of icon.
-
-
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.Description copied from interface:IconControlerInterface
Returns full icon name.- Specified by:
getIconPath
in interfaceIconControlerInterface
- Returns:
- icon image directory.
-
IconsFactory