Package com.nomagic.magicdraw.ui
Interface IconControlerInterface
-
- All Known Implementing Classes:
BitmapIconControler
,VectorImageIconControler
@OpenApiAll @Deprecated public interface IconControlerInterface
Deprecated.useIconsFactory
Describe interface for managing icon. Responsible for creating IconInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description javax.swing.Icon
createIcon()
Deprecated.Creates icon by given class file and pathjava.lang.String
getIconPath()
Deprecated.Returns full icon name.
-
-
-
Method Detail
-
createIcon
javax.swing.Icon createIcon() throws java.lang.Exception
Deprecated.Creates icon by given class file and path- Returns:
- Loaded image file
- Throws:
java.lang.Exception
-
getIconPath
java.lang.String getIconPath()
Deprecated.Returns full icon name.- Returns:
- icon image directory.
-
-