Package com.nomagic.magicdraw.uml
Class ElementIcon.ElementIconsCacheImpl
- java.lang.Object
-
- com.nomagic.magicdraw.uml.ElementIcon.ElementIconsCacheImpl
-
- All Implemented Interfaces:
com.nomagic.magicdraw.icons.ElementIcons.Cache
- Enclosing class:
- ElementIcon
private static class ElementIcon.ElementIconsCacheImpl extends java.lang.Object implements com.nomagic.magicdraw.icons.ElementIcons.Cache
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ElementIconsCacheImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResizableIcon
getOrPut(BaseElement element, boolean hideCustomPathStyle, java.util.function.Supplier<ResizableIcon> iconProvider)
ResizableIcon
getOrPut(Element element, boolean hideCustomPathStyle, java.util.function.Supplier<ResizableIcon> iconProvider)
-
-
-
Method Detail
-
getOrPut
@CheckForNull public ResizableIcon getOrPut(Element element, boolean hideCustomPathStyle, java.util.function.Supplier<ResizableIcon> iconProvider)
- Specified by:
getOrPut
in interfacecom.nomagic.magicdraw.icons.ElementIcons.Cache
-
getOrPut
@CheckForNull public ResizableIcon getOrPut(@CheckForNull BaseElement element, boolean hideCustomPathStyle, java.util.function.Supplier<ResizableIcon> iconProvider)
-
-