Interface DrawableIconFactory
Deprecated.
Service that can provides icons for drawables.
-
Method Summary
Modifier and TypeMethodDescriptioncreateDrawableIcon
(Drawable drawable, Dimension size) Deprecated.createDrawableIcon
(Drawable drawable, Dimension size, Dimension defaultSize) Deprecated.createDrawableIcon
(EdgeType type, Dimension size) Deprecated.usenew HiDpiIcon(new URL("icon:edge/16/FLOW"))
instead.createDrawableIcon
(ModelType type, Dimension size) Deprecated.createDrawableIcon
(SymbolVariant variant, Dimension size) Deprecated.usenew HiDpiIcon(new URL("icon:symbol/16/PROCESS"))
instead.createDrawableIcon
(SymbolVariant variant, Dimension size, MTColorTransformer transf) Deprecated.usenew HiDpiIcon(new URL("icon:model/16/PROCESS_MODEL"))
instead.
-
Method Details
-
createDrawableIcon
Deprecated. -
createDrawableIcon
Deprecated. -
createDrawableIcon
Deprecated.usenew HiDpiIcon(new URL("icon:edge/16/FLOW"))
instead.- Parameters:
type
- deprecatedsize
- deprecated- Returns:
- deprecated
-
createDrawableIcon
Deprecated.usenew HiDpiIcon(new URL("icon:symbol/16/PROCESS"))
instead.- Parameters:
variant
- deprecatedsize
- deprecated- Returns:
- deprecated
-
createDrawableIcon
Deprecated.usenew HiDpiIcon(new URL("icon:model/16/PROCESS_MODEL"))
instead.- Parameters:
variant
- deprecatedsize
- deprecatedtransf
- deprecated- Returns:
- deprecated
-
createDrawableIcon
Deprecated.
-
new HiDpiIcon(new URL("icon:symbol/16/PROCESS"))
instead.