Package com.nomagic.magicdraw.ui
Class ResizableIconHelper
- java.lang.Object
-
- com.nomagic.magicdraw.ui.ResizableIconHelper
-
@OpenApiAll @Deprecated public class ResizableIconHelper extends java.lang.Object
Deprecated.useIconsFactory
The helper class used for working with svg icons.
-
-
Constructor Summary
Constructors Constructor Description ResizableIconHelper()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ResizableIcon
createSVGIcon(java.net.URL url)
Deprecated.
-
-
-
Method Detail
-
createSVGIcon
@CheckForNull @Deprecated public static ResizableIcon createSVGIcon(java.net.URL url)
Deprecated.Loads svg or wmf icon from specified URL.- Parameters:
url
- URL to svg or wmf icon.- Returns:
- resizable icon.
-
-